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

Show Palette categories in an accordion #1657

Closed
ripla opened this issue Mar 28, 2018 · 5 comments
Closed

Show Palette categories in an accordion #1657

ripla opened this issue Mar 28, 2018 · 5 comments
Labels
enhancement Stale Inactive issue marked for closing

Comments

@ripla
Copy link
Contributor

ripla commented Mar 28, 2018

According to the UX design the top-level categories should be shown in an accordion.

  • Colour changes when opened/closed
  • Icons for categories

IntelliJ-02-accordion.pngPalette-01-accordion-A.png

@ripla
Copy link
Contributor Author

ripla commented Apr 5, 2018

Design ideas from Jouni, to act as a starting point:
Start with a standalone details element & collapsible container. See <details> HTML element.

<vaadin-details open>
  <h4 slot="summary">Header for the content</h4>
  <p>The actual content that is hidden/revealed.</p>
</vaadin-details>

After that create a grouping element -> accordion.

<vaadin-details-group allow-multiple-open>
  <vaadin-details></vaadin-details>
  <vaadin-details></vaadin-details>
  <vaadin-details></vaadin-details>
</vaadin-details-group>

@ripla ripla mentioned this issue Apr 9, 2018
8 tasks
@ripla
Copy link
Contributor Author

ripla commented Apr 11, 2018

Note that #1618 was estimated based on previous work in this card.

@ripla ripla added the backlog label Jun 6, 2018
@ripla ripla removed the backlog label Aug 1, 2018
@ripla
Copy link
Contributor Author

ripla commented Aug 14, 2018

Components team ticket on the same issue vaadin/vaadin-core#80

@stale
Copy link

stale bot commented Feb 10, 2019

Hello there!

It looks like this issue hasn't progressed lately. There are so many issues that we just can't deal them all within a reasonable timeframe.

There are a few things you could help to get things rolling on this issue (this is an automated message, so expect that some of these are already in use):

  • Check if the issue is still valid for the latest version. There are many duplicates in our issue tracker, so it is possible that the issue is already tackled.
  • Provide more details how to reproduce the issue.
  • Explain why it is important to get this issue fixed and politely draw others attention to it e.g. via the forum or social media.
  • Add a reduced test case about the issue, so it is easier for somebody to start working on a solution.
  • If the issue is clearly a bug, use the Warranty in your Vaadin subscription to raise its priority.

Thanks again for your contributions! Even though we haven't been able to get this issue fixed, we hope you to report your findings and enhancement ideas in the future too!

@stale stale bot added the Stale Inactive issue marked for closing label Feb 10, 2019
@stale
Copy link

stale bot commented Aug 9, 2019

The issue was automatically closed due to inactivity. If you found some new details please comment on the issue so that maintainers can re-open it.

@stale stale bot closed this as completed Aug 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Stale Inactive issue marked for closing
Projects
None yet
Development

No branches or pull requests

1 participant