Ada Werefox ada
  • Cybre kitty doing bappy on a keyboard.

  • Joined on 2022-07-21
ada pushed to main at ada/void-werefox-cafe 2023-04-13 12:54:38 -05:00
9d46693ba8 Fixing title render.
ada pushed to main at ada/void-werefox-cafe 2023-04-13 12:51:28 -05:00
8b04898c25 Major refactoring on the front end. Dark mode is set to automatic again, in preparation for user preference management.
ada pushed to main at ada/void-werefox-cafe 2023-04-12 17:25:17 -05:00
961bb61553 A lot of work just getting Dioxus to route things properly, moved compile conditions to make less repetition.
ada pushed to main at ada/void-werefox-cafe 2023-04-12 00:43:04 -05:00
d84457f038 Simplefied dark mode toggle.
ada pushed to main at ada/void-werefox-cafe 2023-04-11 22:37:28 -05:00
09bb699e0c A few minor style changes and typo fixes.
ada pushed to main at ada/void-werefox-cafe 2023-04-11 19:42:49 -05:00
4830f0a600 previous and next entries, major refactoring on Dioxus frontend, more reliable routing on backend, some minor style adjustments.
ada pushed to main at ada/void-werefox-cafe 2023-04-10 20:37:43 -05:00
c5e4cd605d Added oldest and latest entry routes/buttons, added new poem entry, minor front end adjustments.
ada pushed to main at ada/void-werefox-cafe 2023-04-10 18:19:06 -05:00
dfeb15394a Added toggle for dark mode, changed font to OpenDyslexic, details now changes label on open/close.
ada pushed to main at ada/void-werefox-cafe 2023-04-09 12:34:42 -05:00
4fcb8972ff Routing works properly on the Rocket backend now.
ada pushed to main at ada/void-werefox-cafe 2023-04-09 11:27:30 -05:00
042fed569b Minor changes. Honestly, I don't even remember what exactly I changed besides the gitignore.
ada pushed to main at ada/void-werefox-cafe 2023-04-08 20:53:54 -05:00
d0a94d74d0 Updated the gitignor, should not have been including dist/
ada pushed to main at ada/void-werefox-cafe 2023-04-08 20:47:58 -05:00
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.
ada pushed to main at ada/void-werefox-cafe 2023-04-08 12:41:03 -05:00
bcf1b36a6b Poems render their titles in a separate div, creation dates added and displayed.
ada pushed to main at ada/void-werefox-cafe 2023-04-07 17:16:47 -05:00
202979973f added public assets, moved data to void-fe, added poems, make the front end parse the poem files at compile time.
ada pushed to main at ada/dioxus-letter-werefox-cafe 2023-04-07 10:42:25 -05:00
05d885a4c3 Minor changes.
ada pushed to main at ada/void-werefox-cafe 2023-04-07 07:41:51 -05:00
cf8fce05e6 Initial commit, lots of templating from the letter-werefox-cafe repo.
ada created branch main in ada/void-werefox-cafe 2023-04-07 07:41:51 -05:00
ada created repository ada/void-werefox-cafe 2023-04-07 07:40:57 -05:00
ada pushed to main at ada/dioxus-letter-werefox-cafe 2023-04-06 20:59:23 -05:00
fc595e021e Fixed rendering in Rocket with conditional compilation macros. Will raise an issue for Dioxus since this is ultimately their problem.
ada pushed to main at ada/dioxus-letter-werefox-cafe 2023-04-06 19:12:08 -05:00
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.