DanikVitek
cd8eb3298a
Add prettier; Move svelte-preprocess from dependencies to devDependencies
2025-04-28 20:52:47 +03:00
DanikVitek
66b304411e
remove use of deprecated on:
2025-04-28 20:51:15 +03:00
DanikVitek
b6fb019b34
Update to Svelte 5; Use the event callback instead of the effect
2025-04-28 20:28:43 +03:00
AaronBenDaniel
669bf1fb97
fix(frontend): Remove deprecated feedback button ( #24 - @aaronbendaniel)
2025-04-28 16:51:14 +05:30
TheOnlyWayUp
6b3fc072a8
fix(frontend): Remove new years/christmas confetti
2025-04-07 15:33:37 +00:00
AaronBenDaniel
8989f816c3
fix(frontend): Fixed donation link ( #50 )
2025-04-02 07:38:25 +05:30
TheOnlyWayUp
e1d056de19
feat(frontend): lowres snow
2024-12-26 15:42:00 +00:00
TheOnlyWayUp
8f35703265
rollback: Disable PDF Downloads
2024-12-26 15:10:28 +00:00
TheOnlyWayUp
3816ab3fd0
frontend: Add faster downloads to Changelog
2024-12-22 11:00:54 +00:00
TheOnlyWayUp
16c5a9216f
fix(frontend): Downloading .htm files when error
2024-12-08 14:47:44 +00:00
TheOnlyWayUp
18799e5a91
fix(frontend): Update meta-tags to indicate PDF Downloads
2024-12-08 13:19:44 +00:00
TheOnlyWayUp
c737f5314e
fix(frontend): Open donate link in new tab
2024-12-08 13:17:02 +00:00
TheOnlyWayUp
d924e1b6ce
fix(frontend): Download PDFs instead of previewing them
2024-12-08 13:11:47 +00:00
TheOnlyWayUp
df58b59da2
fix(frontend): /donate resolves
2024-12-08 11:20:22 +00:00
TheOnlyWayUp
e30bbf40b9
feat(api): PDF includes About the Author page!
2024-12-07 15:33:44 +00:00
TheOnlyWayUp
3f7591b15c
feat(frontend): Prevent overflow on small screens
2024-12-07 13:41:29 +00:00
TheOnlyWayUp
af026f1263
frontend: Add donate link
2024-12-07 10:29:47 +00:00
TheOnlyWayUp
4c43d01f64
feat(frontend): Support PDF Downloads! Update Changelog
2024-12-07 10:29:41 +00:00
TheOnlyWayUp
fb42905b33
frontend: Add donate link
2024-12-07 10:28:40 +00:00
AaronBenDaniel
c1db7babdd
fix(frontend): Strip tracking info from URLs
2024-12-01 09:42:25 +05:30
TheOnlyWayUp
974c0bd341
fix(frontend): Update changelog
2024-12-01 00:04:52 +00:00
AaronBenDaniel
ec700ce284
fix(frontend): Remove unused function
2024-11-30 17:16:43 -05:00
AaronBenDaniel
eafef1f1ec
fix(frontend): Remove debug console.log()
2024-11-30 17:02:17 -05:00
TheOnlyWayUp
2b1d00b08e
fix(frontend): Allow IDs to be typed
2024-11-30 21:53:16 +00:00
AaronBenDaniel
af0981a679
fix(frontend): Help Modal updated for URLs ( #18 - @AaronBenDaniel)
...
* fixed help modal
* fix(frontend): Update Help Modal
---------
Co-authored-by: TheOnlyWayUp <hi@towu.dev >
2024-11-08 23:12:38 +05:30
Dhanush R
fc4866463f
fix(frontend): Update donate link
2024-11-08 23:10:19 +05:30
AaronBenDaniel
ca4697057c
feat: Paste Links, Deprecate IDs ( #17 - @AaronBenDaniel)
...
* deprecate Story IDs, require full URLs
* added FRONT-END ONLY support for part and list URLs
* add backend support for part IDs
* added backend support for lists
* Support enums
* Simplify and remove List support
* Update frontend
* Frontend: Revert dialog changes
* Remove List support
---------
Co-authored-by: TheOnlyWayUp <hi@towu.dev >
2024-11-07 08:39:34 +00:00
Dhanush R
d9c858b3b3
fix(api) - #11 Send to Kindle Support
...
* fix(api/image_downloads): Replace image url with file path
* fix(api/image_downloads): Add comments
* fix(frontend): Update changelog
* Support Send2Kindle
* Update changelog
2024-11-03 04:52:30 +05:30
Dhanush R
c0695a9d17
fix(api/images): #14 - Image downloads functional
...
* fix(api/image_downloads): Replace image url with file path
* fix(api/image_downloads): Add comments
* fix(frontend): Update changelog
2024-11-02 03:07:41 +05:30
TheOnlyWayUp
75d42ba5ec
fix: Style Discord Bot link
2024-10-06 08:33:11 +00:00
TheOnlyWayUp
33d6d912a2
feat: Add Discord Bot link
2024-10-06 06:10:45 +00:00
TheOnlyWayUp
9d7464b461
fix(frontend): Remove feedbackfish script
2024-09-17 18:23:26 +00:00
AaronBenDaniel
232795b050
fix(frontend): Download more button ( #12 - @AaronBenDaniel)
...
* Fixed "Download More" button
* Revert "Fixed "Download More" button"
This reverts commit 620ad6afff .
* Reworked page reset
* fix(frontend): Download more button
---------
Co-authored-by: TheOnlyWayUp <hi@towu.dev >
2024-08-31 13:56:54 +05:30
TheOnlyWayUp
85bc4609c2
fix(frontend): Remove Query Params from ID-from-URL extraction
2024-07-11 15:28:45 +00:00
TheOnlyWayUp
3369325d03
fix(frontend): Populate download URL, accidentally removed
2024-07-10 14:06:06 +00:00
TheOnlyWayUp
e16496ca94
fix(frontend): Reference @AaronBenDaniel's code for Story ID fetching from Part IDs
2024-07-09 15:29:19 +00:00
TheOnlyWayUp
3f9641d76a
feat(frontend): Split pasted URLs to derive Story ID. Warn if Part ID
2024-07-09 15:08:46 +00:00
AaronBenDaniel
0184c786ce
fix(frontend): URL Encode Username and Password ( #9 - @AaronBenDaniel)
...
* add URI encoding to credentials
* chore(api): Comment on FastAPI's automatic URL Decode
---------
Co-authored-by: TheOnlyWayUp <hi@towu.dev >
2024-07-08 18:23:43 +05:30
TheOnlyWayUp
b663448103
fix(frontend): Add todo for changelog on smaller screen sizes
2024-07-08 12:32:02 +00:00
TheOnlyWayUp
55763c1b99
fix(frontend): Update changelog
2024-06-30 20:13:52 +00:00
TheOnlyWayUp
79c9447cbe
fix(frontend): Update changelog
2024-06-30 19:54:35 +00:00
TheOnlyWayUp
2ba51a1fe9
feat(frontend): Add auth field
2024-06-30 07:31:03 +00:00
TheOnlyWayUp
5821666630
fix(frontend): Change after_download flag to false
2024-06-25 18:32:28 +00:00
TheOnlyWayUp
c10b30470a
feat(frontend): Added download more button to after download page
2024-06-25 18:23:25 +00:00
TheOnlyWayUp
524125ba42
fix(frontend): Add Story not Found error page (api side)
2024-06-25 18:19:46 +00:00
TheOnlyWayUp
099cbcc915
feat(frontend): Add notfound page
2024-06-25 18:12:23 +00:00
TheOnlyWayUp
8702127ade
fix(frontend): Move footer to layout
2024-06-25 18:09:32 +00:00
TheOnlyWayUp
55cfca27b1
feat(frontend): Add after-download page
2024-06-25 17:57:20 +00:00
TheOnlyWayUp
0802dca6a6
fix(frontend): Update after-download text
2024-06-25 17:45:40 +00:00
TheOnlyWayUp
4cb35c492e
feat(frontend): Add image download checkbox
2024-06-25 17:42:39 +00:00