Ada Werefox ada
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.
ada pushed to main at ada/dioxus-letter-werefox-cafe 2023-04-02 15:15:01 -05:00
cd13cbbc1e Added some minimal documentation and a helper script.
ada pushed to main at ada/dioxus-letter-werefox-cafe 2023-04-01 15:28:42 -05:00
c029cd0d08 Created workspace for seperate fe/be dev, updated README and Dockerfile.
ada pushed to main at ada/dioxus-letter-werefox-cafe 2023-03-31 06:22:03 -05:00
b5de97e2aa Don't need to recompile TailwindCSS in container.
ada pushed to main at ada/dioxus-letter-werefox-cafe 2023-03-30 17:40:33 -05:00
e9089755ef Merge branch 'main' of ssh://192.168.0.201:222/ada/dioxus-letter-werefox-cafe
70914f0231 Edit README to add instructions for container running.
Compare 2 commits »
ada pushed to main at ada/dioxus-letter-werefox-cafe 2023-03-30 17:21:13 -05:00
99e99ecffd Oops don't actually copy the Cargo.lock into the container image.