XPEHO/YAKI

Fix / Team list - Ui problems with the sidebar when a captain has a lot of teams

Closed this issue · 0 comments

🗒️NOTES

When a captain as a lot of teams in create a too long list in the sidebar that make the UI bad making it scrollable

Done in yaki_ui PR 94 : XPEHO/yaki_ui#94

🏁PREREQUISITES

  • DOR
  • DOD

📜CONTEXT (User Story)

As a captain

I want to see the list of my teams in the sidebar

In order to manage them

🪳STEPS TO REPRODUCE

  • Step 1: Connect as captain
  • Step 2: Have a lot of teams

🪜STEPS FOR A FIX

  • Step 1: Change sidebar dropdown menu style adding to :
    .drop-down__checkbox { &:checked ~ .drop-down__menu { max-height: 10rem; overflow-y: scroll; } }
  • Step 2: Stylize the scrollbar

✅ACCEPTANCE CRITERIA

  • ✅ A lot of teams doesn't create a scroll in the global UI anymore

📛BLOCKERS

🔍AFFECTED COMPONENT(S) (Scope)

⛓️LINK TO OTHER ISSUES

🪟SCREEN SHOTS & MOCKUPS

image