Calum H.
9628b4c269
feat: sync individual content installation states on panel ( #6909 )
...
* feat: sync individual content installation states on panel
* feat: improve handling
* fix: lint
* fix: ws connection duplication + disconnecting during browse
* fix: sse feats
* fix: qa
* fix: qa
* fix: prepr
* fix: bug
* fix: lint
2026-08-14 16:38:36 +00:00
Calum H.
74c672df49
fix: modpack content deleted from api breaks card ( #7146 )
2026-08-14 15:41:34 +00:00
Calum H.
3597bb4821
fix: missed eventbus typegen ( #7143 )
2026-08-14 14:54:03 +00:00
Calum H.
4ca48e4589
feat: content upload session impl ( #6992 )
...
* feat: content upload session impl
* fix: fixes
* fix: prepr
2026-08-14 13:43:09 +00:00
Truman Gao and Calum H.
97b5138672
fix: modpack export ( #7119 )
...
* fix: stale function call set_webview_visible
* fix: modpack export progress bar and add notification when done
* remove: force_no_zip64
* feat: switch to zip crate
* add typo exception
* fix: remove unit test (dont do)
---------
Signed-off-by: Truman Gao <106889354+tdgao@users.noreply.github.com >
Co-authored-by: Calum H. (IMB11) <contact@cal.engineer >
2026-08-13 16:37:39 +00:00
Calum H.
579109a478
refactor: app event bus ( #6985 )
...
* refactor: app event bus
* fix: use messagepack + cleanup
* fix: use postcard
* fix: lint
* fix: import gate
* fix: prettierignore + lint
* fix: lint
* fix: rev
2026-08-13 16:33:06 +00:00
755825b09a
project disclosures frontend ( #6955 )
...
* begin project disclosures
* new project settings header
* begin disclosure settings, edit content rules
* togglecards
* update phrasing of the rules, prepr
* more disclosure settings structuring
* add functionality toggle
* implement functionality with staging api
* improve project settings head titles
* feat(labrinth): project disclosures model
* feat(labrinth): project disclosures database model
* feat(labrinth): project disclosures get endpoint
* feat(labrinth): censor user ids if set by moderator
* feat(labrinth): wrap disclosures in struct
* feat(labrinth): edit project disclosures endpoint
* style(labrinth): cargo fmt
* style(labrinth): fix typo
* feat(labrinth): add fields for ai content disclosure
* fix(labrinth): field typo
* chore(labrinth): update query cache
* feat(labrinth): index disclosures in search
* refactor(labrinth): use enum instead of bools
* feat(labrinth): trigger incremental index on disclosure change
* feat(labrinth): change archived status to disclosure
* feat(labrinth): use disclosure for archival status
* fix(labrinth): error type for deserialization
* fix(labrinth): migration timestamp
* fix(labrinth): add disclosures to elasticsearch schema
* disclosures in search
* update photosensitivity warning copy
* update archiving, move general project settings to v3 (start redesign there), use project id lookups for stable cache keys, advanced in server search
* blue archive banner
* display AI use types
* improve labels
* add modrinth to link
* add placeholder missing disclosure report type
* add AI metadata checking to block image uploads with notice
* update copy
* update section 4 of rules
* Update rule 6 layout
* fix(labrinth): don't remove archival disclosure when changing status via v3 api
* feat(labrinth): derive str for ai usages and telemtry consent
* feat(labrinth): include ai usages and telemetry consent in disclosure types
* Update moderation checklist (#7056 )
* fix: missing delphi severity (#7054 )
* Utils nav, new disclosures stage, ai button in rules
* add prefix to collect
* Finish up new disclosures stage
* update r4 messages
* new r4 msg, update showcase clarity message
* fix: version upload failing to detect mrpack loader (#7063 )
* fix: mrpack exporting with zip64 (#7064 )
* fix: action bar max width (#7048 )
* fix: action bar max width
* fix: width
* changelog
* Rule placeholders with subsections & anchors, update messages.
* update new messages to account for new rule and placeholder layout
* Add nag for content disclosures
---------
Co-authored-by: ThatGravyBoat <gravy@thatgravyboat.tech >
Co-authored-by: chyzman <chyzalt@gmail.com >
Co-authored-by: Truman Gao <106889354+tdgao@users.noreply.github.com >
Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com >
* prepr
* refactor(labrinth): move disclosure parsing to document creation
* fix(labrinth): prevent removing moderator added archival disclosures
* fix(labrinth): dedupe ai usages
* fix(labrinth): auth logic on archived disclosure removal
* feat(labrinth): add interactions field
* style(labrinth): cargo fmt
* feat(labrinth): granular disclosure locking
* add 5.8, move 5.9, update messages and placeholders accordingly.
* move disclosures stage earlier
* include consent model info in telemetry disclosure msgs
* prepr + update date
* typo
* qa pass
* search suboptions
* add empty state
* checkboxes in column
* persistent advanced filters
* blog draft
* prepr
* support soft deletion
* reload instead of optimistically updating
* update blog
* TOS update + minor verbiage adjustment
* 45 day grace
---------
Co-authored-by: sychic <47618543+Sychic@users.noreply.github.com >
Co-authored-by: coolbot <76798835+coolbot100s@users.noreply.github.com >
Co-authored-by: ThatGravyBoat <gravy@thatgravyboat.tech >
Co-authored-by: chyzman <chyzalt@gmail.com >
Co-authored-by: Truman Gao <106889354+tdgao@users.noreply.github.com >
2026-08-13 09:01:18 -07:00
Calum H.
06b7c44dcc
refactor: content tab styling ( #7091 )
...
* refactor: managed content card
* fix: update filter pill styling to be chips-like
* fix: modpack exporting
* fixed: vanilla server projs + header
* refactor: filters
* refactor: detect external file icons + other metadata inside
* refactor: support json5 metadata
* fix: qa
* fix: qa
* fix: fmt + prepr
* fix: fmt
* fix: qa
* fix: headers
* feat: locking
* fix: clippy
* fix: qa
* fix: frozen loc
* fix: shared instances diff calc break
* fix: env filter + remove categories
2026-08-13 14:55:35 +00:00
Calum H.
fbdde8f3d8
feat: update required empty state for modrinth hosting ( #7125 )
2026-08-13 14:46:10 +00:00
Prospector
4b82cca3bf
fix sidebar not showing on user pages ( #7097 )
...
* fix sidebar not showing on user pages
* prepr
2026-08-12 17:25:26 -07:00
Truman Gao
4758cabbf9
feat: add hide and show download items ( #7106 )
...
* feat: add hide and show download items
* pnpm prepr
2026-08-12 16:18:02 +00:00
aecsocket
6ec979a076
fix: hide ad webview when showing fullscreen content ( #7110 )
...
* fix: hide ad webview when showing fullscreen content
* fixes
2026-08-12 16:02:02 +00:00
Calum H.
2d567b93ce
feat: imgur proxying for blocked countries ( #7104 )
2026-08-11 16:40:03 +00:00
Calum H.
d0856d46f2
fix: copy on unknown file warning modal ( #7078 )
...
Closes : #6865
2026-08-10 15:26:23 +00:00
Calum H.
98cb6b6b44
fix: buttons qa ( #7067 )
...
* fix: broken minecraft required modal button
* fix: app close icon issue
* fix: versions tooltip missing
* fix: instance not found bug on btn press
2026-08-10 15:15:27 +00:00
Calum H.
9fd45ef2ce
fix: always check for updates/clear cache 10 min cooldown ( #7077 )
2026-08-10 14:00:42 +00:00
Modrinth Bot
357224f22a
New translations from Crowdin (main) ( #7071 )
2026-08-10 11:43:08 +00:00
Seungyeop Lee
e2612d1a33
fix sidebar closing when collapsing friends list sections ( #7060 ) ( #7062 )
2026-08-10 11:32:18 +00:00
Prospector
2e8aaa31be
change admin edit role modal to edit user ( #7035 )
...
change edit role modal to edit user
2026-08-07 13:20:05 -07:00
Prospector
d344cbcb7a
make neoforge icon look more fox-like, replace hosting LoaderIcon with TagIcon ( #7045 )
...
make neoforge icon look more fox-like, replace hosting LoaderIcon with ui lib TagIcon
2026-08-07 15:29:25 +00:00
Arthur and Prospector
61b52ecd2c
fix: inconsistent color vars ( #7028 )
...
* Fix inconsistent color vars
* pointless commit
Signed-off-by: Prospector <6166773+Prospector@users.noreply.github.com >
* undo
Signed-off-by: Prospector <6166773+Prospector@users.noreply.github.com >
* prepr
---------
Signed-off-by: Prospector <6166773+Prospector@users.noreply.github.com >
Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com >
2026-08-07 06:30:42 +00:00
Mr_chank
8aa22b9bed
refactor(i18n): use common messages for generic button labels ( #7020 )
...
A few components defined their own "Cancel", "Close", "Clear" and
"Success" descriptors when commonMessages already has them. Swapped
them over and removed the old ones.
Locale files come from intl:prune-local dropping the now-orphaned
strings across every language.
2026-08-07 04:39:05 +00:00
Slackow and Prospector
cc53d9a6f8
feat: support supplementary environment variables for hooks in App ( #5916 )
...
* feat: Implement launcher supplementary environmental variables, and env var substitution in hooks
* lint fix, prettier reformat
* descriptions added for each environment variable for hook settings
* alphabetize language keys
---------
Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com >
2026-08-04 22:23:07 +00:00
Calum H. and Prospector
540b3269df
fix: breadcrumb issue on browse content via server panel ( #6971 )
...
fix: breadcrumb issue on browse/navigation bar
Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com >
2026-08-04 21:32:52 +00:00
Calum H. and Prospector
bb2193b6f5
refactor: Button components ( #6929 )
...
* feat: refactor button components
* fix: qa
* fix: storybook
* a11y: pass
* fix: build
* fix: rename default ->md
* fix: lint
* docs: buttons.md
* refactor part 1
* refactor part 2
* fix: undo refactor for fresh restart
* refactor
* Revert "refactor"
This reverts commit 96d65902d7 .
* refactor: part 1
* fix: qa
* fix: qa
* fix: qa
* fix: qa
* fix: qa
* fix: qa
* fix: qa
* fix: qa
* fix: remove text-contrast
* fix: qa
* fix: v-tooltip
* fix: lint
* fix: split broken
* fix: passkey qa
* fix: qa
* fix: qa
* fix: prepr
* fix: splitbutton
* improve button group seam
---------
Signed-off-by: Calum H. <calum@modrinth.com >
Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com >
2026-08-04 13:54:04 -07:00
Modrinth Bot
893ab49fdf
New translations from Crowdin (main) ( #6972 )
2026-08-04 17:59:39 +00:00
Calum H. and tdgao
fe0c97190a
refactor: use DI for instance page + subpages ( #6987 )
...
* refactor: use DI for instance page + subpages
* fix: qa
* refactor: layout.vue bring up a layer
* refactor: rename folders
* import order
* refactor: move settings into instance page
* fix: lint
---------
Co-authored-by: tdgao <mr.trumgao@gmail.com >
2026-08-04 16:52:00 +00:00
Calum H.
4c3abc62a8
fix: export modal path handling ( #6949 )
...
* fix: export modal path handling
* fix: prepr
* fix: NEVER_EXPORTABLE_PATH_SUFFIXES list
2026-08-04 15:34:20 +00:00
Calum H.
af7336fffb
fix: show "inspecting modpack" ( #6979 )
...
* fix: show "inspecting modpack"
Shows when determining external files for modpacks which have many overrides/over gb of content files.
* fix: better progress indicator
2026-08-04 15:21:31 +00:00
Calum H.
cfea3aba34
fix: mc account logout on stale ( #6986 )
2026-08-04 14:29:03 +00:00
Prospector
2e43f6a42b
collapse offline friends by default, save collapse value ( #6937 )
2026-08-03 07:03:45 +00:00
Prospector
779edf0333
Fix server ping race condition before protocol version is available ( #6935 )
...
* fix race condition with server ping lookup before protocol resolved
* fix refresh button on worlds page
2026-08-03 07:00:54 +00:00
Calum H. and Prospector
39b3e20d0a
fix: feedback file limit ( #6931 )
...
* fix: feedback file limit
* prepr
* prepr again
---------
Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com >
2026-07-29 20:47:05 +00:00
Prospector
a0320f425e
install version matching filters if possible ( #6932 )
2026-07-29 13:26:39 -07:00
Prospector
9ccaab5fad
add toggle to hide already-installed modpacks ( #6917 )
...
* add toggle to hide already-installed modpacks, on by default
* make false by default
2026-07-29 17:54:21 +00:00
Prospector
0ea47ad7ef
add new instance button ( #6918 )
2026-07-29 12:43:17 +00:00
Calum H.
30f64c0020
fix: remove dummy data ( #6915 )
2026-07-28 16:30:14 -07:00
Calum H. and Prospector
b17523e7fd
refactor: breadcrumbs system ( #6912 )
...
* refactor: breadcrumbs system
* fix: qa
* fix: qa
* fix: qa
* fix: qa
* fix: loading flashes
* fix: qa
* fix: prepr
* fix: qa
* fix: change icon
* use modrinth logo in header for compactness
---------
Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com >
2026-07-28 20:38:16 +00:00
Calum H. and Prospector
f89c116bf8
feat: blocking frontend ( #6911 )
...
* feat: blocking api interfaces
* feat: block action on user pages + shared instance flows
* feat: safety settings subpage
* feat: interaction source settings
* feat: finish social settings
* feat: profile settings xplat
* fix: prepr
* feat: click on friends
* default instance -> game options & fix feature flag width
* fix: scroll indicators
---------
Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com >
2026-07-28 20:02:58 +00:00
Prospector
cbb31f31c0
cleaup app layout, add missing translations to it ( #6904 )
...
* cleaup app layout, add missing translations to it
* remove feature flag in backend
* add app-messages
* clean up nav slightly
* allow more than 3 quick instances
* make quick instances resizable
2026-07-28 19:42:08 +00:00
Calum H.
82348fe40a
qa: shared instances post release ( #6893 )
...
* fix: 20 user cap
* qa: invite modal dropdown + other + clamp limits
* fix: hide filters if just one type
* feat: update req banner
* feat: invite management frontend
* fix: moderation issues with shared instances
* feat: instance icon improvements
* fix: better offline handling
* fix: lint
* feat: show avatar in install to play modal
* feat: smaller qa points
* fix: fmt
* fix: fmt
* fix: yeet svg
* fix: 50 user limit
2026-07-28 14:10:12 +00:00
Calum H.
5d34e7902a
refactor: app settings layout ( #6891 )
...
* refactor: app settings layout
* fix: privacy copy got reverted
* fix: i18n
* fix: modal title
* fix: rev comments
2026-07-28 14:09:41 +00:00
Prospector and Calum H.
3c8bb0923d
fix authorized apps settings, redesign, fix retro theme vars ( #6900 )
...
* fix authorized apps settings, redesign, fix retro theme vars
* merge
* fix: retro in app
---------
Co-authored-by: Calum H. (IMB11) <contact@cal.engineer >
2026-07-28 12:16:05 +00:00
Calum H. and Prospector
7c4190fb9c
feat: move users page to xplat page system ( #6889 )
...
* feat: move users page to xplat
* feat: stop doing tauri plugin open for user links
* feat: qa
* fix: qa
* fix: qa
* fix: comment
* fix: prepr
* prepr
* prepr
* prepr
---------
Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com >
2026-07-27 20:02:33 +00:00
Calum H.
354940a8c6
fix: search resetting to page 1 ( #6896 )
2026-07-27 15:09:13 +00:00
Calum H. and Prospector
4c2e64e31f
fix: try fix install jobs being bricked/improve tracing ( #6890 )
...
* fix: try fix install jobs being bricked/improve tracing
* fix: rev cmts
---------
Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com >
2026-07-27 14:47:46 +00:00
Modrinth Bot
372e2bf47b
New translations from Crowdin (main) ( #6892 )
2026-07-27 10:46:42 +00:00
Modrinth Bot
eb8141134a
New translations from Crowdin (main) ( #6859 )
2026-07-24 17:55:52 +00:00
Calum H.
cc0d3bf42c
fix: post-release shared instances ( #6860 )
...
* fix: qa
* fix: lint
2026-07-24 17:54:00 +00:00
Truman Gao
dfc2ed3783
fix: handling failures/invalid popup edge cases to show normal gdpr popup fallback ( #6857 )
...
* fix: remove drilling actions down iframes
* refactor: split up custom popup logic, trim it down a lot
* fix: bring back TCF useractioncomplete and USP/GPP sectionChange event listeners, and only using dom observer as the fallback
* remove open devtools
* format
* harden CPM fallbacks for unknown layouts
* consolidate timeouts
* refactor: rename functions to make sense
* fix: sidebar closed on launch does not properly set state
2026-07-24 16:48:52 +00:00