-
Notifications
You must be signed in to change notification settings - Fork 4
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
Polish UI and clean up code #22
Comments
Merged
FedeMadoery
pushed a commit
to FedeMadoery/setblocks
that referenced
this issue
Jan 8, 2019
Code Cleanup Alphabetical ordering of imports and actions (in redux) Implementation of BlockList to manage and render the Set Blocks, to improve the readability of Schedule Page by reducing your code length Enable Submit now is managed through redux UI Polish Fix alignment for Setblocks scheduled within the same day and make sure the setblock dots (on both the sidebar and the main page are perfect squares instead of rectangles - Was Fixed some commits ago in PR "Close Issue setlife-network#9" Fix alignment on the empty state UI "This user hasn't committed..." - Was Fixed some commits ago in PR "Close Issue setlife-network#9"
FedeMadoery
pushed a commit
to FedeMadoery/setblocks
that referenced
this issue
Jan 8, 2019
This reverts commit 18c4c0e.
FedeMadoery
pushed a commit
to FedeMadoery/setblocks
that referenced
this issue
Jan 9, 2019
Code Cleanup Alphabetical ordering of imports and actions (in redux) Implementation of BlockList to manage and render the Set Blocks, to improve the readability of Schedule Page by reducing your code length Enable Submit now is managed through redux UI Polish Fix alignment for Setblocks scheduled within the same day and make sure the setblock dots (on both the sidebar and the main page are perfect squares instead of rectangles - Was Fixed some commits ago in PR "Close Issue setlife-network#9" Fix alignment on the empty state UI "This user hasn't committed..." - Was Fixed some commits ago in PR "Close Issue setlife-network#9"
FedeMadoery
pushed a commit
to FedeMadoery/setblocks
that referenced
this issue
Jan 9, 2019
UI Polish Remove "Set Team" component from Team Page and add a simple "Team" header On the TeamPage, make sure the color bubbles are vertically center-aligned On the TeamPage, make sure the team member names are vertically left-aligned On the TeamPage, remove the filter/sliders icon on the right On the SchedulePage, change "Hours Counter: X" text to "X work hours scheduled" On the SideBar, the small setblocks should be vertically left/center-aligned
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Leaving a checklist here to take care of when we are closer to a stable release. These should only be minor tasks of low priority
Code Cleanup
var x = require('npm-package')
are refactored to ECMA standards asimport x from 'npm-package'
UI Polish
Fix alignment for Setblocks scheduled within the same day and make sure the setblock dots (on both the sidebar and the main page are perfect squares instead of rectangles
Fix alignment on the empty state UI "This user hasn't committed..."
Remove "Set Team" component from Team Page and add a simple "Team" header
On the TeamPage, make sure the color bubbles are vertically center-aligned
On the TeamPage, make sure the team member names are vertically left-aligned
On the TeamPage, remove the filter/sliders icon on the right
On the Schedule Page, change "Hours Counter: X" text to "X work hours scheduled"
On the SideBar, the small setblocks should be vertically left/center-aligned
Change
What issues are you going to work on?
to `What are you going to work on?When rendering half-setblocks that have been scheduled, the times should show which half is scheduled. So when a half-block is scheduled for
12am - 4am
, the user should see either12am - 2am
or2am - 4am
The text was updated successfully, but these errors were encountered: