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

Static List Component Build #3779

Closed
mark-tate opened this issue Jul 8, 2024 · 12 comments
Closed

Static List Component Build #3779

mark-tate opened this issue Jul 8, 2024 · 12 comments

Comments

@mark-tate
Copy link
Contributor

mark-tate commented Jul 8, 2024

Static List Component

Description
A Static List is a component that allows interaction with elements within each list item without the concept of selecting the list items themselves.

Use Cases

  • Checkout Cart: In a shopping cart, each list item represents a product. Users can perform actions such as 'remove from basket' on individual items, but the list items do not have a selected state.
  • File Upload: In a file upload interface, each list item represents an uploaded file. Users can interact with elements like file descriptions or remove buttons within each list item, but the list items themselves are not selectable.

Follow design in #2453
POC: https://codesandbox.io/p/sandbox/salt-item-list-d828ft

@origami-z
Copy link
Contributor

Delay start 1 sprint, so #2453 can be finalized

@mark-tate
Copy link
Contributor Author

Cortado Goal
RC by EOS (refer to Josh's POC)
Core by end of Doppio

@origami-z
Copy link
Contributor

Aug 12 - created PR for code, needs review examples / site doc

@joshwooding
Copy link
Contributor

Aug 14 - addressed feedback on PR. Need to review site docs

@ThusharaJ07
Copy link
Contributor

aug-29 -
Addressed feedbacks on PR for following:

  1. divider being used a composition
  2. padding fixes to make it similar to listBox
  3. example updates - removed DefaultSingle & DefaultMultiple-----> added Just "Multiple" Example with Add items functionality.
  4. Doc updates

Awaiting final review

@mark-tate
Copy link
Contributor Author

Espresso Goal: To be released by EOS, 13th September

@mark-tate
Copy link
Contributor Author

Needs a dev review of PR

@ThusharaJ07
Copy link
Contributor

~ pending decision on examples (should be generic or not)
~ pending discussion on overriding padding in the examples ( is there a better way? )

@mark-tate
Copy link
Contributor Author

Frappe Goal: review and publish by EOS

@ThusharaJ07
Copy link
Contributor

sep 17: updated PR comments by Josh.

awaiting review

@mark-tate
Copy link
Contributor Author

Galao Goal: PR review complete by end of wk1

@mark-tate
Copy link
Contributor Author

merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

5 participants