Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
63 commits
Select commit Hold shift + click to select a range
20c0b60
Initial version
nwmac Apr 9, 2025
7131b37
Fix lint issues
nwmac Apr 10, 2025
1312107
Tidy ups and lint fixes
nwmac Apr 10, 2025
8cda729
Add some notes
nwmac Apr 11, 2025
0c6acee
Localisations
nwmac Apr 16, 2025
3d0317d
Avoid using general 'actions' class name
nwmac Apr 16, 2025
756dad9
Further fixes
nwmac May 29, 2025
0b88bed
Remove test code
nwmac May 29, 2025
bdaccc7
Address feedback from walk through
nwmac May 29, 2025
4272d5b
Add test ids and updated e2e tests, fix lint
nwmac Jun 4, 2025
46f4c46
Work around version issues
nwmac Jun 4, 2025
bbf9c0e
Update .gitignore
nwmac Jun 5, 2025
27833ef
Remove dev readme file
nwmac Jun 5, 2025
efe684a
Add simple developer docs, update type comments, bump icon package ve…
nwmac Jun 11, 2025
fe9160d
Address PR feedback
nwmac Jun 13, 2025
09bc8a2
Address PR feedback 2nd round
nwmac Jun 16, 2025
17dadf0
Fix lint
nwmac Jun 16, 2025
7faf019
Use user id hash in the local storage key
nwmac Jun 17, 2025
3cf7225
FIrst version of dynamic content
nwmac Sep 5, 2025
932683f
Revert merge errors
nwmac Sep 5, 2025
2f99ee0
Fix merge errors
nwmac Sep 5, 2025
c6062c5
Tidy ups, better types and more documentation
nwmac Sep 5, 2025
7efac45
Add support for settings
nwmac Sep 5, 2025
9524a25
Improve docs
nwmac Sep 5, 2025
9aa4bf9
Tidy up config and settings types
nwmac Sep 6, 2025
f9eb1d8
Addm LTS, remove debug content (will do this differently)
nwmac Sep 8, 2025
21c9437
Add unit tests
nwmac Sep 22, 2025
c629a6f
Update unis tests
nwmac Oct 1, 2025
0393d67
Fix unit tests
nwmac Oct 1, 2025
85d5652
Tidy ups
nwmac Oct 2, 2025
cef2664
Fix first round of PR feedback and update tests
nwmac Oct 16, 2025
6d088ba
Address PR feedback
nwmac Oct 22, 2025
35f7cc4
FIrst version of dynamic content
nwmac Sep 5, 2025
e47539a
Factor out system info for clearer code
nwmac Sep 5, 2025
396f655
Add announcement support
nwmac Sep 22, 2025
c14b638
Fixes
nwmac Oct 19, 2025
71f02b6
Remove comment for hidden as its not added in this PR
nwmac Oct 19, 2025
a7281bd
Fix merge issues
nwmac Oct 22, 2025
85e2d8b
Ensure mark all read updates via handler as well
nwmac Oct 22, 2025
462554b
Add unit tests
nwmac Oct 22, 2025
a5391b8
Fix comment for unsetValue
nwmac Oct 22, 2025
f9d3c74
Fix lint errors
nwmac Oct 23, 2025
b7e6180
Address PR Feedback
nwmac Oct 23, 2025
ebbf174
FIrst version of dynamic content
nwmac Sep 5, 2025
a5e0d0a
Tidy ups, better types and more documentation
nwmac Sep 5, 2025
995fbe9
Add support for settings
nwmac Sep 5, 2025
97e050c
Improve docs
nwmac Sep 5, 2025
683ab08
Tidy up config and settings types
nwmac Sep 6, 2025
ca7ee50
Addm LTS, remove debug content (will do this differently)
nwmac Sep 8, 2025
a0dfd5d
Add unit tests
nwmac Sep 22, 2025
66051f8
Update unis tests
nwmac Oct 1, 2025
c51af6f
Fix unit tests
nwmac Oct 1, 2025
8967cb9
Tidy ups
nwmac Oct 2, 2025
77594d3
Add home page announcements
nwmac Oct 19, 2025
5433c87
Minor updates
nwmac Oct 20, 2025
f54361c
Add support for content on the home page
nwmac Oct 23, 2025
d6c67d4
Fix merge issues
nwmac Oct 23, 2025
168c9b3
Minor tidy ups
nwmac Oct 23, 2025
eaeb9cd
Tidy ups
nwmac Oct 23, 2025
1bacf59
Fix bad merge
nwmac Oct 24, 2025
297036d
Further merge fixes
nwmac Oct 24, 2025
c5b1492
Merge fixes
nwmac Oct 24, 2025
77faf21
Mark all as read does not affect hidden items
nwmac Oct 24, 2025
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
5 changes: 5 additions & 0 deletions shell/assets/images/content/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Built-in icon images that can be used for Dynamic Content

These are referenced in the dynamic content package with the '~' prefix.

Light theme mode images are in this folder. The version of the image for dark theme mode should be in the `dark` sub-folder.
84 changes: 84 additions & 0 deletions shell/assets/images/content/cloud-native.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions shell/assets/images/content/dark/cloud-native.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
59 changes: 59 additions & 0 deletions shell/assets/images/content/dark/shield.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions shell/assets/images/content/dark/suse.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
59 changes: 59 additions & 0 deletions shell/assets/images/content/shield.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading