Working on the admin pages.
Log in to leave a comment
Working on the admin pages.
Log in to leave a comment
Now featuring: Slash commands.
I did this by implementing the poise framework.
Log in to leave a comment
!ping pong!
Simple example from serenity docs. Mainly trying to wrap my brain around the api.
Log in to leave a comment
Started work on the query page. Until I realized it would be hard without any (test) data.
Log in to leave a comment
Some general cleanup and organization. Just added github issues for the various pages.
Log in to leave a comment
Progress on navbar, but the pfp is flashing for some reason
Log in to leave a comment
I spent like 2 hours figuring out why the tailwindcss plugin wasn’t working in RustRover. Turns out it seems to not work when you don’t have a package.json with tailwindcss as dependency.
Log in to leave a comment
Have mostly been playing with dependencies and tailwind.
Log in to leave a comment
Added a form to submit data for zermelo api requests, non-functional yet. Mainly playing around with dioxus.
Log in to leave a comment
Sadly time was lost because of a devlog outage yesterday.
Found this cool trick for the api module. Tried a bit more testing. Also found that not all time from yesterday was tracked because I switched IDEs
Log in to leave a comment
Finally fixed the error I ran against
Log in to leave a comment
Set up the initial dioxus project, Organized into rust modules and tried setting up a database and auth, which currently doesn’t work.