Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
8a8e4a7
feat: add Copilot instructions for repository usage
Mar 26, 2026
c36587f
feat: add system information panel and API endpoints
Mar 28, 2026
1343bd7
feat: enhance system info collection and display with additional spec…
Mar 28, 2026
6ca4a7d
feat: improve CPU frequency retrieval and update system info structure
Mar 28, 2026
13ab855
feat: enhance system memory reporting and WSL detection in system info
Mar 28, 2026
bb3d5bb
feat: add comprehensive unit tests for system information retrieval f…
Mar 28, 2026
67d1b1f
feat: enhance display information handling and add parsing for Wavesh…
Mar 28, 2026
fb2732c
feat: add CPU temperature retrieval and update system info display
Mar 28, 2026
71cd996
feat: remove display information from system info collection
Mar 28, 2026
daf1fff
feat: replace SVG icons with PNG for system info display (flaticon)
Mar 28, 2026
4d02d53
feat: add system overview collection and display in system info
Mar 28, 2026
8119c1c
feat: refactor system overview collection to separate active playlist…
Mar 28, 2026
5032225
feat: add plugin information collection and display in system info
Mar 30, 2026
ee4f93f
feat: add tooltip for active playlist information in system overview
Mar 30, 2026
5840870
fix: correct spelling of "Builtin" to "Built-in" in system info
Mar 30, 2026
0c67449
feat: sort plugin information by name in system info collection
Mar 30, 2026
2ff6d6b
feat: add tooltip with plugin ID and repository link in system info
Mar 30, 2026
6d3a868
feat: add external link icon to third-party plugin names in system info
Mar 30, 2026
d21b9a1
feat: add device name display to the System Info page
saulob Mar 30, 2026
eac1288
feat: update device name display elements on the System Info page
saulob Mar 30, 2026
cd8d3c3
feat: enhance CPU information detection and implement caching
saulob Mar 30, 2026
9130c26
feat: add CPU frequency detection and installed RAM information
saulob Mar 30, 2026
dc3a97e
feat: update CPU frequency information to display the maximum frequency
saulob Mar 30, 2026
4a39c0c
fix: track project CSS files ignored by overly broad gitignore rule
Mar 30, 2026
95358f5
feat: add styles for System Info page layout and components
Mar 30, 2026
65c0a36
feat: update device specs labels for clarity in system info
Apr 1, 2026
dd27f2d
feat: enhance CPU frequency retrieval with fallback mechanisms
Apr 1, 2026
46ef1a0
feat: update memory info structure to include allocated memory for WSL
Apr 1, 2026
89b692a
feat: exclude 'Model' label from device specifications display
Apr 2, 2026
a49f5c2
feat: remove Copilot instructions file for repository cleanup
Apr 2, 2026
6e97ff9
feat: improve local IP retrieval with safe socket closure
Apr 2, 2026
a836631
feat: enhance memory info display with fallback for installed RAM
Apr 2, 2026
d6e544d
feat: enhance plugin repository metadata handling for third-party cla…
Apr 2, 2026
2707a85
feat: exclude 'Model' label from device specifications display
Apr 2, 2026
5045f10
feat: enhance accessibility for playlist information with ARIA roles
Apr 2, 2026
99e959f
feat: enhance tooltip visibility and focus styles for third-party plu…
Apr 2, 2026
5c38256
feat: update mock refresh datetime to use timezone-aware datetime
Apr 2, 2026
70fe7b2
feat: improve plugin info collection test to verify fallback behavior…
Apr 2, 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
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -171,4 +171,4 @@ mock_display_output/

# Static Files added by install/update_vendors.sh
/src/static/scripts/
/src/static/styles/
/src/static/styles/select2.min.css
Loading