1
0
Fork 0

feat(ui): elevate cockpit ergonomics, add search watermark, queue selection styling, and shortcut bindings

This commit is contained in:
Yun Chan 2026-09-05 12:44:23 +09:00
parent 4ca7352dc3
commit 388d6707d0
6 changed files with 462 additions and 23 deletions

3
.gitignore vendored
View file

@ -47,6 +47,9 @@ src/Everything2Everything.Shell/Everythi*/
# .NET artifacts dir from BuildMsix.ps1
artifacts/
# test assets
test_assets/
# NuGet packages restore + nuget.exe cache
packages/
tools/*