aafre/resume-builder

Improve UX for adding items to table / list in bulk

Open

#104 opened on Aug 5, 2025

View on GitHub
 (1 comment) (0 reactions) (1 assignee)TypeScript (15 forks)auto 404
ReactJSenhancementgood first issue

Repository metrics

Stars
 (6 stars)
PR merge metrics
 (PR metrics pending)

Description

At the moment, adding a new item to the

The Horizontal List / Smart Table requires a user to click the Add Item button and then add the item. A more convenient way would be to have a toggle to add multiple items in bulk by getting a text box, where a user can paste the items (comma-separated), and we can build the list dynamically.

Contributor guide