jessikitty
jessikitty pushed to main at jessikitty/ScratchingPost 2026-05-21 14:17:35 +10:00
e3124d70d0 feat: Light mode default, auth, Posts rename, display scaling, TinyMCE improvements
Compare 2 commits »
jessikitty pushed to main at jessikitty/ScratchingPost 2026-05-21 13:57:43 +10:00
5f6dbcf585 feat: Add [Authorize] to SlidesController
jessikitty pushed to main at jessikitty/ScratchingPost 2026-05-21 13:56:42 +10:00
eb409d9778 feat: Add [Authorize] to AdminController
jessikitty pushed to main at jessikitty/ScratchingPost 2026-05-21 13:56:15 +10:00
d17fd89e40 feat: Add admin credentials config (default: admin / ScratchingPost2026!)
jessikitty pushed to main at jessikitty/ScratchingPost 2026-05-21 13:55:44 +10:00
53a33b558a feat: Add cookie authentication, account routes
jessikitty pushed to main at jessikitty/ScratchingPost 2026-05-21 13:55:15 +10:00
64b0a5e62f feat: Login page view
jessikitty pushed to main at jessikitty/ScratchingPost 2026-05-21 13:55:00 +10:00
3bf91892f6 feat: Add authentication — AccountController with cookie auth login/logout
jessikitty pushed to main at jessikitty/ScratchingPost 2026-05-21 11:05:31 +10:00
4fffec4919 feat: Self-host TinyMCE — switch CDN to /lib/tinymce/
jessikitty pushed to main at jessikitty/ScratchingPost 2026-05-21 11:05:02 +10:00
5c3d3805d1 feat: Self-host TinyMCE — switch CDN to /lib/tinymce/
jessikitty pushed to main at jessikitty/ScratchingPost 2026-05-21 10:19:52 +10:00
29a7af4950 feat: Use BackgroundSize in Preview view
jessikitty pushed to main at jessikitty/ScratchingPost 2026-05-21 10:18:43 +10:00
7da0aed466 feat: Use backgroundSize in slide rendering + buildBgStyle helper
jessikitty pushed to main at jessikitty/ScratchingPost 2026-05-21 10:16:59 +10:00
dddd3188ce feat: Pass backgroundSize to display engine
jessikitty pushed to main at jessikitty/ScratchingPost 2026-05-21 10:16:06 +10:00
88d70926f4 feat: Add BackgroundSize dropdown to Edit view
jessikitty pushed to main at jessikitty/ScratchingPost 2026-05-21 10:15:03 +10:00
f4aec96ce0 feat: Add BackgroundSize dropdown to Create view
jessikitty pushed to main at jessikitty/ScratchingPost 2026-05-21 10:14:02 +10:00
58c5f30b0d feat: Add theme toggle button to sidebar + flash-prevention script
jessikitty pushed to main at jessikitty/ScratchingPost 2026-05-21 10:13:25 +10:00
a060469adc feat: Theme toggle with localStorage persistence
jessikitty pushed to main at jessikitty/ScratchingPost 2026-05-21 10:12:48 +10:00
c154ea86a2 feat: Light/dark mode CSS with theme toggle support
jessikitty pushed to main at jessikitty/ScratchingPost 2026-05-21 10:11:50 +10:00
37785c48e0 feat: Pass backgroundSize in playlist API response
jessikitty pushed to main at jessikitty/ScratchingPost 2026-05-21 10:11:31 +10:00
c0acb067b3 feat: Handle BackgroundSize in SlidesController Edit
jessikitty pushed to main at jessikitty/ScratchingPost 2026-05-21 10:11:10 +10:00
9b4e2677dc feat: Add BackgroundSize property to Slide model