Emma Alexia
61a2c362b9
Fix grammatical issue in privacy policy ( #1449 )
...
* Fix grammatical issue in privacy policy
* Update privacy.vue
2023-11-17 15:46:01 -07:00
Wyatt Verchere
74973e73e6
Tests 3 restructure ( #754 )
...
* moved files
* moved files
* initial v3 additions
* moves req data
* tests passing, restructuring, remove v2
* fmt; clippy; prepare
* merge conflicts + issues
* merge conflict, fmt, clippy, prepare
* revs
* fixed failing test
* fixed tests
2023-11-16 11:36:03 -07:00
Prospector
cbcee037a7
Merge pull request #147 from modrinth/redesign/new-promo-style
...
Port Promotion to redesign style
2023-11-15 17:14:28 -08:00
Prospector
de2e4a9c7f
Merge branch 'master' into redesign/new-promo-style
2023-11-15 17:14:20 -08:00
Prospector
0ba0a5bcd8
Merge pull request #148 from modrinth/feature/overflow-menu-links
...
Add link support to overflow menus
2023-11-15 17:11:24 -08:00
Prospector
70cc409402
docs
2023-11-15 17:10:10 -08:00
Prospector
160ca610ae
Bump version
2023-11-15 17:09:06 -08:00
Prospector
2f1aa95f4c
Allow links in overflow menus
2023-11-15 17:08:55 -08: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
ToBinio
aaf808477e
disable disabled projects on update ( #871 )
2023-11-15 16:38:13 -07:00
chaos
8e3ddbcfaf
Update avatar URLs to use Crafatar API. ( #877 )
2023-11-15 16:37:54 -07:00
Geometrically
ac07ac5234
Fix date parsing for partial versions ( #15 )
2023-11-15 16:35:33 -07:00
Carter
3eead128a6
Image-validation ( #144 )
...
* Add spoiler tag functionality to CodeMirror
* Refactor image insertion logic in
MarkdownEditor.vue
* Refactor modal state reset functions in
MarkdownEditor.vue
2023-11-15 12:36:34 -07:00
Prospector
4c22a73ff3
Decrease ad border opacity
2023-11-15 09:49:38 -08:00
Prospector
a78f58de92
Merge branch 'master' into redesign/new-promo-style
2023-11-15 09:38:02 -08:00
Prospector
fcda48903b
Merge pull request #146 from modrinth/fix/popout-pointer-events
...
Fix popout menu pointer events
2023-11-15 09:25:48 -08:00
Prospector
3f9805ac56
Fix bump version
2023-11-15 09:23:31 -08:00
Prospector
2131fed0bb
Update promo styling
2023-11-15 09:22:02 -08:00
Prospector
baa5d2fcac
Bump version
2023-11-15 08:18:34 -08:00
Prospector
7cf9b76eb5
Fix popout menu pointer events
2023-11-15 08:17:27 -08:00
Mysterious_Dev
200648275e
Convert EnvironmentIndicator component to Composition API ( #125 )
2023-11-14 17:35:41 -05:00
Wyatt Verchere
f4880d0519
more games information, games route ( #756 )
...
* more games information, games route
* adds banner url
2023-11-14 11:01:31 -07:00
Wyatt Verchere
375f992a0c
Adds ordering on loader fields enum ( #755 )
...
* now sorts on ordering, fmt clippy prepare
* fixed tests
* removed accidenetal printlns
2023-11-13 19:19:06 -07:00
Emma Alexia
a7584d62c7
Update omorphia to 0.6.7 ( #1446 )
...
* Update omorphia to 0.6.7
* shouldn't've been changed
2023-11-13 18:30:06 -07:00
Geometrically
74e6caf633
Fix use of unscoped CSS ( #140 )
2023-11-13 20:16:39 -05:00
Geometrically
f1f531cbfa
Fix links ( #1445 )
2023-11-13 16:16:43 -07:00
BD103
b5a275ad07
fix: remove sitemap property from robots.txt ( #1441 )
2023-11-13 13:56:55 -07:00
Sasha Sorokin
5051ad91ff
Fix ambiguous default export ( #113 )
...
Currently Omorphia's index file has both the default and named exports.
While this is totally supported by native ESM, it's pretty hard for
transpilers to process and may lead to situations where named exports
cannot be imported directly, requiring destructuring on the default
import. For this and just consistency reasons, you'd usually avoid
mixing default and named exports.
This commit removes the default export, making it just an another named
export called `plugin`.
BREAKING CHANGE: plugin is now exported using `plugin` export, rather
than the default export.
2023-11-13 13:36:07 -07:00
Mysterious_Dev
06d6cb6d19
Convert CopyCode component to Composition API ( #124 )
...
* Convert CopyCode component to Composition API
* ^^/
2023-11-13 13:08:28 -07:00
Mysterious_Dev
92116273b0
Convert Checkbox component to Composition API ( #126 )
...
* Convert Checkbox component to Composition API
* Apply suggestions from brawaru
* Fix lint error
* Apply suggestions from brawaru
2023-11-13 13:06:42 -07:00
Mysterious_Dev
6169ff99a2
Convert Pagination component to Composition API ( #127 )
...
* Convert Pagination component to Composition API
* Apply suggestions by brawaru
* Fix lint error
* Apply suggestions from brawaru
2023-11-13 13:06:06 -07:00
Mysterious_Dev
67f77d027a
Use Typescript for Card component ( #128 )
...
* Use Typescript for Card component
* Update Card.vue
2023-11-13 13:05:43 -07:00
Mysterious_Dev
39e1a803a1
Use TypeScript for Promotion component ( #131 )
...
* Use TypeScript for Promotion component
* Apply suggestion from brawaru
2023-11-13 13:05:01 -07:00
Mysterious_Dev
ba159e1a3e
Add translation keys for Environment Indicator component ( #136 )
...
* Begin Work
* Finish work
2023-11-13 13:04:35 -07:00
Mysterious_Dev
a60b77121a
Add translation keys for Badge Component & improve documentation ( #137 )
...
* Begin Work
* Ordering
* Add all keys to JSON file
* Add accepted, approved, archived & closed keys to vue component
* Add draft, failed, listed keys to vue component
* Format (fix lint) & improve documentation
* Finish the work
2023-11-13 13:04:14 -07:00
Erlend
810f0104be
Fix small typo on Avatar doc ( #138 )
2023-11-13 13:03:42 -07:00
Geometrically
07489fb405
Revert #87 ( #139 )
2023-11-13 12:58:33 -07:00
Sasha Sorokin
82f0bdfc18
Add handling for locale files parsing errors ( #1408 )
2023-11-12 11:49:05 -05:00
Wyatt Verchere
ae1c5342f2
Search test + v3 ( #731 )
...
* search patch for accurate loader/gv filtering
* backup
* basic search test
* finished test
* incomplete commit; backing up
* Working multipat reroute backup
* working rough draft v3
* most tests passing
* works
* search v2 conversion
* added some tags.rs v2 conversions
* Worked through warnings, unwraps, prints
* refactors
* new search test
* version files changes fixes
* redesign to revs
* removed old caches
* removed games
* fmt clippy
* merge conflicts
* fmt, prepare
* moved v2 routes over to v3
* fixes; tests passing
* project type changes
* moved files over
* fmt, clippy, prepare, etc
* loaders to loader_fields, added tests
* fmt, clippy, prepare
* fixed sorting bug
* reversed back- wrong order for consistency
* fmt; clippy; prepare
---------
Co-authored-by: Jai A <jaiagr+gpg@pm.me>
2023-11-11 16:40:10 -08:00
Mysterious_Dev
66154b30c1
Add Prefers Reduced Motion support for most components ( #133 )
2023-11-11 17:22:01 -05:00
ToBinio
bf5d391d53
fix SearchFilter.vue ( #123 )
2023-11-11 15:12:24 -07:00
Sasha Sorokin
591ce0894e
Add translations support ( #116 )
2023-11-11 17:03:58 -05:00
ToBinio
1c18563dfb
update VitePress ( #117 )
2023-11-11 16:48:52 -05:00
ToBinio
b60e781767
convert slider to typescript ( #108 )
2023-11-11 16:39:25 -05:00