-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
feat(ui): more gallery UX updates #6652
Commits on Jul 24, 2024
-
board UI updates: font tweaks, add cover image to tooltip, move uncat…
…egorized out of board list, allow collapsible board list if private enabled
Configuration menu - View commit details
-
Copy full SHA for 0c64725 - Browse repository at this point
Copy the full SHA 0c64725View commit details -
board UI updates: always show search for boards and images if a term …
…is entered, clear search when view is toggled off
Configuration menu - View commit details
-
Copy full SHA for 173524c - Browse repository at this point
Copy the full SHA 173524cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d1ed2d5 - Browse repository at this point
Copy the full SHA d1ed2d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b31de2 - Browse repository at this point
Copy the full SHA 2b31de2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 547f1af - Browse repository at this point
Copy the full SHA 547f1afView commit details -
reorganize the gallery - move board name to top of image grid, add hi…
…de/view boards button for toggle
Configuration menu - View commit details
-
Copy full SHA for 06e0f23 - Browse repository at this point
Copy the full SHA 06e0f23View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0d6450 - Browse repository at this point
Copy the full SHA b0d6450View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6a7828 - Browse repository at this point
Copy the full SHA c6a7828View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e660d6 - Browse repository at this point
Copy the full SHA 3e660d6View commit details -
feat(ui): tweak board tooltip styles
When the totals were high enough, the image looked really off. Also fixed some inconsistent padding.
Configuration menu - View commit details
-
Copy full SHA for c02cca9 - Browse repository at this point
Copy the full SHA c02cca9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a89a6d - Browse repository at this point
Copy the full SHA 1a89a6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf26444 - Browse repository at this point
Copy the full SHA cf26444View commit details -
Configuration menu - View commit details
-
Copy full SHA for edf7ed1 - Browse repository at this point
Copy the full SHA edf7ed1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ff0170 - Browse repository at this point
Copy the full SHA 2ff0170View commit details -
feat(ui): layout shift when using a collapse w/ flex gap
the gap isn't handled smoothly, there's always a jump. cannot use gap in the collapsible's container
Configuration menu - View commit details
-
Copy full SHA for 5bc7e0e - Browse repository at this point
Copy the full SHA 5bc7e0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 21bfcb9 - Browse repository at this point
Copy the full SHA 21bfcb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 194fd94 - Browse repository at this point
Copy the full SHA 194fd94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2026d8a - Browse repository at this point
Copy the full SHA 2026d8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 883dd1b - Browse repository at this point
Copy the full SHA 883dd1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9638178 - Browse repository at this point
Copy the full SHA 9638178View commit details -
feat(ui): use color instead of super tiny icon change to indicate boa…
…rd search toggle state You can't even see the icon, no point in changing it. Blue = active/open, Grey = closed.
Configuration menu - View commit details
-
Copy full SHA for c0def29 - Browse repository at this point
Copy the full SHA c0def29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41ed464 - Browse repository at this point
Copy the full SHA 41ed464View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80c9de8 - Browse repository at this point
Copy the full SHA 80c9de8View commit details -
feat(ui): add useAssertSingleton hook
Use this to enforce singleton components and hooks.
Configuration menu - View commit details
-
Copy full SHA for c9c257b - Browse repository at this point
Copy the full SHA c9c257bView commit details -
fix(ui): race condition with gallery search
It was possible to clear the search term while a debounced setSearchTerm is still pending. This resulted in the gallery getting out of sync w/ the search term. To fix this, we need to lift the state up a bit and cancel any pending debounced setSearchTerm calls when closing the search or clearing the search term box.
Configuration menu - View commit details
-
Copy full SHA for fb71713 - Browse repository at this point
Copy the full SHA fb71713View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bc4e69 - Browse repository at this point
Copy the full SHA 5bc4e69View commit details