Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Season Elements (plus a lot of other changes because this ended up acting like a dev branch) #39

Merged
merged 23 commits into from
Jan 19, 2024
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
db61f6c
added BooleanButton.vue and implemented a test case in scout.vue
Ryan-Bauroth Jan 9, 2024
496107f
not working fully but implemented. need some advice from a1cd before …
Ryan-Bauroth Jan 10, 2024
44d70f1
far more function now. needs work graphically and matches/teams are n…
Ryan-Bauroth Jan 10, 2024
f44fc1c
added MultiSelect.vue and worked a lot on UI
Ryan-Bauroth Jan 10, 2024
fb7625c
added connectedOptions to MultiSelect.vue to stop misinputs
Ryan-Bauroth Jan 11, 2024
40df6c9
Remove import lines
alexru26 Jan 11, 2024
e02a6ab
Delete import lines
alexru26 Jan 11, 2024
f2a78dd
fixed optional props on IncrementalButton.vue and MultiSelect.vue (ad…
Ryan-Bauroth Jan 11, 2024
06d474b
fixed bug with IncrementalButton.vue optional maxValue
Ryan-Bauroth Jan 11, 2024
9258ae0
made mobility a boolean button once again and made sure something is …
Ryan-Bauroth Jan 11, 2024
208144d
Delete import statements
alexru26 Jan 11, 2024
2771175
Merge pull request #25 from DurhamAcademy/fix-import-error
alexru26 Jan 11, 2024
dae1393
Removed notes button and moved it to take up more space.
PrestonSwigart Jan 11, 2024
5028e42
Merge pull request #27 from DurhamAcademy/7-have-notes-under-scout-pa…
Ryan-Bauroth Jan 12, 2024
c01d733
just making sure I don't lose progress. working on basic teams page
Ryan-Bauroth Jan 12, 2024
f4e1fe8
added average amp cycles
Ryan-Bauroth Jan 12, 2024
1a4fd3e
worked on endgames for teams page. not complete
Ryan-Bauroth Jan 12, 2024
3f170d4
added pie chart for auto and worked more on general teams.vue stuff :)
Ryan-Bauroth Jan 13, 2024
44a2b56
idek what is in this i just need to switch branches
Ryan-Bauroth Jan 16, 2024
8dc245d
fixed peer dependancy issues
Ryan-Bauroth Jan 16, 2024
d0ab3e9
Tyler and Nathaniel worked to change the button type from an arrow th…
NathanielW07 Jan 17, 2024
2d98dfb
Merge pull request #36 from DurhamAcademy/redsign-scout-page-2
Ryan-Bauroth Jan 17, 2024
de70a6a
now technically complete. we may want to work further but in a good s…
Ryan-Bauroth Jan 19, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Delete import lines
Signed-off-by: alexru26 <rualex2008@gmail.com>
alexru26 committed Jan 11, 2024
commit e02a6ab16ac0b9bd3d4ad9b22a18b9e770683d86
3 changes: 0 additions & 3 deletions components/Navbar.vue
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
<script setup lang="ts">
import LoginState from "~/utils/authorization/LoginState";
// import {VerticalNavigationLink} from "@nuxt/ui/dist/runtime/types";
import {loginStateKey} from "~/utils/keys";
import SessionResponse = PouchDB.Authentication.SessionResponse;
// import {UnwrapRef} from "vue";
// import {Ref} from "@vue/reactivity";

const {usernameState, sessionState, logout}: {
logout: () => Promise<void>;