Commit Graph

14 Commits

Author SHA1 Message Date
caffaee95e
Merge pull request #8 from Klectr/1-split_components
splits components into more managable chunks
2024-03-17 15:28:27 -05:00
380429a93b chore(tauri configs): change name and identifier 2024-03-17 15:27:19 -05:00
b1edddeb6e bump version & change name 2024-03-17 15:18:49 -05:00
13da06a270 refactor(all): rework how state is being managed
this rewrites a lot of hooks and removes providers in exchange for the store api

BREAKING CHANGE: breaks everything

fix #1
2024-03-17 15:01:06 -05:00
8426d8acd7 refactor(app.tsx): refactore out logic and elemnts into their own components/files
BREAKING CHANGE: buttons dont route to appropriate pages

fix #1
2024-03-17 03:15:04 -05:00
afa4a1ca17 chore(tauri.conf.json): change app name and make window non resizable 2024-03-17 00:32:44 -05:00
34560d4c91 docs(readme): add logo to readme and center align all 2024-03-16 11:53:40 -05:00
59d620c210 docs(readme): adds app logo 2024-03-16 11:21:07 -05:00
cca5894610 feat(app.tsx): adds/updates buttons and styles
adds a refresh button, and changes the back buttons to be left chevrons. Changes styles of buttons
and removes some styling on the view station page
2024-03-16 10:41:17 -05:00
d28f4af806 docs(readme): update readme
Added the app name to readme, added the commitizen chip, and updated the tools to use section
2024-03-16 10:05:20 -05:00
25571b08cd refactor(app.tsx): removed test console log 2024-03-16 09:33:39 -05:00
7492219346 chore(package): add commitizen package and script command
I installed the commitizen repo support using the cz-conventional-changelog init command and updated
the script section of the package.json file, adding the commit script so i can run bun commit
instead
2024-03-16 09:32:21 -05:00
15d9d6d6bb test commit 2024-03-16 08:50:19 -05:00
f0b9ec33ac initial commit containing existing work 2024-03-16 08:46:10 -05:00