Adds the ability for admins to archive individual time log entries.
- Adds an 'Archive' button to the detailed logs table in the admin UI.
- Adds a new API endpoint to handle the
archiving of a single log entry.
- Updates the frontend to call the new endpoint when the 'Archive'
button is clicked.