Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
73b3871
feat: add norisk client source support (#6707)
orb1n Jul 13, 2026
3ac3b95
changelog
Prospector Jul 13, 2026
39b4cf6
feat: implement depends on search filter
tdgao Jul 13, 2026
b574d32
Merge branch 'main' into truman/dependents-search-in-discovery
tdgao Jul 14, 2026
94f74b6
feat: add modpack "includes content" filter and update depends on
tdgao Jul 14, 2026
1f66ea1
feat: style pass
tdgao Jul 14, 2026
5c0061a
Merge branch 'main' into truman/dependents-search-in-discovery
tdgao Jul 27, 2026
26b90ae
feat: show included modpack projects filter tag better
tdgao Jul 27, 2026
63741f6
pnpm prepr
tdgao Jul 27, 2026
21c11b8
Merge branch 'main' into truman/dependents-search-in-discovery
tdgao Aug 14, 2026
e2d5d4d
feat: polish depends on filter
tdgao Aug 14, 2026
ee74727
fix: clear button, page scroll, and metadata loading state
tdgao Aug 14, 2026
3ce9c6d
feat: hook up excludes modpack
tdgao Aug 14, 2026
e51529c
fix: combobox closing race
tdgao Aug 14, 2026
76dab13
Revert "fix: combobox closing race"
tdgao Aug 14, 2026
ca37f94
fix scrolling after applying depends on
tdgao Aug 14, 2026
2080952
refactor(daedalus_client): replace serde-xml-rs with quick-xml
exefer Aug 17, 2026
8069633
fix: fixed height on modal
tdgao Aug 19, 2026
17eb343
fix: conditional auto padding being applied on user avatars
tdgao Aug 19, 2026
17b5736
feat: allow ungrouped to be dragged
tdgao Aug 19, 2026
51bdd0a
feat: add drag handle to resize num items in jump in
tdgao Aug 19, 2026
f001f62
qa
tdgao Aug 19, 2026
f3676e0
feat: add context menu submenus
tdgao Aug 19, 2026
9cf119d
feat: hook up icon editing in sub menu
tdgao Aug 19, 2026
d1291ef
fix: breadcrumb and sidebar not matching
tdgao Aug 19, 2026
8308e73
fix: bring back signal icon for ping and players online
tdgao Aug 19, 2026
7502e9b
feat: add compact mode for library
tdgao Aug 19, 2026
c11ef1d
smaller checkmark
tdgao Aug 19, 2026
4e329b6
pnpm prepr
tdgao Aug 19, 2026
314e86e
feat: bring back loader/game version sort
tdgao Aug 20, 2026
76c5190
add loader symbols
tdgao Aug 20, 2026
4101d01
Merge branch 'main' into truman/dependents-search-in-discovery
tdgao Aug 20, 2026
71260bf
feedback
tdgao Aug 20, 2026
1dd1804
pnpm prepr
tdgao Aug 20, 2026
79a3b1f
slightly make buttons larger for touch devices
tdgao Aug 20, 2026
0e8cba7
feat: add view dependents/view modpacks in project overflow menu
tdgao Aug 20, 2026
0bae0ae
pnpm prepr
tdgao Aug 20, 2026
65dfe63
fix: divider
tdgao Aug 20, 2026
46d463c
Merge branch 'main' into truman/app-library-post-release
tdgao Aug 20, 2026
8a820af
refactor: compact mode with sync'd app settings
tdgao Aug 20, 2026
73701c7
add icon
tdgao Aug 20, 2026
e9a0858
fix: project search combobox background in app
tdgao Aug 20, 2026
f026da5
pnpm prepr
tdgao Aug 20, 2026
ebc41e5
Merge of #7185
mergify[bot] Aug 20, 2026
57abe6e
Merge of #6713
mergify[bot] Aug 20, 2026
ae1b27a
Merge of #7211
mergify[bot] Aug 20, 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
14 changes: 1 addition & 13 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ serde_cbor = "0.11.2"
serde_ini = "0.2.0"
serde_json = "1.0.145"
serde_with = "3.15.0"
serde-xml-rs = "0.8.1" # Also an XML (de)serializer, consider dropping yaserde in favor of this
sha1 = "0.10.6"
sha1_smol = { version = "1.0.1", features = ["std"] }
sha2 = "0.10.9"
Expand Down
1 change: 1 addition & 0 deletions apps/app-frontend/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1007,6 +1007,7 @@ watch(
if (behavior && appSettings.syncBehaviorAcrossDevices) {
const behaviorFeatureFlags = {
worlds_in_home: behavior.show_jump_in,
compact_instance_cards: behavior.compact_instance_cards,
show_instance_play_time: behavior.show_play_time,
skip_unknown_pack_warning: !behavior.warn_on_unknown_modpacks,
skip_non_essential_warnings: behavior.skip_non_essential_warnings,
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion apps/app-frontend/src/components/ui/AccountsCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<div class="flex gap-2 w-full min-w-0">
<Avatar
size="36px"
disable-conditional-icon-padding
:src="
selectedAccount
? avatarUrl
Expand All @@ -46,7 +47,11 @@
class="w-5 h-5 text-brand shrink-0"
/>
<RadioButtonIcon v-else class="w-5 h-5 text-secondary shrink-0" />
<Avatar :src="getAccountAvatarUrl(account)" size="24px" />
<Avatar
:src="getAccountAvatarUrl(account)"
size="24px"
disable-conditional-icon-padding
/>
<p
class="m-0 truncate min-w-0"
:class="
Expand Down
203 changes: 0 additions & 203 deletions apps/app-frontend/src/components/ui/ContextMenu.vue

This file was deleted.

Loading
Loading