Calum H.
1d10af09f5
fix: final content tab qa ( #5611 )
...
* fix: queued admonition always showing
* fix: dont apply grayscale to checkbox in content card item
* fix: actual stable id for disable/enable/bulk state
* fix: vue-router resolve workaround
* fix: show disable/enable btns same time
* fix: remove mr-2 on toggle
* fix: type errors + add ModpackAlreadyInstalledModal
* fix: bulk actions + overflow menu hitting ad container
* fix: responsiveness of ContentSelectionBar
* feat: better backup naming for inline backups + sorting fixes
* fix: lint
* fix: typo
2026-03-18 18:03:55 +00:00
Calum H.
63ea8230ba
feat: content tab QA fixes for panel pre-release ( #5588 )
...
* feat: use new_filters + other qa fixes
* fix: double admons + lint
2026-03-17 17:47:58 +00:00
Calum H.
989f282de3
fixes: post content tab release issues ( #5566 )
...
* fix: migrate old cache entries for CachedFileUpdate
* feat: toggle goofy fix + switch version reimpl in app and panel
* fix: multimc detection
* fix: add tie breaker for sorting
* feat: toggle hover state
* fix: lint
2026-03-14 22:43:59 +00:00
Calum H.
8a2125ef16
feat: backups alignment with Figma ( #5559 )
...
* feat: backup admonitions
* feat: align modals + fix backupitem
* fix: body needs opac 80
* fix: lint
2026-03-13 22:27:06 +00:00
Calum H.
c44cc38b3a
fix: backups resilience improvements ( #5555 )
...
* fix: backups
* fix: stability
2026-03-13 12:10:13 -07:00
Calum H.
7d92e4ec7f
feat: content tab rewrite for worlds ( #5136 )
...
* feat: base content card component
* fix: tooltips + colors
* feat: fix orgs
* feat: base content tab internals rewrite
* feat: fix invalidmodal
* feat: add ContentModpackCard
* fix: extract types
* draft: layout
* feat: unlink modal
* feat: impl content tab
* fix: lint
* fix: toggling
* temp: disable updating stuff
* feat: selection v-model
* feat: bulk selection
* feat: mods tab rough draft
* feat: use fuse.js
* feat: add project combobox
* clean up project combobox
* feat: start install to play modal
* fix: events
* feat: use v-on
* feat: bulk actions + fix floating action bar width
* feat: figma alignments
* feat: migrate toggle to tailwind
* fix: row borders
* feat: disabled state
* feat: virtual list impl for card table based on window scroll
* fix: lint
* feat: virtualization + smaller contentcard items
* feat: use ContentCardTable + ContentCardItems
* feat: fix gap + border issues on last elm
* feat: cleanup + use proper searching
* fix: use TeleportOverflowMenu
* fix: fallback to svg if src is invalid on avatar component
* fix: storybook
* feat: start on updater modal
* feat: finish content updater modal
* feat: i18n pass
* feat: impl modal
* feat(app): backend changes for content tab refactor (#5237 )
* feat: include_changelog=false for updater modal
* fix: hash overrides
* feat: update checking for modpack
* feat: qa
* feat: modpack content modal
* fix: padding in table to match modals + tightness
* fix: lint
* feat: delete modal
* feat: fix toggle bugs
* fix: prepr
* fix: duplicate messages
* qa: full width search
* qa: use bg-surface-1.5
* qa: animation for filter pills
* qa: standardize hover colors
* fix: border-[1px] is border
* qa: mass de-select actually mass selecting
* qa: match figma designs for floating action bar
* qa: modal fixes
* q: modal fixes x2
* fix: table border
* qa: confirm modals
* qa: modal alignment
* qa: re-add stuck heading + dedupe logic
* qa: dedupe virtual scrolling + remove dead components
* qa: responsiveness for content table + link fixes
* qa: version column link, tooltips + lint fixes
* qa: instance busy protections
* fix: installation freeze bug
* chore: remove old mods page
* refactor: deduplicate layout
* chore: delete old content page(s)
* qa
* qa
* qa
* feat: sort btn - to iterate
* fix: ml
* feat: date added
* fix: lint
* fix: formatting.ts removal
* feat: get_dependencies_as_content_items
* qa: final QA changes
* refactor: deduplicate + polish content.rs
* feat: hook up content.vue with v1
* feat: hide v1 content api behind frontend feature flag
* fix: query keys + copy on empty state
* chore: i18n pass
* feat: reimpl unlink + upload endpoint
* feat: use bulk endpoints v1
* fix: lint
* fix: flags
* fix: responsiveness via container queries
* fix: lint
* qa: 1
* qa: fixes
* qa: fix ssr issues with browse content
* qa: header page divider
* qa: modals
* fix: prepr
* fix: issues
* fix: lint
* fix: toggle v1 ff
* qa: 5
* qa: delete modal copy
* feat: creation flow modals (#5383 )
* refactor: delete content v0 usages + impl
* feat: qa + fixes
* feat: installing banner using state event
* feat: fix modpack card bugs + filtering issues
* refactor: delete backups v0 api module
* feat: v1 servers GET endpoint
* fix: backups
* feat: swap to kyros upload v1 addon
* fix: use tanstack for loader.vue
* feat: finish install from discovery modal
* qa: bug fixes
* feat: set up installation settings
* fix: lint
* fix: typos
* fix: bugs
* fix: disable inline content
* feat: content tab improvements — upload UX, installation settings, and client-only indicators
Upload cancellation and navigation guard:
- Add ConfirmLeaveModal that prompts when navigating away during upload
- Cancel in-flight XHR uploads when user confirms leaving the page
- Add beforeunload handler to warn on browser/tab close during upload
- Track uploadedBytes/totalBytes in UploadState for progress display
- Replace Collapsible with Transition for upload progress admonition
- Show byte progress and percentage in upload banner
- Clamp upload progress to prevent exceeding 100%
Installation settings (server.properties):
- Add KnownPropertiesFields and PropertiesFields types to Archon types
- Add buildProperties() to creation flow context to collect gamemode,
difficulty, seed, world type, structures, and generator settings
- Pass properties through installContent on onboarding, discovery, and
ServerSetupModal flows
Server setup and discovery flow improvements:
- Migrate ServerSetupModal from servers_v0.reinstall to content_v1.installContent
- Replace loaderApiNames lookup with toApiLoader() helper
- Remove eraseDataOnInstall toggle — always use soft_override: false
- Simplify modpack install on discovery page to use first available version
and route through creation flow modal for both onboarding and non-onboarding
- Differentiate post-install navigation: content page for onboarding,
loader options for existing servers
Modpack update flow:
- Replace updateModpack() call with installContent() using soft_override: true
to support version selection in the content updater modal
Client-only mod indicators:
- Add environment field to AddonVersion (reuses Labrinth.Projects.v3.Environment)
- Add environment to ContentItem and isClientOnly to ContentCardTableItem
- Show orange TriangleAlertIcon with tooltip on client-only mods in content table
- Add "Client-only" filter pill to content filtering (controlled via
showClientOnlyFilter on ContentManagerContext)
- Apply client-only indicators in both ContentPageLayout and ModpackContentModal
Misc:
- Add CLAUDE.md note about using prepr commands for lint checks
- Export ConfirmLeaveModal from instances barrel
* fix: piping
* fix: switch content disable for linked server instances
* feat: client only filter
* fix: prepr
* feat: hasUpdate shape update
* feat: bulk update endpoint impl for content in panel
* feat: websocket state impl again with new phases
* fix: ws
* fix: use timeout fn for sync admon + fix content card layout scroll for browsers with overflow anchor bug
* fix: qa bugs
* fix: lint, a11y and i18n
* refactor: set up layouts folder properly
* fix: linked data cache stuff + lint
* feat: move installationsettings to shared layout
* fix: lint
* fix: issues
* feat: temp fuck staging up
* fix: lockfile
* fix: data sync issues on loader.vue
* fix: lint
* Hide shader configuration files from content list (#5499 )
* feat: workaround search problem + split out reset
* fix: qa
* fix: changelog not showing on first open
* fix: qa + optimistic updating improvements
* fix: prepr+lint
* fix: qa
* feat: qa
* fix: lint
* fix: lint
* fix: build
* fix: build
* fix: type errors
* fix: fade and JAVA_HOME passthrough
* feat: qa
* feat: impl diff shit
* fix: qa
* fix: app qa
* feat: update diff modal
* fix: endpoint
* fix: qa
* fix: qa
* fix: use bulk in modpack modal
* feat: abort signal impl + fix issues
* fix: diff modal trunc
* feat: qa
* fix: qa
* feat: tooltip content tab
* fix: prepr
* fix: dismiss on settings btn
* feat: qa
* feat: dont clear handlers on disconnect
* fix: lint
* fix: wrangler + introduce staging-archon env file
---------
Signed-off-by: Calum H. <calum@modrinth.com >
Co-authored-by: tdgao <mr.trumgao@gmail.com >
Co-authored-by: Artyom Ezri <61311568+Artezon@users.noreply.github.com >
2026-03-12 13:24:32 -07:00
Jerozgen
f62c60a681
Impove Intl formatting ( #5372 )
...
* Improve Intl formatting
* Additional fixes
* Fixed formatters were not updated on locale change
* Fixed formatNumber was not updated on locale change
* Additional formatting and fixes after merge
* Run prepr:frontend
* Remove `'` in icon map
* Run `pnpm install`
* fix: lint + import
* Additional fixes
---------
Co-authored-by: Calum H. <calum@modrinth.com >
Co-authored-by: Calum H. (IMB11) <contact@cal.engineer >
2026-03-09 21:29:32 +00:00
François-Xavier Talbot
789ec8966c
Add refresh button in files tab behind feature flag ( #5431 )
2026-03-09 19:16:01 +00:00
Calum H.
4be2f77bb0
feat: reimpl ( #5386 )
2026-02-17 18:51:30 +00:00
Calum H.
37eac92329
refactor: migrate all input fields to StyledInput ( #5306 )
...
* feat: StyledInput component
* migrate: auth pages to styledInput
* migrate: search/filter inputs
* migrate: dashboard inputs
* migrate: app frontend
* migrate: search related inputs
* migrate: all of app-frontend
* fix: missing inputs on app-frontend
* migrate: frontend
* feat: multiline
* migrate: textareas
* fix: storybook use text-primary
* fix: lint
* fix: merge conflict
* feat: cleanup
2026-02-09 14:57:31 +00:00
Truman Gao
323090966b
feat: app server projects modals + modal borders ( #5256 )
...
* feat: add modals
* NewModal add stroke
* update diff type sorting
* update icon to match figma
* fix lint ci issues
* remove formatCategory
* feature flag on buttons
* prepr
* consistent modal borders
* intl
---------
Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com >
2026-02-04 07:27:25 -08:00
Calum H.
78aca7e5c0
feat: shared components for worlds + p2p instances ( #5135 )
...
* feat: base content card component
* fix: tooltips + colors
* feat: fix orgs
* feat: add ContentModpackCard
* fix: extract types
* feat: selection v-model
* add show icon in selected for combobox with stories
* feat: add project combobox
* clean up project combobox
* feat: start install to play modal
* fix: events
* feat: figma alignments
* feat: migrate toggle to tailwind
* fix: row borders
* feat: disabled state
* feat: virtual list impl for card table based on window scroll
* fix: lint
* feat: virtualization + smaller contentcard items
* feat: fix gap + border issues on last elm
* fix: use TeleportOverflowMenu
* fix: hasUpdate type
* fix: fallback to svg if src is invalid on avatar component
* fix: storybook
* feat: start on updater modal
* feat: finish content updater modal
* feat: i18n pass
* remove install to play modal from ui package
* pnpm prepr
* feat: reusable table component
* feat: add column width prop for table and fix stories
* feat: add table overflow menu story example
* feat: add surface-1.5 and use in table
* chore: export table in index
* fix: allow more loose typing on columns
* feat: update table component to derive key from column instead of data
* feat: surface 1.5 for oled + refactor story for contentcardtable + yeet sorting funcs
* fix: lint
* feat: add no padding story for new modal
---------
Signed-off-by: Calum H. <contact@cal.engineer >
Co-authored-by: tdgao <mr.trumgao@gmail.com >
2026-01-28 20:09:24 +00:00
lumiscosity
6d68d50699
Deduplicate common strings in translation ( #5085 )
...
* deduplicate common strings, part 1
* deduplicate common strings, part 2
* typo and general import mess fixes
* detail common string
* fix lint
* fix lint TWO
* adress review concerns + lint
* app lint too
* actually leave privateLabel untouched
* lint fix THREE
* fix: broken msg
* fix: lint
---------
Co-authored-by: Calum H. <contact@cal.engineer >
Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com >
2026-01-28 18:10:50 +00:00
Calum H.
82e4eb7b40
feat: light mode fixes for navtab + files tab ( #5134 )
2026-01-16 18:23:43 +00:00
Calum H.
1ea96df00e
fix: broken infinite query on files.vue ( #5133 )
2026-01-16 09:03:56 +00:00
Calum H.
b0f1266a8b
feat: normalize paths + add share for crash reports ( #5071 )
2026-01-09 17:02:42 +00:00
François-Xavier Talbot
14d227a1a3
Revert "Use backup physical_id for progress updates matching" ( #5060 )
...
* Revert "Use backup physical_id for progress updates matching"
This reverts commit de2f6275b97376fb92497399eba848ae1ace7b01.
* Fix page crash on backups page reload
2026-01-07 22:28:57 +00:00
François-Xavier Talbot
7eb1b38cc7
Support updated servers backup route schema, remove backup locking ( #5053 )
...
* Use backup physical_id for progress updates matching
* Remove locking
* Fmt
2026-01-06 01:03:46 +00:00
Calum H.
099011a177
feat: modrinth hosting - files tab refactor ( #4912 )
...
* feat: api-client module for content v0
* feat: delete unused components + modules + setting
* feat: xhr uploading
* feat: fs module -> api-client
* feat: migrate files.vue to use tanstack
* fix: mem leak + other issues
* fix: build
* feat: switch to monaco
* fix: go back to using ace, but improve preloading + theme
* fix: styling + dead attrs
* feat: match figma
* fix: padding
* feat: files-new for ui page structure
* feat: finalize files.vue
* fix: lint
* fix: qa
* fix: dep
* fix: lint
* fix: lockfile merge
* feat: icons on navtab
* fix: surface alternating on table
* fix: hover surface color
---------
Signed-off-by: Calum H. <contact@cal.engineer >
Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com >
2026-01-06 00:35:51 +00:00
Prospector
1bbb01bd42
devex: migrate to vue-i18n ( #4966 )
...
* sample languages refactor
* feat: consistency + dedupe impl of i18n
* fix: broken imports
* fix: intl formatted component
* fix: use relative imports
* fix: imports
* fix: comment out incomplete locales + fix imports
* feat: cleanup
* fix: ui imports
* fix: lint
* fix: admonition import
* make footer a component, fix language reactivity
* make copyright notice untranslatable
---------
Co-authored-by: Calum H. <contact@cal.engineer >
2025-12-27 21:37:37 +00:00
Prospector
0a8f489234
NormalPage component w/ Collections refactor ( #4873 )
...
* Refactor search page, migrate to /discover/
* Add NormalPage component for common layouts, refactor Collections page as an example, misc ui pkg cleanup
* intl:extract
* lint
* lint
* remove old components
* Refactor search page, migrate to /discover/
* Add NormalPage component for common layouts, refactor Collections page as an example, misc ui pkg cleanup
* intl:extract
* lint
* lint
* remove old components
2025-12-09 22:44:10 +00:00
Calum H.
41e4086973
feat: qa improvements for backups page ( #4857 )
...
* feat: fix backup action disabling logic
* feat: allow actions when backup is being created
* feat: qa fixes
* feat: backups empty state
* fix: lint
* intl:extract
---------
Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com >
2025-12-05 01:48:34 +00:00
Calum H.
8eff939039
feat: ws client & new backups frontend ( #4813 )
...
* feat: ws client
* feat: v1 backups endpoints
* feat: migrate backups page to api-client and new DI ctx
* feat: switch to ws client via api-client
* fix: disgust
* fix: stats
* fix: console
* feat: v0 backups api
* feat: migrate backups.vue to page system w/ components to ui pkgs
* feat: polish backups frontend
* feat: pending refactor for ws handling of backups
* fix: vue shit
* fix: cancel logic fix
* fix: qa issues
* fix: alignment issues for backups page
* fix: bar positioning
* feat: finish QA
* fix: icons
* fix: lint & i18n
* fix: clear comment
* lint
---------
Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com >
2025-12-03 18:32:03 -08:00
Prospector
16a6f7b352
Modrinth Hosting rebrand ( #4846 )
...
* Modrinth Hosting rebranding
* fix capitalization issue
* fix issues
2025-12-03 22:15:36 +00:00
Calum H.
7ccc32675b
feat: start of cross platform page system ( #4731 )
...
* feat: abstract api-client DI into ui package
* feat: cross platform page system
* feat: tanstack as cross platform useAsyncData
* feat: archon servers routes + labrinth billing routes
* fix: dont use partial
* feat: migrate server list page to tanstack + api-client + re-enabled broken features!
* feat: migrate servers manage page to api-client before page system
* feat: migrate manage page to page system
* fix: type issues
* fix: upgrade wrapper bugs
* refactor: move state types into api-client
* feat: disable financial stuff on app frontend
* feat: finalize cross platform page system for now
* fix: lint
* fix: build issues
* feat: remove papaparse
* fix: lint
* fix: interface error
---------
Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com >
2025-11-14 17:15:09 +00:00
Cal H.
3e735b99eb
feat: frontend explicit imports + error page fix ( #4184 )
...
* feat: frontend explicit imports
* fix: error handling
* fix: dashboard missing import
* fix: error page issues
* fix: exclude RouterView
* feat: fix lint issues
* fix: lint issues
* fix: import issues
* add getVersionLink
* make articles.json use tabs on generation so it doesn't have to be reformatted
* fix: lint issues
---------
Signed-off-by: Cal H. <hendersoncal117@gmail.com >
Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com >
2025-08-17 11:15:49 +00:00
Cal H.
2aabcf36ee
refactor: migrate to common eslint+prettier configs ( #4168 )
...
* refactor: migrate to common eslint+prettier configs
* fix: prettier frontend
* feat: config changes
* fix: lint issues
* fix: lint
* fix: type imports
* fix: cyclical import issue
* fix: lockfile
* fix: missing dep
* fix: switch to tabs
* fix: continue switch to tabs
* fix: rustfmt parity
* fix: moderation lint issue
* fix: lint issues
* fix: ui intl
* fix: lint issues
* Revert "fix: rustfmt parity"
This reverts commit cb99d2376c321d813d4b7fc7e2a213bb30a54711.
* feat: revert last rs
2025-08-14 20:48:38 +00:00
Prospector
c793b68aed
Add quick server button, dynamic price preview for custom server modal ( #3815 )
...
* Add quick server creation button, and dynamic pricing to custom server selection
* Remove test in compatibility card
* Lint + remove duplicate file
* Adjust z-index of popup
* $6 -> $5
* Dismiss prompt if the button is clicked
* Make "Create a server" disabled for now
* Use existing loaders type
2025-06-26 15:38:42 +00:00
Sticks
f8494030aa
backup page fixes and new impls for new apis ( #3437 )
...
* wip: backup page fixes and new impls for new apis
* wip: more progress on backup fixes, almost done
* lint
* Backups cleanup
* Don't show create warning if creating
* Fix ongoing state
* Download support
* Support ready
* Disable auto backup button
* Use auth param for download of backups
* Disable install buttons when backup is in progress, add retrying
* Make prepare button have immediate feedback, don't refresh backups in all cases
* Intl:extract & rebase fixes
* Updated changelog and fix lint
---------
Co-authored-by: Prospector <prospectordev@gmail.com >
2025-04-17 01:26:13 -07:00