Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
ec16998
i messed up t he stash...
lunarcleint Feb 14, 2026
ded2318
rest
lunarcleint Feb 14, 2026
51d6d75
forgot da right padding
lunarcleint Feb 14, 2026
6f67307
catogries hold cheaper refrences string->number
lunarcleint Feb 15, 2026
138c780
merge with main
Frakits Feb 14, 2026
6651b01
Fix broken decoration implementation in macOS
Feb 19, 2026
043fed0
Disable window transparency in mac for now as it causes issues
Feb 19, 2026
3d6f310
Wrap createApp as a listener for DOMContentLoaded for decorum workaround
Feb 19, 2026
c212fbc
formatted + cleaned
Feb 19, 2026
5d5db5d
slight reorganization of components, category tabs work, scaffold views
echolotl Feb 22, 2026
764f423
scoped styles on components
echolotl Feb 22, 2026
f3e6840
change image folder name and dynamic background
echolotl Feb 22, 2026
5e08ecd
library sidebar
echolotl Feb 22, 2026
4b558fb
hide custom titlebar on linux
echolotl Feb 23, 2026
07101fd
mod data to frontend + few ui things
lunarcleint Feb 24, 2026
329c74a
Avoid duplicated config for platform decoration setting
Feb 24, 2026
563cf26
fix stupid naming
lunarcleint Feb 24, 2026
391a8b6
add exe detection for wine on unix
lunarcleint Feb 26, 2026
c619ade
Temporary fix for CI build
Feb 24, 2026
6b3dc4f
fixed width sidebar + scroll area
echolotl Feb 26, 2026
c4d3d5e
small tailwind cleanup
echolotl Feb 26, 2026
603333e
FAB... exists
echolotl Feb 26, 2026
58933ec
scroll area on main content, adjust app padding, remember last select…
echolotl Feb 26, 2026
3e74c4e
s
lunarcleint Feb 26, 2026
55ff61f
Background banner transitions
echolotl Mar 16, 2026
f96b78a
Fix title bar on MacOS.
lunarcleint Mar 16, 2026
dee14fd
Simplify background change logic
Mar 17, 2026
b0b2f87
Fix overlay titlebar on MacOS.
lunarcleint Mar 19, 2026
354bbac
Fix MacOS overscroll.
lunarcleint Mar 19, 2026
eda7701
Fix draggable window on MacOS.
lunarcleint Mar 20, 2026
058be59
Banner in Instance and to frontend.
lunarcleint Mar 20, 2026
667746a
add launch args
lunarcleint Mar 20, 2026
2605a79
actual fonts
echolotl Mar 23, 2026
ed0897f
infobar and launch button (not interactable yet)
echolotl Mar 15, 2026
4af5b3a
saving instance info and popover (kinda temp-ish)
echolotl Mar 15, 2026
f6f8d83
review things and some styling cleanup
echolotl Mar 16, 2026
9eca649
2 widgets WIP
Frakits Mar 21, 2026
1dc123e
gave up
Frakits Mar 21, 2026
18325d6
ok
HeroEyad Mar 21, 2026
8f8a000
normalize the path
HeroEyad Mar 21, 2026
513d218
here
HeroEyad Mar 21, 2026
be5ce97
ok
HeroEyad Mar 21, 2026
b1aee06
ok
HeroEyad Mar 21, 2026
a3171c9
fix some small things
echolotl Mar 21, 2026
e0bba9d
minor reorganization for library + launching (on linux, at least!)
echolotl Mar 22, 2026
b94e413
temp editing of launch stuff
echolotl Mar 22, 2026
32819b9
whoops
echolotl Mar 22, 2026
072ad99
async `get_dir_size`
echolotl Mar 22, 2026
228d19d
drag and drop
echolotl Mar 22, 2026
a5ad936
small style change Lol
echolotl Mar 22, 2026
8f2c8dd
Okay tauri I am not dealing with your permission nonsense
echolotl Mar 22, 2026
41062ed
fonts
echolotl Mar 23, 2026
f884af4
some scroll area tweaksish
echolotl Mar 23, 2026
62387f4
instance delete (find somewhere else to put the button)
echolotl Mar 24, 2026
6301806
fix unix detection and small tweaks
echolotl Mar 25, 2026
cdd60fd
banner customization
echolotl Mar 25, 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
172 changes: 92 additions & 80 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
"@tailwindcss/vite": "^4.1.18",
"@tauri-apps/api": "^2.10.1",
"@tauri-apps/plugin-dialog": "^2.6.0",
"@tauri-apps/plugin-fs": "^2.4.5",
"@tauri-apps/plugin-opener": "^2.5.3",
"@tauri-apps/plugin-os": "~2.3.2",
"reka-ui": "^2.8.0",
"tailwindcss": "^4.1.18",
"vue": "^3.5.28"
Expand Down
20 changes: 20 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading