Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
6328d4d
feat: base content card component
IMB11 Jan 16, 2026
548c1f3
fix: tooltips + colors
IMB11 Jan 16, 2026
847d752
feat: fix orgs
IMB11 Jan 16, 2026
bd5f036
Merge branch 'main' into worlds-and-shared-instances-components
IMB11 Jan 16, 2026
70faae3
feat: base content tab internals rewrite
IMB11 Jan 16, 2026
f9c358d
Merge remote-tracking branch 'origin' into cal/content-tab-rewrite-ho…
IMB11 Jan 18, 2026
dd56a60
feat: fix invalidmodal
IMB11 Jan 18, 2026
b54276f
feat: add ContentModpackCard
IMB11 Jan 19, 2026
74cc230
fix: extract types
IMB11 Jan 19, 2026
68ca5b2
Merge remote-tracking branch 'origin/worlds-and-shared-instances-comp…
IMB11 Jan 19, 2026
956d277
draft: layout
IMB11 Jan 19, 2026
f4484d3
feat: unlink modal
IMB11 Jan 19, 2026
f767ed6
feat: impl content tab
IMB11 Jan 19, 2026
f9fdf1b
fix: lint
IMB11 Jan 19, 2026
c1007d4
fix: toggling
IMB11 Jan 19, 2026
cf45de2
temp: disable updating stuff
IMB11 Jan 19, 2026
4a26d17
feat: selection v-model
IMB11 Jan 19, 2026
ed3c0e9
Merge branch 'worlds-and-shared-instances-components' into cal/conten…
IMB11 Jan 19, 2026
4df82a1
feat: bulk selection
IMB11 Jan 19, 2026
d3edacb
feat: mods tab rough draft
IMB11 Jan 19, 2026
9732087
add show icon in selected for combobox with stories
tdgao Jan 19, 2026
1501b11
feat: add project combobox
tdgao Jan 19, 2026
b5a5a6a
clean up project combobox
tdgao Jan 19, 2026
51d84ca
feat: start install to play modal
tdgao Jan 19, 2026
d73f02b
feat: use fuse.js
IMB11 Jan 20, 2026
95ea6df
fix: events
IMB11 Jan 20, 2026
589a2b0
Merge remote-tracking branch 'origin/worlds-and-shared-instances-comp…
IMB11 Jan 20, 2026
068094f
feat: use v-on
IMB11 Jan 20, 2026
d2167bf
feat: bulk actions + fix floating action bar width
IMB11 Jan 20, 2026
f46a4fb
feat: figma alignments
IMB11 Jan 22, 2026
e0c871c
feat: migrate toggle to tailwind
IMB11 Jan 22, 2026
1850de7
fix: row borders
IMB11 Jan 22, 2026
a4d6621
Merge branch 'worlds-and-shared-instances-components' into cal/conten…
IMB11 Jan 22, 2026
144bde8
feat: disabled state
IMB11 Jan 22, 2026
ff5ed40
feat: virtual list impl for card table based on window scroll
IMB11 Jan 22, 2026
6f84acb
fix: lint
IMB11 Jan 22, 2026
3eb872e
Merge branch 'worlds-and-shared-instances-components' into cal/conten…
IMB11 Jan 22, 2026
bd5fbb3
feat: virtualization + smaller contentcard items
IMB11 Jan 22, 2026
844fc7b
Merge remote-tracking branch 'origin/worlds-and-shared-instances-comp…
IMB11 Jan 22, 2026
7d38ba0
feat: use ContentCardTable + ContentCardItems
IMB11 Jan 22, 2026
d4af422
feat: fix gap + border issues on last elm
IMB11 Jan 22, 2026
bcbb7b0
Merge branch 'worlds-and-shared-instances-components' into cal/conten…
IMB11 Jan 22, 2026
af1c202
feat: cleanup + use proper searching
IMB11 Jan 22, 2026
067b346
fix: use TeleportOverflowMenu
IMB11 Jan 22, 2026
6dec456
Merge branch 'worlds-and-shared-instances-components' into cal/conten…
IMB11 Jan 22, 2026
4877eae
fix: hasUpdate type
IMB11 Jan 22, 2026
af35e92
fix: fallback to svg if src is invalid on avatar component
IMB11 Jan 22, 2026
0262074
Merge branch 'worlds-and-shared-instances-components' into cal/conten…
IMB11 Jan 22, 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
5 changes: 3 additions & 2 deletions apps/app-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,18 @@
"@tauri-apps/plugin-updater": "^2.7.1",
"@tauri-apps/plugin-window-state": "^2.2.2",
"@types/three": "^0.172.0",
"intl-messageformat": "^10.7.7",
"vue-i18n": "^10.0.0",
"@vueuse/core": "^11.1.0",
"dayjs": "^1.11.10",
"floating-vue": "^5.2.2",
"fuse.js": "^6.6.2",
"intl-messageformat": "^10.7.7",
"ofetch": "^1.3.4",
"pinia": "^3.0.0",
"posthog-js": "^1.158.2",
"three": "^0.172.0",
"vite-svg-loader": "^5.1.0",
"vue": "^3.5.13",
"vue-i18n": "^10.0.0",
"vue-multiselect": "3.0.0",
"vue-router": "^4.6.0",
"vue-virtual-scroller": "v2.0.0-beta.8"
Expand Down
Loading
Loading