-
Cybre kitty doing bappy on a keyboard.
- Joined on
2022-07-21
Block a user
8b04898c25
Major refactoring on the front end. Dark mode is set to automatic again, in preparation for user preference management.
961bb61553
A lot of work just getting Dioxus to route things properly, moved compile conditions to make less repetition.
4830f0a600
previous and next entries, major refactoring on Dioxus frontend, more reliable routing on backend, some minor style adjustments.
c5e4cd605d
Added oldest and latest entry routes/buttons, added new poem entry, minor front end adjustments.
dfeb15394a
Added toggle for dark mode, changed font to OpenDyslexic, details now changes label on open/close.
042fed569b
Minor changes. Honestly, I don't even remember what exactly I changed besides the gitignore.
31b0391ede
Added dioxus-router to cargo dependencies. Added some basic page routing to void-fe, changed the root page to be a list of links to each poem.
202979973f
added public assets, moved data to void-fe, added poems, make the front end parse the poem files at compile time.
fc595e021e
Fixed rendering in Rocket with conditional compilation macros. Will raise an issue for Dioxus since this is ultimately their problem.
686e591f21
Added Markdown file conversion. Changed some Cargo params to keep rust-analyzer from freaking out. Updated build.rs to not panic when 'npx' isn't in the path.