1e1865aedf
Bump to v0.9.204
2025-01-03 22:53:23 +03:00
c91902abc2
Minor visual fix due removed AD's
2025-01-02 14:12:48 +03:00
Jai A
17d61277fa
Bump meilisearch version
2024-12-30 20:55:37 -07:00
Jai Agrawal
bb3de4b74b
Add balance route ( #3107 )
2024-12-30 20:17:51 -07:00
e05ff218fa
Update README
2024-12-30 09:33:03 +03:00
640b4effdf
Update README
2024-12-30 09:31:15 +03:00
4109165c78
Remove unnecessary logging by updater.
2024-12-29 14:03:56 +03:00
Josiah Glosson
01fe08f079
Make the update checker work for non-mods ( #3088 )
...
* Fix https://github.com/modrinth/code/issues/1057
* Make sure mods use the installed loader
* Switch &PathBuf to &Path
* Clippy fix
* Deduplicate some code
---------
Co-authored-by: Jai Agrawal <18202329+Geometrically@users.noreply.github.com >
2024-12-28 20:23:27 -07:00
he3als
8b7547ae38
fix(server backup settings): number input -> dropdown ( #3099 )
...
* feat(backup settings): number input -> dropdown
* fix(servers teleport dropdown): round last element
* fix index
2024-12-29 02:19:24 +00:00
he3als
0437503b75
feat(servers content): file upload + extra mod info + misc ( #3055 )
...
* feat: only scroll up if scrolled down
* feat: no query results message
* feat: content files support, mobile fixes
* fix(drag & drop): type of file prop
* chore: show number of mods in searchbar
Signed-off-by: Evan Song <theevansong@gmail.com >
* chore: adjust btn styles
Signed-off-by: Evan Song <theevansong@gmail.com >
* feat: prepare for mod author in backend response
Signed-off-by: Evan Song <theevansong@gmail.com >
* fix: external mods & mobile
* chore: adjust edit mod version modal copy
Signed-off-by: Evan Song <theevansong@gmail.com >
* chore: add tooltips for version/filename
Signed-off-by: Evan Song <theevansong@gmail.com >
* chore: swap delete/change version btn
Signed-off-by: Evan Song <theevansong@gmail.com >
* fix: dont allow mod link to be dragged
Signed-off-by: Evan Song <theevansong@gmail.com >
* fix: oops
Signed-off-by: Evan Song <theevansong@gmail.com >
* chore: remove author field
Signed-off-by: Evan Song <theevansong@gmail.com >
* chore: drill down tooltip
Signed-off-by: Evan Song <theevansong@gmail.com >
* fix: fighting types
Signed-off-by: Evan Song <theevansong@gmail.com >
* prepare for owner field
Signed-off-by: Evan Song <theevansong@gmail.com >
---------
Signed-off-by: Evan Song <theevansong@gmail.com >
Co-authored-by: Evan Song <theevansong@gmail.com >
Co-authored-by: Evan Song <52982404+ferothefox@users.noreply.github.com >
2024-12-29 00:31:52 +00:00
3230582842
Possible fix updater again with async
2024-12-28 20:23:57 +03:00
10c1066135
Fix updater
2024-12-28 20:14:39 +03:00
65c2aa075b
Possible fix for Browser in Launcher due newest libraries (rollbacked)
2024-12-28 14:08:31 +03:00
e96fc83224
Merge commit '2fea772ffb495b47ae06c9a536e66e9d9f584618' into feature-clean
2024-12-28 13:35:38 +03:00
Jai Agrawal
2fea772ffb
Fix sockets causing actix hangs ( #3089 )
...
* Fix sockets causing actix hangs
* Fix fmt issues
* Retry failed S3 uploads
* Ignore launcher socket from sentry
2024-12-27 22:44:09 -07:00
1eabf2b517
Typo fix?
2024-12-27 21:39:07 +03:00
30683432b1
Fix updater and update available notify in launcher
2024-12-27 21:32:17 +03:00
77573bd48b
Update libraries and bump to v0.9.202
2024-12-27 21:10:55 +03:00
6bb97e0f69
Merge commit '24765db0451d15bd3ddb609ca51743b6f40e953d' into feature-clean
2024-12-27 20:34:47 +03:00
Jai A
24765db045
Fix locking timeout on invalid IDs
2024-12-27 00:58:28 -07:00
Jai A
82393f2ae7
Fix locking timeout issues
2024-12-27 00:20:37 -07:00
Jai A
c86c98d000
fix search flashing in prod
2024-12-26 23:07:19 -07:00
Jai A
4d9741c424
fix search flashing, reorder filters on mods
2024-12-26 22:59:15 -07:00
bf745b623c
Fix windows build?
2024-12-26 21:25:30 +03:00
3db05a8e57
Bump to v0.9.201-dev
2024-12-26 20:31:36 +03:00
59f6f7102f
Support for latest Modrinth Upstream
2024-12-26 20:31:14 +03:00
7bbc79c6a1
Merge commit '81ec068747a39e927c42273011252daaa58f1e14' into feature-clean
2024-12-26 16:51:17 +03:00
Jai A
81ec068747
Mute audio via wry + v0.9.2
2024-12-25 14:41:28 -07:00
Jai A
4a031f7bbd
v0.9.1 fixes
2024-12-24 22:30:10 -07:00
Jai A
5b00ac17e5
fix lint, labrinth crash
2024-12-23 17:13:13 -07:00
Geometrically
9952c3a0c1
0.9.0 release (app) ( #3056 )
...
* Debug app
* Bump version, final fixes
2024-12-23 13:38:52 -07:00
Geometrically
cae6f12ea0
More app fixes 0.9.0 ( #3054 )
...
* initial set of fixes (toggle sidebar, profile pagination)
* more fixes, bump version
* fix lint:
* fix quick switcher ordering
2024-12-22 20:03:58 -07:00
Evan Song
ef08d8e538
Handle server upgrades (suspensions) in frontend ( #3049 )
...
* chore: make serverlisting handle upgrading server state
Signed-off-by: Evan Song <theevansong@gmail.com >
* feat: more prominent suspension status bar in server listing
Signed-off-by: Evan Song <theevansong@gmail.com >
* feat: handle upgrading in root server page
Signed-off-by: Evan Song <theevansong@gmail.com >
---------
Signed-off-by: Evan Song <theevansong@gmail.com >
2024-12-22 19:38:50 -07:00
Evan Song
8457d1484b
feat: hawk tuah ( #3050 )
2024-12-22 19:38:13 -07:00
Prospector
591fcfaf40
Remove empty header on search page
2024-12-22 02:20:28 -08:00
Prospector
dfd4cbd7ca
Fix projects page
2024-12-22 02:19:02 -08:00
Prospector
b48601ed06
make quick instances square to match elsewhere and add tint
2024-12-21 20:00:03 -08:00
Jai A
39ab03786c
fix moderation
2024-12-21 16:53:04 -07:00
ooffyy
246df0d107
chore(knossos): auto resource pack versions (1.20-1.21.4) ( #3042 )
...
* Add resource pack versions (1.20-1.21.4)
* prettier
---------
Co-authored-by: Geometrically <18202329+Geometrically@users.noreply.github.com >
2024-12-21 16:49:37 -07:00
bendy1234
a873e6623b
fix #2949 ( #3043 )
...
Signed-off-by: bendy1234 <83143663+bendy1234@users.noreply.github.com >
Co-authored-by: Geometrically <18202329+Geometrically@users.noreply.github.com >
2024-12-21 16:49:15 -07:00
Joshua
fa4bca5cb8
fix: Change platform button leads to wrong page ( #3046 )
2024-12-21 17:44:00 +00:00
Joshua Samenfink
7e81083c04
Update link to the new labrinth codebase ( #3047 )
...
* The repository is archived now
2024-12-21 10:43:40 -07:00
Geometrically
c082148ecd
Fix crash on windows ( #3041 )
2024-12-18 23:53:00 -07:00
Prospector
76b1d1df8c
Misc fixes, new instance & project cards ( #3040 )
...
* Fix some TS errors, and misc settings fixes
* New instance + project cards
* bug fixes + lint
* Quick instance switcher
---------
Co-authored-by: Geometrically <18202329+Geometrically@users.noreply.github.com >
Co-authored-by: Jai A <jaiagr+gpg@pm.me >
2024-12-18 16:09:16 -07:00
Jai A
02dd2a3980
fix build while using modrinth tauri fork
2024-12-18 11:45:43 -07:00
Geometrically
c1b1e67a2c
Fix app builds not launching ( #3035 )
...
* Fix app builds not launching
* Revert tauri version change
2024-12-18 11:30:49 -07:00
Jai A
b7f514c6cc
fix lint
2024-12-18 00:42:27 -07:00
Prospector
547ec730c7
New instance settings in app ( #3033 )
...
* Tabbed interface component
* Start instance settings
* New instance settings, mostly done minus modpacks
* Extract i18n
* Some more fixes with settings, still no modpacks yet
* Lint
* Modpack installation settings
* Change no friends language
* Remove options legacy button
* fix lint, small bug
* fix invalid cond on friends ui
* update resource management page
---------
Signed-off-by: Geometrically <18202329+Geometrically@users.noreply.github.com >
Co-authored-by: Jai A <jaiagr+gpg@pm.me >
Co-authored-by: Geometrically <18202329+Geometrically@users.noreply.github.com >
2024-12-18 00:06:01 -07:00
Geometrically
6ceed4b226
App fixes 0.9.0 ( #3034 )
...
* push fixes to test on windows
* Fix searching mods
* Fix search not saving, fix scrolling issues, etc
2024-12-17 23:23:30 -07:00
Geometrically
7e8ceadfd4
Update servers route ( #3032 )
2024-12-16 17:34:20 -07:00