174 Commits

Author SHA1 Message Date
Carter
3fd1a6bb93
Replace dropdownbutton 2024-01-22 13:07:10 -08:00
Carter
233c9adf47
update auth to use pinia store 2024-01-22 12:34:52 -08:00
Carter
44bb793609
clean up nav/logo 2024-01-22 12:18:41 -08:00
Carter
4eb88119a3
consistency changes 2024-01-22 12:06:53 -08:00
Carter
77d44c697e
fix icon buttons 2024-01-22 11:29:24 -08:00
Carter
e27d2ebd2e
clean up login state 2024-01-22 11:22:47 -08:00
Carter
3afac8e66b
create mr_auth composables 2024-01-22 11:19:57 -08:00
Carter
afec787883
Add Card import to ModpackVersionModal.vue 2024-01-19 13:12:33 -08:00
Carter
c140c65216
Update search button styling in Mods.vue 2024-01-19 13:12:18 -08:00
Carter
1529ef1aff
Left align buttons 2024-01-18 08:09:37 -08:00
Carter
f4ee876fea
navigation controls wrap fix 2024-01-17 14:57:20 -08:00
Carter
39b80cb484
modernize iconified-input 2024-01-17 14:01:57 -08:00
Carter
cce9d348a9
Add vintl 2024-01-17 14:01:46 -08:00
Carter
17c0ba4662
Update omorphia to 0.7.3 2024-01-17 08:11:59 -08:00
Carter
ad1f9b3626
Merge branch 'master' of https://github.com/modrinth/theseus into home-refresh 2024-01-15 11:56:07 -08:00
Wyatt Verchere
0d3f007dd4
Config transfer (#951)
* fixed config dir issue

* jackson's sync write
2024-01-05 14:00:48 -05:00
Carter
9702dae19d
Switch from stdout log to latest log MOD-595 (#964)
* Switch from stdout log to latest log

* remove std capture

* Remove unused functions
2024-01-05 14:00:08 -05:00
Carter
32a2ec4366
Redesign sidebar buttons 2024-01-02 13:29:14 -08:00
Geometrically
e39635c75b
Fix auth (finally) (#937)
* Finish auth

* Clippy + fix avatar on alts

* add retrying to entitlement request
2023-12-12 20:57:01 -07:00
chaos
260744c8af
Wrap version names. Closes #908 (#928) 2023-12-11 20:53:18 -07:00
Emma Alexia
54114e6e94
Fix #901 - add YT nocookie and Discord to CSP (#904) 2023-12-11 20:52:28 -07:00
Emma Alexia
1bd721d523
Enable light mode and OLED mode as options (#936)
Will eventually need the new component from knossos to be ported, but this will suffice for now
2023-12-11 20:51:29 -07:00
Jai A
c1518c52f3 fix avatar merge 2023-11-21 10:16:36 -07:00
ToBinio
531b38e562
display App version in settings (#801)
Co-authored-by: Geometrically <18202329+Geometrically@users.noreply.github.com>
2023-11-21 08:38:22 -07:00
chaos
fd299aabe8
Check for write access before change. (#890)
* Check for write access before change. Closes #862

* Formatting.
2023-11-21 08:37:05 -07:00
chaos
4b1a3eb41e
Add missing noblur value to modals. Closes #713 (#891) 2023-11-21 08:35:57 -07:00
chaos
a5739fa7e2
Bump version + revert to mc-heads.net (#895) 2023-11-21 08:35:32 -07:00
Wyatt Verchere
25662d1402
Auth retrying, std logs (#879) 2023-11-17 21:49:32 -07:00
Brayden Zee
01ab507e3a
Search pagination fix (#800)
* Fix account tool tip displaying in the wrong place

* Set page to one after search
2023-11-15 17:22:49 -07:00
Ryan Lauderbach
4491d50935
Update breadcrumbs on profile name update (#643)
* Update breadcrumbs on profile name update

* Fix formatting
2023-11-15 16:43:19 -07:00
fxd
3c2889714a
native decorations toggle (#541)
* add native decorations toggle

* osname mac -> MacOS

* remove newlines
2023-11-15 16:42:59 -07:00
Octelly
eb6e7d1491
fixed typo (#493)
duplicate "used"
2023-11-15 16:41:34 -07:00
MrLiam2614
a8eb561774
Fixed bug when creating instance starting or ending with spaces has errors (#845)
Based on issue #808
2023-11-15 16:39:53 -07:00
ToBinio
6152eeefe3
fix rendering/calculation of maxProjectsPerRow in homepage (#872) 2023-11-15 16:39:17 -07:00
ToBinio
b8b1668fee
change instance fullscreen-checkbox to toggle (#848) 2023-11-15 16:38:35 -07:00
chaos
8e3ddbcfaf
Update avatar URLs to use Crafatar API. (#877) 2023-11-15 16:37:54 -07:00
Geometrically
a17e096d94
Bump version + fix neoforge 1.20.2+ (#863) 2023-11-08 15:07:53 -08:00
Geometrically
afaec4b1bf
Bump Theseus Version (#818)
* push to test on windows

* Fix windows sup

* Fix macos

* Fix back

* new resolver for windows testing

* Custom macos handling for some versions

* Fix 1.13+ broken

* fix arg parsing mac

* small winblows fix

* remove debug info; set meta url

* run lint + fix clippy

* Remove useless commnet
2023-10-21 13:08:47 -07:00
Carter
7fb8850071
reduce side effects during migration hydration (#803) 2023-10-15 22:12:26 -07:00
ToBinio
da07d7328d
fix google.svg (#795) 2023-10-09 10:34:56 -07:00
Jackson Kruger
772597ce2a
Make export selection consistent between platforms and allow selecting which projects to export (#789)
* Experimenting with tests

* Overhaul handling of paths for pack files to always use standardized style

Also allows disabling export of all items

* Minor improvements

* Revert test things

* Minor tweaks

* Fix clippy warning
2023-10-09 10:34:19 -07:00
ToBinio
e76a7d57c0
fix categories duplicating (#773) 2023-10-06 19:59:18 -07:00
chaos
7fbc9fa357
Allow mods to be added to unlocked instances. (#760)
* Allow mods to be added to unlocked instances.

* Learn about optional chaining?.
2023-10-02 10:27:04 -07:00
chaos
6f8ffcaf35
Overflow and mrpack fixes, comfortable memory slider and more. (#762)
* Add overflow rules for certain elements.

* Round scrollbar corners to be more attractive.

* Avoid corners in avatar & fix white corner in logs

* Increase step to 64 for memory related inputs.

* Fix overflow on title in mod browse. Fixes #740

* Fix overflow in instance mod browsing.

* Add checks for instances without versions.
2023-10-02 10:26:22 -07:00
Wyatt Verchere
1e8852b540
Bugs again (#703)
* initial

* more fixes

* logs

* more fixes

* working rescuer

* minor log display fix

* mac fixes

* minor fix

* libsselinux1

* linux error

* actions test

* more bugs. Modpack page! BIG changes

* changed minimum 64 -> 8

* removed modpack page moved to modal

* removed unnecessary css

* mac compile

* many revs

* Merge colorful logs (#725)

* make implementation not dumb

* run prettier

* null -> true

* Add line numbers & make errors more robust.

* improvments

* changes; virtual scroll

---------

Co-authored-by: qtchaos <72168435+qtchaos@users.noreply.github.com>

* omorphia colors, comments fix

* fixes; _JAVA_OPTIONS

* revs

* mac specific

* more mac

* some fixes

* quick fix

* add java reinstall option

---------

Co-authored-by: qtchaos <72168435+qtchaos@users.noreply.github.com>
Co-authored-by: Jai A <jaiagr+gpg@pm.me>
2023-09-12 09:27:03 -07:00
Modrinth Bot
bc02192d80
[no ci] synced file(s) with modrinth/.github (#731) 2023-09-10 12:42:05 -04:00
George Tsotsos
405f77e466
Rounded corner to improve UI continuity (#711)
* round top right corner

* remove conflicting shadow & more radius

* remove unnecessary css rule
2023-09-04 17:15:33 -04:00
Geometrically
2fad02df23
Fix some small things (#658) 2023-08-23 11:03:09 -04:00
chaos
1eb8998296
Update CSP to allow mclo.gs (#648)
* Update CSP to allow mclo.gs

* Fix semicolon location
2023-08-22 10:08:30 -04:00
Geometrically
2d3baff031
Neoforge support (#653) 2023-08-21 17:39:39 -04:00