internetarchive / iaux

Monorepo for Archive.org UX development and prototyping.
GNU Affero General Public License v3.0
65 stars 86 forks source link

UI: <new-list> button that opens up new/edit list settings modal #868

Closed nsharma123 closed 1 year ago

nsharma123 commented 1 year ago

https://webarchive.jira.com/browse/WEBDEV-6291

nsharma123 commented 1 year ago

Neeraj great start.

I was hoping we can absorb the various display of the open modal button here as well. Given a property boolean, we can show either of the 3 options:

* "+ New List" (for details page drop down)

* "+" (for user list facet column dropdown)

* "✏️ " (for user list header)

This will help streamline modal into Details & OFF Pages. 👍 what do you think?

I am not sure how these button will help here except giving just idea like at what places we will show this modal? This is a standalone component which shows the form in modal.

nsharma123 commented 1 year ago

Added three buttons to open Create / Edit form in modal. image