Feature/sc 39979/add user download history to clark - #2299
Open
imrakeshgulla wants to merge 3 commits into
Open
imrakeshgulla wants to merge 3 commits into
imrakeshgulla wants to merge 3 commits into
Conversation
imrakeshgulla
requested review from
Cwagne17,
Low-Key-N,
curlyLasagna,
ebhermann and
joaquinVill
September 9, 2026 22:12
Contributor
|
Could you add a screenshot or video recording? |
imrakeshgulla
force-pushed
the
feature/sc-39979/add-user-download-history-to-clark
branch
from
September 15, 2026 14:14
3fe2d9b to
7b05dda
Compare
Cwagne17
approved these changes
Sep 18, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Title
feature/sc-39979: Add user download history pageDescription
Summary
Replaces the authenticated user's legacy Library page with a dedicated Download History page backed by the CLARK API
GET /users/download-historyendpoint.Key Changes
/download-historyroute and set/libraryto automatically redirect to it. Updated primary navbar entries across desktop and mobile layouts to point to Download History.GET /users/download-historyintoLibraryServicewith support for paginated results vianextCursor.removeFromLibrarylogic) with a clean audit log view.Verification & Testing
npx tsc -p src/tsconfig.app.json --noEmitandnpx ng lint clark.npx prettier --checkandgit diff --check.LibraryServiceAPI route construction andLibraryComponentstate management.Screen.Recording.2026-09-14.at.12.40.54.PM.mov