[Webapp] Create Generic Reorderable List Template #86
Labels
enhancement
New feature or request
Generic UI
For generic UI components
Internal Libraries
For all work pertaining to shared code for multiple modules not part of a larger system
Web App
For work on the main web app
Is your feature request related to a problem? Please describe.
Currently there are a lot of modules that all should have the same basic style and theming, therefore, there should be a standard library component that handles displaying and reordering lists for all modules.
Describe the solution you'd like
There should be a standard page template that takes in the following props and update the display based on the values provided:
Internally, it should also keep track of whether edits have been made, and display an update button if they have that handles the logic to update all endpoints. For ease of use, it might be worth doing order by create time, then just edit the create time on reorder.
The text was updated successfully, but these errors were encountered: