feat: implement responsive tab plugin and new hover card v3 component, and add admin controllers for price and recruiting tables.
This commit is contained in:
@@ -42,3 +42,6 @@ Instead, ALWAYS use the `activeTheme` variable to dynamically load the active th
|
||||
**Incorrect Usage:**
|
||||
`<div th:replace="~{themes/umass/header}"></div>`
|
||||
`<footer th:replace="~{fragments/footer :: footer}"></footer>`
|
||||
|
||||
### Admin Panel UI Pattern: Lists
|
||||
When building admin panels to manage lists of items, DO NOT use inline `<input>` fields for all rows by default. Instead, use a **read-only view** for the list items, providing explicit **"Edit"** and **"Delete"** buttons for each row. Clicking "Edit" should open a modal or expand the row to allow editing the fields.
|
||||
|
||||
Reference in New Issue
Block a user