Log in to leave a comment
The basic component system is in place! Now it’s time to refine it, add a database, and then add a lot of components.
Log in to leave a comment
I updated my mods because someone actually used it and created an issue! (#1 in the repo)
This is the changelog in the new version:
BREAKING: config txt now needs a random_offset value (int) on the second line.
Added all the code cleanup, command feedback and random offset feature.
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.