aecsocket
93b79759c7
Add auth servers unreachable warning to app ( #4774 )
...
* Add auth servers unreachable warning to app
* Check auth status every 5 minutes
* Use admonition in auth server warning
* feat: tanstack
* Fix auth server reachability query
* Format
* intl extract
---------
Co-authored-by: Calum H. (IMB11) <contact@cal.engineer >
2025-11-17 18:41:52 +00:00
Modrinth Bot
4becb2a822
New translations from Crowdin (main) ( #4787 )
2025-11-17 07:45:40 +00:00
Calum H.
134a621d0d
fix: use ref rather than direct val ( #4785 )
2025-11-16 22:36:11 +00:00
aecsocket
089cca60ce
Fix PayPal SSO OAuth callback ( #4758 )
...
* Maybe fix PayPal SSO
* cargo sqlx prepare
* maybe works
* Attempt 2 of fixing
* Fix vue
* Try adding more logging to flow
2025-11-16 21:49:48 +00:00
Prospector
20484ed7aa
fix timezone
2025-11-14 12:10:58 -08:00
Prospector
763a38812f
changelog
2025-11-14 11:58:48 -08: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
Truman Gao
26feaf753a
Fixes #4348 ( #4773 )
...
* also fixes spacing issue in collections card small width
Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com >
2025-11-13 23:51:08 +00:00
Prospector
94c0003c19
Fix a number of light mode issues and get rid of scrollbar jumping on menus ( #4760 )
...
* Fix DEV-466, Fixes #4692 as well as a bunch of other poor contrast and inconsistency issues in light mode. Adds shadows to buttons and makes scrollbar gutter stable.
* lintttt & only do scrollbar gutter on website
* try to fix following hydration issue
* try another clientonly approach
* fix home page link animation
* lint
* remove dropdown style from checkbox & improve shadow consistency
* liiiint
2025-11-13 23:21:43 +00:00
aecsocket
c27f787c91
Task to retroactively update Mural statuses ( #4769 )
...
* Task to retroactively update Mural statuses
* cargo sqlx prepare
* wip: add tests
* Prepare
* Fix up test
* start on muralpay mock
* Move mocking to muralpay crate
2025-11-13 18:16:41 +00:00
Calum H.
70e2138248
feat: base api-client impl ( #4694 )
...
* feat: base api-client impl
* fix: doc
* feat: start work on module stuff
* feat: migrate v2/v3 projects into module system
* fix: lint & README.md contributing
* refactor: remove utils old api client prototype
* fix: lint
* fix: api url issues
* fix: baseurl in error.vue
* fix: readme
* fix typo in readme
* Update apps/frontend/src/providers/api-client.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Signed-off-by: Calum H. <hendersoncal117@gmail.com >
* Update packages/api-client/src/features/verbose-logging.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Signed-off-by: Calum H. <hendersoncal117@gmail.com >
* Update packages/api-client/src/features/retry.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Signed-off-by: Calum H. <hendersoncal117@gmail.com >
---------
Signed-off-by: Calum H. <hendersoncal117@gmail.com >
Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com >
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-11-12 20:29:12 +00:00
Calum H.
590ba3ce55
fix: original startup settings values not being updated with new state we send to server ( #4761 )
2025-11-12 19:45:51 +00:00
Ksawier Wilczynski
29671347a0
fix: correct parameter name for create function in profile helper ( #4744 )
...
Co-authored-by: Panyu <48863527+PanyuDev@users.noreply.github.com >
2025-11-12 05:43:10 +00:00
Calum H.
386e6e50da
refactor: move batch credit modal into default layout ( #4767 )
...
* refactor: move batch credit modal into default layout
* fix: spacing + spans rather than p
2025-11-12 04:14:11 +00:00
Calum H.
880ed21bcd
fix: incorrect autocomplete for pardon_ip and ban_ip ( #4763 )
2025-11-12 04:01:25 +00:00
Calum H.
bbc31ef077
fix: z index issues for mobile nav ( #4766 )
...
* fix: z index issues for mobile nav
Closes : #4722
* fix: below modals
---------
Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com >
2025-11-12 04:00:46 +00:00
Calum H.
9a13e977a0
fix: crash on charges.vue ( #4765 )
2025-11-12 04:00:39 +00:00
Modrinth Bot
a5602ff18c
New translations from Crowdin (main) ( #4749 )
2025-11-11 23:11:36 +00:00
Prospector
5901c5a535
update changelog
2025-11-11 12:28:24 -08:00
Jonathan Romano
cca1dd7e37
Update openapi spec to fix invalid json ( #4756 )
...
Signed-off-by: Jonathan Romano <jonathan@luxaritas.com >
2025-11-11 02:00:26 +00:00
Prospector
127e01cc96
changelog
2025-11-10 11:58:39 -08:00
aecsocket
1dcb38cb57
Fix dependency installation not respecting mod loader ( #4751 )
...
* Fix dependency installation not respecting mod loader
* fix
2025-11-10 16:48:11 +00:00
aecsocket
98b4970680
Store method ID for payouts ( #4752 )
...
* Store method ID for payouts
* Fixes
2025-11-10 16:41:06 +00:00
aecsocket
9706f1597b
Supporting documents for Mural payouts ( #4721 )
...
* wip: gotenberg
* Generate and provide supporting docs for Mural payouts
* Correct docs
* shear
* update cargo lock because r-a complains otherwise
* Remove local Gotenberg queue and use Redis instead
* Store platform_id in database correctly
* Address PR comments
* Fix up CI
* fix rebase
* Add timeout to default env vars
2025-11-08 23:27:31 +00:00
aecsocket
f8a5a77daa
Expose test utils to Labrinth dependents ( #4703 )
...
* Expose test utils to Labrinth dependents
* Feature gate `labrinth::test`
* Unify db migrators
* Expose `NotificationBuilder::insert_many_deliveries`
* Add logging utils to common crate
* Remove unused console-subscriber layer
* fix CI
2025-11-08 20:26:24 +00:00
Prospector
1efdceacfd
changelog
2025-11-07 21:06:54 -08:00
Calum H.
b998c71337
feat: add skript + mcfunction highlightjs support ( #4739 )
...
* feat: add skript + mcfunction highlightjs support
* fix: lint
* fix: dep
* lint
---------
Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com >
2025-11-08 02:24:08 +00:00
Prospector
6a6adb3480
Updated changelog
2025-11-07 15:38:23 -08:00
Prospector
a694aeed32
Add frontend support for Geyser Extension plugin loader ( #4735 )
2025-11-07 19:55:16 +00:00
Prospector
8182b795de
Fix resource pack projects with multiple loaders not finding a release in Download modal ( #4734 )
2025-11-07 19:54:59 +00:00
aecsocket
608ab988f0
Fetch more data for moderation endpoints ( #4727 )
...
* Moderation endpoints fetch ownership data
* fix up endpoint configs
* add some docs
2025-11-07 18:50:29 +00:00
Prospector
a261598e89
changelog
2025-11-07 09:26:51 -08:00
Prospector
11a1918a2e
fix advanced rendering toggle on web with NewModal Closes #2284 ( #4733 )
2025-11-07 16:47:54 +00:00
Airyzz
67fb825937
Make major box shadows toggleable with Advanced rendering setting ( #4712 )
...
* Update App.vue
* Update App.vue
* tone down light mode shadows, disable with advanced rendering disabled
---------
Co-authored-by: Calum H. <contact@cal.engineer >
Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com >
2025-11-07 16:35:55 +00:00
Prospector
4289f8b52d
changelog
2025-11-07 08:01:12 -08:00
Prospector
fb1ba51a2b
Revert "Reapply "fix: firefox backup download issues ( #4679 )" ( #4683 ) ( #4704 )"
...
This reverts commit b11934054d .
2025-11-07 07:45:12 -08:00
aecsocket
cb47bc97c7
Logging hotfix for canceling Mural payout requests ( #4730 )
...
* Logging hotfix for canceling payout requests
* Remove Tombi CI step for now
2025-11-07 12:07:10 +01:00
Modrinth Bot
06e1bc9dd6
New translations from Crowdin (main) ( #4548 )
2025-11-07 10:36:06 +00:00
Truman Gao
af39a1769c
Fixes on small frontend bugs ( #4719 )
...
* Account list is not scrollable
Fixes #4688
* Selecting Glitch in the log Screen
Fixes #4687 by explicitly defining the buffer
* When sorting or grouping your instance, the option you choose does not get saved
Fixes #4647
* use label prop to specify specific local storage for grid display state
* Implement persistent filters on mods page
Fixes #4517
* fix lint errors
* update schemastore links
---------
Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com >
2025-11-07 07:56:00 +00:00
Calum H.
60ffa75653
feat: 2nd batch of withdraw QA changes ( #4724 )
...
* polish: increase gap between svg and text in empty state
* fix: use ts & change cancel btn style
* fix: btn style
* polish: new transaction page design
* fix: navstack match nested + csv download
* fix: lint & i18n
* Add tooltip to CSV download button + standard btn style
Signed-off-by: Calum H. <contact@cal.engineer >
* fix: lint & i18n
---------
Signed-off-by: Calum H. <contact@cal.engineer >
2025-11-06 21:55:07 +00:00
Jerozgen
7674433f88
Improve nags translation strings ( #4693 )
2025-11-06 10:37:37 +00:00
François-Xavier Talbot
7437a833ef
Fix payout notifications ( #4707 )
...
* Add limit to payouts_values_notifications synchronizer
* Set payout notification threshold to $1
* Fix formatting
* Query cache
2025-11-05 19:43:59 +00:00
Prospector
1bad1a57b0
changelog
2025-11-04 18:29:18 -08:00
Prospector
3437387885
Fix fee amount for Tremendous PayPal ( #4720 )
2025-11-04 17:51:07 -08:00
aecsocket
23d098eee5
Fix error chain logging and withdrawal fees ( #4718 )
...
* Log Labrinth errors properly
* Tweak how we do Tremendous fees
* Fix maths for Tremendous fees
2025-11-04 17:50:54 -08:00
Prospector
4636372ff4
changelog
2025-11-04 16:13:51 -08:00
Prospector
4592786de8
Update withdraw blog post now that it's live. ( #4715 )
2025-11-04 16:12:11 -08:00
Calum H.
f054f39c5d
polish: withdraw flow fixes ( #4713 )
...
* fix: negative value stuff
* fix: mobile responsiveness for modal min-w
* feat: better error handling on withdraw
* fix: empty state positioning + svg sizing
* fix: title case -> sentence case
* fix: re-add virtual visa under gift cards
* fix: hide <1% segments
2025-11-04 21:29:47 +00:00
aecsocket
6e47de06bb
Address withdrawal QA changes ( #4711 )
...
* Add Mural to balance monitoring
* Add back Visa prepaid Tremendous cards
* cargo sqlx prepare
2025-11-04 16:40:15 +00:00
aecsocket
c38751a38a
cargo sqlx prepare ( #4710 )
2025-11-04 01:34:39 +01:00