-
Notifications
You must be signed in to change notification settings - Fork 38
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
UserPage table re-design #97
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Force pushing to rebase with develop |
* User table revamp partial * Fixes * Fix lint * Removed unused icons * Fix alignment of icon
* added tooltip for short link copy * linked drawer to redux via shortlink helper hook * added download button and download option menu * code refactoring * added qrcode download func to drawer * code refactor * renamed dialog to drawer * converted optional string to nullable string
* migrate kmb number formatter to intl with tests * removed the use of low supported intl impl
* code refactor * integrate draft dialog triggered on row click * draft full height aligned to left dialog * override dialog paper left margin * added header, link analytics sections * added more placeholders * added trailing button placeholders * added a custom switch * updated the usage of dialog to drawer * User Table Revamp partial (#99) * User table revamp partial * Fixes * Fix lint * Removed unused icons * Fix alignment of icon * Implement Desktop View Drawer for UserPage re-design (#100) * added tooltip for short link copy * linked drawer to redux via shortlink helper hook * added download button and download option menu * code refactoring * added qrcode download func to drawer * code refactor * renamed dialog to drawer * converted optional string to nullable string * Add mobile and desktop view * Add test * Appease coveralls * refactored client test to its own directory * stitch empty state * remove redundant file * impl url fetching status to fix search debouncing issue * revert unintended changes * adjustments to download links button, and seach bar and toolbar responsiveness * adjusted link count margin * removed remnants of sanity check * wipe on log out and new isInitialised user state Co-authored-by: Jason Chong <35889982+JasonChong96@users.noreply.github.com> Co-authored-by: JasonChong96 <jasontjakra@gmail.com>
* refactor code * links now showed as results if filtered * refactored how search bar consumes height hook
* Fix user page footer * Move styles into its own file * Make image undraggable * improved stylings for table footer (#112) Co-authored-by: Kyler Wong <wsm.kyler@gmail.com>
* Add mobile view for drawer * Fix desktop font * Make image draggable false * Address changes * Fix margin * Invert breakpoint condition * Removes access borders on user table * Fix margins * Fix borders
* Make QRModal invisible for download * drawer tweaks
* Add mobile view for drawer * Fix desktop font * Make image draggable false * Address changes * Fix margin * Invert breakpoint condition * Removes access borders on user table * Fix margins * Fix borders * Fix margins * Hide long url edit on file * Fix margins * Fix drawer text align
yong-jie
reviewed
May 27, 2020
src/client/components/UserPage/UserLinkTable/ToolBar/LinkCountHeader/index.tsx
Outdated
Show resolved
Hide resolved
@yong-jie addressed comments, please give it a look again 😁 |
yong-jie
approved these changes
May 27, 2020
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.
lgtm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Problem
Segments