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

feat(ui): more gallery UX updates #6652

Merged
merged 26 commits into from
Jul 24, 2024
Merged

Commits on Jul 24, 2024

  1. board UI updates: font tweaks, add cover image to tooltip, move uncat…

    …egorized out of board list, allow collapsible board list if private enabled
    Mary Hipp authored and maryhipp committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    0c64725 View commit details
    Browse the repository at this point in the history
  2. board UI updates: always show search for boards and images if a term …

    …is entered, clear search when view is toggled off
    Mary Hipp authored and maryhipp committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    173524c View commit details
    Browse the repository at this point in the history
  3. increase font size of Move for boards

    Mary Hipp authored and maryhipp committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    d1ed2d5 View commit details
    Browse the repository at this point in the history
  4. move Uncategorized back to private board list

    Mary Hipp authored and maryhipp committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    2b31de2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    547f1af View commit details
    Browse the repository at this point in the history
  6. reorganize the gallery - move board name to top of image grid, add hi…

    …de/view boards button for toggle
    Mary Hipp authored and maryhipp committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    06e0f23 View commit details
    Browse the repository at this point in the history
  7. cleanup

    Mary Hipp authored and maryhipp committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    b0d6450 View commit details
    Browse the repository at this point in the history
  8. fix circular dep

    Mary Hipp authored and maryhipp committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    c6a7828 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3e660d6 View commit details
    Browse the repository at this point in the history
  10. feat(ui): tweak board tooltip styles

    When the totals were high enough, the image looked really off. Also fixed some inconsistent padding.
    psychedelicious committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    c02cca9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1a89a6d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cf26444 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    edf7ed1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2ff0170 View commit details
    Browse the repository at this point in the history
  15. 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
    psychedelicious committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    5bc7e0e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    21bfcb9 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    194fd94 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2026d8a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    883dd1b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    9638178 View commit details
    Browse the repository at this point in the history
  21. 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.
    psychedelicious committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    c0def29 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    41ed464 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    80c9de8 View commit details
    Browse the repository at this point in the history
  24. feat(ui): add useAssertSingleton hook

    Use this to enforce singleton components and hooks.
    psychedelicious committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    c9c257b View commit details
    Browse the repository at this point in the history
  25. 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.
    psychedelicious committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    fb71713 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    5bc4e69 View commit details
    Browse the repository at this point in the history