AaronBenDaniel
d6095bb122
feat(frontend): Increase text contrast ( #66 - @AaronBenDaniel)
2025-05-29 10:18:43 +05:30
AaronBenDaniel
8121fc9fdc
fix(frontend): Uncomment changelog updates
2025-05-27 18:35:19 -04:00
AaronBenDaniel
251557e591
feat(frontend): Make help modal titles consistent ( #63 )
2025-05-28 03:59:29 +05:30
AaronBenDaniel
48621b72fc
feat(frontend): Update changelog ( #60 )
2025-05-28 03:31:06 +05:30
TheOnlyWayUp
f03c2d179f
Add umami url
2025-05-27 21:32:31 +00:00
AaronBenDaniel
f79bb610bd
fix(frontend): Fix build error
2025-05-27 17:27:17 -04:00
AaronBenDaniel
4954fc31bd
feat(frontend): Update website URL
2025-05-27 17:02:19 -04:00
AaronBenDaniel
6d4a22d6b7
fix(frontend): Update copyright year
2025-05-27 17:00:16 -04:00
TheOnlyWayUp
fa9e673aba
fix(frontend): Disable strict pre-rendering
2025-05-27 20:14:07 +00:00
TheOnlyWayUp
2f4ec46100
fix(frontend): Refer to Wattpad as WP
2025-05-27 13:26:05 +00:00
TheOnlyWayUp
1a56d648f6
frontend: Update prettier configuration
2025-05-27 13:14:22 +00:00
TheOnlyWayUp
2a7452e84a
fix(frontend): Add Svelte 5 to dependencies
2025-05-27 13:10:43 +00:00
DanikVitek
48fce99f50
Enable Svelte component inspector
...
`Alt+X` to go to the component, selected in web UI
2025-05-02 14:11:24 +03:00
DanikVitek
f0af03edb4
Use ESM format for JS files. Use .css extension for style sheets file
2025-05-02 14:09:55 +03:00
DanikVitek
47aa11e090
Use get/set input value binding
2025-05-02 13:18:58 +03:00
DanikVitek
7f3737c96e
properly extend jsconfig.json
2025-05-01 14:42:53 +03:00
DanikVitek
13dd08e241
Sort classes with prettier-plugin-tailwindcss
2025-04-29 21:38:23 +03:00
DanikVitek
063851a43a
Remove useless raw signal init, as the variable is auto-bound to the element
2025-04-29 21:37:32 +03:00
DanikVitek
70387ff31d
Rename the state setters
2025-04-29 21:36:48 +03:00
DanikVitek
93be421fbc
Fix git cherry-pick
2025-04-28 21:24:07 +03:00
DanikVitek
efdea585b3
Strict HTML whitespaces
2025-04-28 21:17:55 +03:00
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