rcourtman
|
f9104115a5
|
Fix v6 top-level page header composition
|
2026-04-20 14:20:38 +01:00 |
|
rcourtman
|
3ff7c2f2e3
|
Replace v6 banner with guided welcome tour
Refs #1429
|
2026-04-19 21:26:54 +01:00 |
|
rcourtman
|
47b6d0fb1c
|
Align release header audit with publish contract
|
2026-04-11 18:25:53 +01:00 |
|
rcourtman
|
8e81add763
|
Generate typed platform support projection
|
2026-04-10 16:52:18 +01:00 |
|
rcourtman
|
ab3e028359
|
Add platform support manifest
|
2026-04-10 16:38:06 +01:00 |
|
rcourtman
|
7a824337e6
|
fix(frontend): ship terms docs locally
|
2026-03-28 20:04:27 +00:00 |
|
rcourtman
|
44c529ba92
|
fix(frontend): localize security docs links
|
2026-03-28 19:30:24 +00:00 |
|
rcourtman
|
9b601f457c
|
fix(frontend): ship telemetry disclosure docs locally
|
2026-03-28 18:19:52 +00:00 |
|
rcourtman
|
778a2577b6
|
feat: Pulse v6 release
|
2026-03-18 16:06:30 +00:00 |
|
rcourtman
|
6eb1a10d9b
|
Refactor: Code cleanup and localStorage consolidation
This commit includes comprehensive codebase cleanup and refactoring:
## Code Cleanup
- Remove dead TypeScript code (types/monitoring.ts - 194 lines duplicate)
- Remove unused Go functions (GetClusterNodes, MigratePassword, GetClusterHealthInfo)
- Clean up commented-out code blocks across multiple files
- Remove unused TypeScript exports (helpTextClass, private tag color helpers)
- Delete obsolete test files and components
## localStorage Consolidation
- Centralize all storage keys into STORAGE_KEYS constant
- Update 5 files to use centralized keys:
* utils/apiClient.ts (AUTH, LEGACY_TOKEN)
* components/Dashboard/Dashboard.tsx (GUEST_METADATA)
* components/Docker/DockerHosts.tsx (DOCKER_METADATA)
* App.tsx (PLATFORMS_SEEN)
* stores/updates.ts (UPDATES)
- Benefits: Single source of truth, prevents typos, better maintainability
## Previous Work Committed
- Docker monitoring improvements and disk metrics
- Security enhancements and setup fixes
- API refactoring and cleanup
- Documentation updates
- Build system improvements
## Testing
- All frontend tests pass (29 tests)
- All Go tests pass (15 packages)
- Production build successful
- Zero breaking changes
Total: 186 files changed, 5825 insertions(+), 11602 deletions(-)
|
2025-11-04 21:50:46 +00:00 |
|
rcourtman
|
f46ff1792b
|
Fix settings security tab navigation
|
2025-10-11 23:29:47 +00:00 |
|