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
Calum H.
61d4a34f0f
devex: skip services + env + db steps in CI if not needed ( #4965 )
2026-01-06 00:23:22 +00:00
Prospector
5b890dcd8a
This fixes it and i don't know why because it still redirects O_O ( #5051 )
2026-01-05 14:16:00 -08:00
Prospector
c2bd88377b
changelog
2026-01-05 12:27:14 -08:00
Truman Gao
efcc0d87b5
fix server upgrade button open modal ( #5043 )
2026-01-04 21:25:40 +00:00
Prospector
f3033956cf
Clean up licensing ambiguities ( #4979 )
2026-01-03 15:16:17 -08:00
Prospector
e26291943c
fix hydration error in moderation queue ( #5038 )
...
* fix hydration error in moderation queue
* disabled moderation button when no projects
* fix circular prop type issue
* Make moderation checklist clientonly
2026-01-03 12:49:32 -08:00
Truman Gao
3fc18feacf
fix: markdown editor scroll issues with max-height ( #5031 )
...
* add markdown editor stories to show scrolling bug
* add story
* update story content
* fix markdown editor scroll
* fix space
* lint
2026-01-03 03:33:20 +00:00
Truman Gao
09a0b34df3
link with slug if exists ( #5029 )
2026-01-02 22:14:53 +00:00
Prospector
937be840c4
changelog
2026-01-01 17:20:58 -08:00
Calum H.
fef6df1321
fix: throw error on fail so it doesnt cache ( #5023 )
...
* fix: throw error on fail so it doesnt cache
* lint
---------
Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com >
2026-01-02 00:39:13 +00:00
Truman Gao
daf804947c
devex: storybook for UI Package ( #4984 )
...
* add storybook
* clean up stories
* small fix
* add stories for all components
* add vintl
* default to dark mode
* fix teleport
* add theme addon
* add new modal story
* delete broken stories
* move all stories to central stories folder
* fix paths
* add pnpm run storybook
* remove chromatic
* add add-stories.md
* fix types
* fix unncessary args field
* cover more addordion states
* pt2
* remove old vintl
* fix: missing style + ctx
---------
Co-authored-by: Calum H. (IMB11) <contact@cal.engineer >
2026-01-02 00:32:58 +00:00
Truman Gao
477d77cdc1
fix: balance displaying NaN ( #5024 )
...
* convert string to num
* another potentional string addition
* remove return statement
* fix formatting
2026-01-02 00:27:53 +00:00
Calum H.
9bb012a439
fix: direct page visit breaking when labrinth goes down ( #5022 )
2026-01-01 21:21:39 +01:00
Calum H.
d1650bb3c4
fix: fouc ( #5012 )
...
* fix: fouc
* feat: lazy load locales
* switch test to use build
2026-01-01 14:08:05 +00:00
Prospector
2ce22c18bf
Simplify default layout template by moving banners to components ( #5010 )
2026-01-01 02:28:10 +00:00
Truman Gao
b48443c65b
fix: not checking file extension in loader detection ( #5013 )
2026-01-01 02:27:28 +00:00
MIfoodie
b7e7e5e603
Change input mode for sign-in form ( #5000 )
...
* Change input mode and types and modes for sign-in form
-Added the inputmode of "email" to tell mobile browsers to change to the email keyboard for username/email input
-Added the inputmode of "numeric" to tell mobile browsers to change to the numeric keyboard for 2fa input (https://www.w3schools.com/TAgs/att_inputmode.asp )
-Changed two-factor code input type to "numeric" to provide a greater hint to autofill that this is where they should fill in 2fa codes
Signed-off-by: MIfoodie <94649676+MIfoodie@users.noreply.github.com >
* Clean up whitespace in sign-in.vue that I accidently added :)
Removed extra whitespace before the Google authentication link.
Signed-off-by: MIfoodie <94649676+MIfoodie@users.noreply.github.com >
* Change input type from 'number' to 'text'
Signed-off-by: MIfoodie <94649676+MIfoodie@users.noreply.github.com >
---------
Signed-off-by: MIfoodie <94649676+MIfoodie@users.noreply.github.com >
Co-authored-by: Calum H. <contact@cal.engineer >
2025-12-31 17:54:19 +00:00
Prospector
fca5b7b544
unparsable
2025-12-31 10:27:07 -08:00
Prospector
3a40ee8713
changelog
2025-12-31 10:17:55 -08:00
Calum H.
9e4317a262
fix: use ast not regex ( #5007 )
...
* fix: use ast not regex
* packages/ui incl
2025-12-31 17:48:27 +00:00
Truman Gao
7fb6401613
fix: server ping spam ( #4983 )
...
* add a throttle on populate jump back in list
* Revert "add a throttle on populate jump back in list"
This reverts commit b3e7f51b34936dd7487a51f2dab7170af19706cf.
* only allow populate jump back in list to run 3x on linux
* add temp debug logs
* Revert "add temp debug logs"
This reverts commit 8c5ec42fa3b48f11a416555ae7b366e44fa42b54.
* only allow 3x refresh limit for worlds list as well
2025-12-31 11:04:14 +00:00
Truman Gao
d332032e53
fix large projects list query with fetch segmented ( #5004 )
2025-12-31 11:03:40 +00:00
Calum H.
560f21c0fe
fix: various fixes ( #4998 )
...
* feat: check imports using ast
* fix: lint
* fix: loadericon
* fix: lint
* feat: remove usd warning
* fix: error.vue
* fix: lint
2025-12-30 21:47:11 +00:00
Calum H.
2f99628d94
fix: downgrade to rolldown-vite 7.2.11 ( #4999 )
2025-12-30 20:53:36 +00:00
aecsocket
ad3edf541b
Replace MaxMind with CloudFlare headers ( #4934 )
...
* Replace MaxMind with CloudFlare headers
* Remove MaxMind env vars
* Fix test harness
2025-12-30 16:49:49 +00:00
Calum H.
b07a1659b4
chore: update to nuxt 3.20 ( #4992 )
...
* feat: nuxt 3.14 → 3.15.4
* feat: nuxt 3.15.4 → 3.16.2 (vite 6)
* feat: bump nuxt-i18n
* feat: nuxt 3.20
* fix: lint
* feat: use rolldown-vite
* fix: shut the fuck up
* fix: silence for app as well
* fix: vue-router mismatch
---------
Signed-off-by: Calum H. <contact@cal.engineer >
2025-12-30 15:06:52 +00:00
Calum H.
1a16d61511
fix: rev page broken ( #4994 )
...
* fix: i18n
* fix: lint
2025-12-30 00:40:56 +01:00
Prospector
366a0a6366
changelog
2025-12-29 14:33:57 -08:00
Truman Gao
91b08e7380
Versions environments updates ( #4949 )
...
* add environment to version page metadata card
* remove environment migration warnings
* show settings/environments in nav only for staff
* use v2 versions route due to regressions
* add modpack incorrect loaders migration
* remove modpack migration step
* remove unused var
* run pnpm intl:extract
* componentize environment migration page
* rename environment selector
* rename environment selector pt2
* add migration modal to admonition
* hide environments in settings and show message
* show environment in project versions table
* pnpm fix
* pnpm fix on ui package
* intl:extract
* fix: .value
* lower case file
* add icon to environment tags and use i18n
* Update apps/frontend/src/pages/[type]/[id].vue
Co-authored-by: Calum H. <contact@cal.engineer >
Signed-off-by: Truman Gao <106889354+tdgao@users.noreply.github.com >
* open migration modal from warning icon in project dashboard
* fix settings side nav icon
* use useRoute composable
* pnpm fix
* intl:extract
* fix import
* fix import again
* run pnpm prepr
* fix designMessage import
* fix environment fetch
* fix environment fetch properly without key conflict
* fix environment refetching
* fix not using current versions in table to check different environments
* fix download tooltip
---------
Signed-off-by: Truman Gao <106889354+tdgao@users.noreply.github.com >
Co-authored-by: Calum H. (IMB11) <contact@cal.engineer >
2025-12-29 21:58:17 +00:00
François-Xavier Talbot
9924faab84
Fix tech rev rejection query ( #4963 )
2025-12-29 21:06:47 +00:00
Calum H.
9f356beec3
feat: bank acct owner ( #4993 )
2025-12-29 20:44:18 +00:00
Calum H.
afe5f773e0
devex: i18n coverage ( #4991 )
...
* devex: i18n coverage
* feat: chalk usage
* feat: exclude legal
2025-12-29 20:41:40 +00:00
Calum H.
3e246f12de
fix: scopes i18n + authorization page temp warning ( #4989 )
2025-12-29 19:49:54 +00:00
Calum H.
042451bad6
feat: i18n switcher in app-frontend ( #4990 )
...
* feat: app i18n stuff
* feat: locale switching on load
* feat: db migration
* feat: polish + fade indicator impl onto TabbedModal
* fix: prepr checks
* fix: remove staging lock for language switching
* fix: lint
2025-12-29 19:41:39 +00:00
Emma Alexia
30106d5f82
Provide more specific payout method names on frontend ( #4977 )
...
* Provide more specific payout method names on frontend
Been getting a lot of confused tickets recently of people withdrawing to PayPal but then not recognizing what "Tremendous" means. This should clarify things.
* feat: improve icons + names for withdrawals
* Update apps/frontend/src/components/ui/dashboard/RevenueTransaction.vue
Co-authored-by: Emma Alexia <emma@modrinth.com >
Signed-off-by: Calum H. <hendersoncal117@gmail.com >
* fix: icons
* fix: object cover
* feat: icons for crypto + bank
* fix: remove empty null
* fix: qa
---------
Signed-off-by: Calum H. <hendersoncal117@gmail.com >
Co-authored-by: Calum H. <contact@cal.engineer >
2025-12-29 13:08:33 +00:00
Modrinth Bot
e0d159c010
New translations from Crowdin (main) ( #4910 )
2025-12-29 12:59:14 +00:00
Prospector
061c52c274
Updated DMCA agent info ( #4981 )
2025-12-28 00:17:55 +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
Calum H.
3cabc3b967
fix: make icons + blog generators not break with eslint (presort) ( #4980 )
2025-12-27 20:50:08 +00:00
Calum H.
7de4e55bad
feat: fix report msgs not showing ( #4974 )
2025-12-27 00:24:08 +00:00
Calum H.
1f21d66140
devex: add icon cmd ( #4958 )
...
* feat: icons add cmd
* fix: dep
* Update packages/assets/build/add-icons.ts
Signed-off-by: Calum H. <hendersoncal117@gmail.com >
* fix: lint
---------
Signed-off-by: Calum H. <hendersoncal117@gmail.com >
Signed-off-by: Calum H. <contact@cal.engineer >
2025-12-24 22:30:46 +00:00
Calum H.
3adee66899
devex: prepr:web and app with proper caching ( #4957 )
...
* devex: prepr:web and app with proper caching
* fix: add tooling config to turbo global deps
* fix: exclude turbo + node modules for tooling-config
* feat: prepr:frontend
* fix: ci issue
2025-12-24 21:39:59 +00:00
Truman Gao
67a6cd24cc
devex: use tailwind preset for website, app, and ui package ( #4964 )
...
* use tailwind preset for website, app, and ui package
* fix preset import
2025-12-24 21:24:05 +00:00
Michael H.
a952318c77
Revert "feat: downtime banner ( #4955 )"
...
This reverts commit 336832ec40 .
2025-12-23 16:55:47 +01:00
Calum H.
336832ec40
feat: downtime banner ( #4955 )
2025-12-23 16:40:42 +01:00
coolbot
543bd5acf7
Coolbot/moderation updates for versions changes ( #4942 )
...
* update reports message to the correct support bubble color
* update checklist to direct to new settings pages and use v3 env info
* fix: project v2 + v3 in moderation checklist funcs
* Split environment stage if project uses mixed environments.
---------
Co-authored-by: Calum H. (IMB11) <contact@cal.engineer >
2025-12-22 23:37:44 +00:00
Calum H.
6a0bf5858e
fix: panel breaking with advancedDebugInfo ( #4952 )
2025-12-22 22:45:13 +00:00
Prospector
11a75e7657
changelog
2025-12-22 14:15:25 -08:00
Calum H.
88635d8da8
fix: auto-icon utility import ( #4950 )
2025-12-22 22:03:44 +00:00