Commit Graph

32 Commits

Author SHA1 Message Date
6f8618d523
feat(stationstores.ts): refactor station stores to use the get function
fix #19
2024-04-03 20:01:52 -05:00
a36ba22871
(hotfix): enable window decoration and resizable 2024-04-03 19:38:03 -05:00
16211bfaf0
Merge pull request #18 from Klectr/14-linting-restrictions
feat(all): get eslint working in neovim
2024-04-03 19:28:25 -05:00
086fec34be
Update README.md 2024-03-23 12:30:20 -05:00
6d5527e61c feat(all): get eslint working in neovim
It works just fine as a default in vscodium, but i couldnt get it to work in neovim. Had to do a
little messing around and it now works perfectly in neovim which is awesome and a pretty good
indication that itll work elsewhere as well.

Issue #14
2024-03-22 01:20:59 -05:00
908a8bc3bf
Merge pull request #17 from Klectr/7-bug-broke_delete_button
fix: fix issue with delete button not working
2024-03-22 00:05:51 -05:00
9a6c8c5f91 fix: fix issue with delete button not working
The delete button wasn't fully implimented and the deletion of the items logic wasnt updating the
storage file

bug #7
2024-03-21 23:34:49 -05:00
1b4aaa937a
Merge pull request #15 from Klectr/2-testing_foundation
2 testing foundation
2024-03-21 22:25:15 -05:00
2f293bf8d5
Merge pull request #16 from Klectr/13-contribution-guidlines
docs(md files): added various markdown files for contributing and such
2024-03-21 19:17:08 -05:00
ce3a79b358 docs(md files): added various markdown files for contributing and such
The various files created are:
- CODEOWNERS
- CODE_OF_CONDUCT
- LICENSE
- SECURITY
- SUPPORT
- CONTRIBUTING

issue #13
2024-03-21 19:14:51 -05:00
1cfaaf56a8 update lock file 2024-03-19 00:40:42 -05:00
2c289ec07c setup test and get working test file 2024-03-19 00:30:43 -05:00
7f2a9f8e32
Merge pull request #12 from Klectr/update-logo
update logo
2024-03-18 20:39:21 -05:00
a00ffa24d7 update logo 2024-03-18 20:38:49 -05:00
ce7a417e2c
Merge pull request #10 from Klectr/update_app_logo
docs(readme): update app logo
2024-03-17 20:36:06 -05:00
ce7c3d5f35 docs(readme): update app logo 2024-03-17 20:35:28 -05:00
1884d504f5
Merge pull request #9 from Klectr/6-kaioken-builtin-router
feat(app): change the switch navigation to kaioken Router
2024-03-17 20:33:01 -05:00
14af43024a feat(app): change the switch navigation to kaioken Router and utilize the navigate router function
resolves #6
2024-03-17 20:26:20 -05:00
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