-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Update user request tiles dynamically
This commit updates the `updateUserRequests` function in the `index.html` file. It introduces dynamic updating of user request tiles based on the provided `userRequests` data. The existing tiles are now mapped by `data-task-id` and new request tiles are added if they don't already exist. Additionally, tiles that are no longer present in `userRequests` are removed.
- Loading branch information
Showing
1 changed file
with
46 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters