From the 2026-06-15 hardware-test feedback (redesign passed end-to-end):
- Glyphs: map the 12 unmapped additions-page icon names (brush, cloud_sync,
data_object, deployed_code, movie_edit, neurology, psychology, robot_2,
smart_toy, sports_esports, videocam, vpn_lock) so the nexus Additional
Software page stops rendering "?" boxes. Verified Nerd Font codepoints.
- Glyphs: cp() now uses String.fromCodePoint, not fromCharCode — the 5 MDI
glyphs above 0xFFFF were being truncated by the 16-bit fromCharCode.
- Shortcuts: Super+Escape (session) now drives the redesigned full-screen
Power Menu via NsShell.toggle("power"); old caelestia session panel is
now dead code.
- nexus LanguageAndRegion: replace the "coming soon" weather placeholder with
a real location input bound to GlobalConfig.services.weatherLocation (the
Weather backend already geocodes / IP-auto-detects).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* reworked fullscreen mode as transforming shell
* controlcenter configuring of toasts & notifs
* fix animation on fs switch
* border rounding & shadow animation
* change controlcenter notifications layout
* stay on WlrLayer.Overlay, use Anim
* ci: update action versions
* qmlformat
* format take two
* third time's the charm
* fix: special workspace fullscreen
* fix: bar width border.thickness on non-persistent behaviour
* merge fix
* stop layout shift on close
* last few conventions sorted
* linting
* maximized state to fullscreen
---------
Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* Add custom shortcut for launcher, dashboard and osd all in one
* Fix Shortcut description
* shortcuts: fix showall
Some fixes:
- no need for the complex shortcut
- fix formatting
- fix unqualified access
---------
Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>