Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
0f0f764
feat(changelog):add changelog widget version comaprison
vivekv1504 Feb 5, 2026
3dd4e1a
feat(changelog):fix data fetching incorrectly in full version comapar…
vivekv1504 Feb 13, 2026
b5f04e9
chore: trigger full ci
vivekv1504 Feb 17, 2026
c85d6ad
chore: trigger full ci
vivekv1504 Feb 17, 2026
3259517
feat(changelog): extract business logic from app.js
vivekv1504 Feb 20, 2026
5c4b007
fix(changelog): update version comparison logic to allow same stable …
vivekv1504 Feb 20, 2026
011c95f
refactor(changelog): standardize variable naming and clean up code in…
vivekv1504 Feb 24, 2026
742a432
Merge branch 'next' into changelog-widget
bhabalan Feb 24, 2026
1b84364
no changes
vivekv1504 Feb 24, 2026
c554b6d
fix(changelog): improve clipboard functionality and refactor version …
vivekv1504 Feb 25, 2026
92747af
refactor(changelog): enhance formatting and improve UI visibility ma…
vivekv1504 Mar 5, 2026
2f9c3b2
fix(changelog): clear stale comparison parameters and update comments…
vivekv1504 Mar 5, 2026
9cddba4
feat(changelog): Enhance the commit history displaying and cleanup fu…
vivekv1504 Mar 24, 2026
c4d5b3c
refactor(changelog): update UI labels, enhance commit history display…
vivekv1504 Mar 24, 2026
6c6bcbe
fix(changelog): simplify comparison UI and remove unused code in app.js
vivekv1504 Mar 24, 2026
cc692ef
fix(changelog): update comparison logic and clean up unused code in a…
vivekv1504 Mar 26, 2026
e8151dd
fix(changelog):update the collectcommitsAcrossStables function code
vivekv1504 Mar 26, 2026
3f90949
refactor(changelog): clean up app.js by removing unused comments and …
vivekv1504 Mar 27, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/changelog/assets/css/app.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/*
/*
* CSS Variables for consistent theming
*
*
* Usage in CSS: background-color: var(--color-webex-blue);
* Usage in JS: element.style.backgroundColor = 'var(--color-success)';
*
*
* Available variables:
* --color-success: Success state (green)
* --color-success-hover: Success hover state
Expand Down
Loading
Loading