-
Notifications
You must be signed in to change notification settings - Fork 3
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
Frontend refactor #161
Frontend refactor #161
Conversation
814968d
to
b80206d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good all and all. There is a fair amount of dead code that is commented out. Please remove this (most of it I left suggestions for, so deleting it should be a single click). Also, please run cargo clippy
(and, if you want some autofixes, cargo clippy --fix
) followed by cargo fmt
.
…dated to use session data
…ompat layer from client diectory to root
Starting work on refactoring viewer components.
- Moved "send_op_result" from viewer to the wrapper component. - Pairings, Standings, and Overview components are now wrapped in the wrapper.
Progress on refactor for the player.
Note: the places where the subcomponents update the tournament still need to be routed through the wrapper, however this doesn't seem to immediately cause any errors.
Updated the update functionality to reflect both the refactor and the changes modifying the permissions of certain types of users.
0053c64
to
8cf0386
Compare
0a18edc
to
74c5d2f
Compare
Codecov Report
@@ Coverage Diff @@
## main #161 +/- ##
==========================================
- Coverage 30.64% 29.95% -0.69%
==========================================
Files 78 79 +1
Lines 3834 3922 +88
==========================================
Hits 1175 1175
- Misses 2659 2747 +88
... and 1 file with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
73554cc
to
94cf6f6
Compare
Used TournQuery alias where applicable.
4b4bddf
to
50405fc
Compare
deb24ca
to
812e647
Compare
812e647
to
aa0e3f4
Compare
Request to pull the current progress on the fronted refactor onto the account creation branch.