Geometrically
3f46882032
Fix analytics CSP ( #182 )
...
* Fix analytics CSP
* remove crash
2023-06-20 22:10:18 -07:00
Geometrically
4f9ec0e02b
Fix search + linux build ( #179 )
2023-06-20 22:04:17 -07:00
Adrian O.V
8e5a0b8ae2
Onboarding ( #132 )
...
* Initial onboarding
* Update OnboardingModal.vue
* Add finish
* Animation
* Automatic opening
* Move onboarding icon to outside of main appbar
* Run lint
* run fmt
* mostly finish
* Finish onboarding
* fix onboarding bug + linux build
* fix build again
* Add back window shadows
---------
Co-authored-by: Geometrically <18202329+Geometrically@users.noreply.github.com >
Co-authored-by: Jai A <jaiagr+gpg@pm.me >
Co-authored-by: Jai A <jai@modrinth.com >
2023-06-20 19:03:59 -07:00
Geometrically
33f3479569
Fix tauri modal drag region ( #72 )
2023-06-20 17:14:48 -07:00
Prospector
6b940ed675
Revert #1189 and #1191 ( #1214 )
...
* Revert "fix: featured version ui shifts (#1191 )"
This reverts commit 3036f43b75 .
* Revert "Fix CTRL clicking on versions issue (#1189 )"
This reverts commit f4560bd7d8 .
2023-06-20 14:51:49 -07:00
MMK21Hub
247be0c11f
Fix search filters being hidden ( #1205 )
...
* Fix search filters being hidden (#1165 )
Previously, `max-width` was used to hide the sidebar on mobile, which
meant that at exactly 1024 pixels wide, the sidebar would be hidden.
However, this breakpoint is also as a
`min-width` other media queries, notably the ones used to enable viewing
filters on mobile sizes. This has caused issue #1024 .
To fix this, I have swapped the logic of the rule that hides the filters
on mobile: it is now hidden by default and a `min-width` query is used
to show it on wider viewports. This is more consistent with similar media
queries in the same file.
Looking to the future, these issues should become less common if we
switch to range-based media queries:
https://caniuse.com/css-media-range-syntax
* Delete package-lock.json
---------
Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com >
2023-06-20 14:37:39 -07:00
kevoh1516
14b0e8875d
fix version filtering wrong page ( #1206 )
2023-06-20 14:33:34 -07:00
Younes
bd51741b01
fixed detail tab with summary and bold tags ( #1198 )
2023-06-20 14:32:42 -07:00
Prospector
afd60b8a16
Fix license selector ( #1213 )
2023-06-20 12:17:10 -07:00
Geometrically
6e0659af4c
add draggable attr to modal background ( #71 )
2023-06-20 09:19:47 -07:00
Prospector
6de1fa0878
Large and outlined buttons ( #69 )
2023-06-20 09:05:26 -07:00
Geometrically
61e00f1620
Add unclosable modals ( #70 )
2023-06-19 22:15:45 -07:00
Adrian O.V
bd697a02f5
UI/UX improvements ( #146 )
...
* Some initial changes
* New project cards
* Version
* Finalize improvements
* Fixed styling issues on versions page
* Removed light mode
* Run linter
* Added mixpanel stuff in context menus
* Fix styling issues
* Fix windows
* homepage fixes
* Finishing touches on mac styling
* Fixed windows related styling
* Update global.scss
---------
Co-authored-by: Jai A <jaiagr+gpg@pm.me >
2023-06-19 21:09:03 -07:00
Geometrically
1e78a7b6a8
Analytics + more bug fixes ( #144 )
...
* Analytics + more bug fixes
* debug deadlock
* Fix mostly everything
* merge fixes
* fix rest
* final fixeS
2023-06-19 14:59:06 -07:00
Wyatt Verchere
d64c043838
sends own addr to auth callback ( #639 )
...
* sends own addr to auth callback
* shouldn't have http on local
* actually, both should have
* changed for consistency
2023-06-15 16:12:02 -07:00
Sasha Sorokin
c8c75b38c3
Update @vintl/nuxt to 1.2.3 ( #1201 )
...
This should fix TypeScript error related to nuxt.config.ts file and
unknown `vintl` property in it.
2023-06-15 12:24:12 -07:00
Adrian O.V
84d731b670
Adding things from button or file ( #136 )
...
* Initial commit
* Update Mods.vue
* instances
* Run lint
* Update pnpm-lock.yaml
* Update pnpm-lock.yaml
* Buttons colorized
* Update pnpm-lock.yaml
* Switch to chips
* Close modal when file is selected
* fix icons
---------
Co-authored-by: Geometrically <18202329+Geometrically@users.noreply.github.com >
Co-authored-by: Jai A <jaiagr+gpg@pm.me >
2023-06-14 17:56:32 -07:00
Geometrically
2bdd0a0e8d
Fix dropdown bug on webkit ( #68 )
2023-06-14 17:48:46 -07:00
Adrian O.V
6198cc961a
Backlog fixes ( #141 )
...
* Backlog fixes
* Clear searching
* slider units
* Run lint
* errant editing
* Toggle selected
* Update Mods.vue
* update disablers
* titlebar position
---------
Co-authored-by: Jai A <jaiagr+gpg@pm.me >
2023-06-14 17:16:16 -07:00
Wyatt Verchere
dd3599f5b3
removed route ( #637 )
...
* removed route
* email change support
2023-06-13 14:43:20 -07:00
Geometrically
4131ad5016
Fix breadcrumb link style ( #67 )
2023-06-12 19:42:30 -07:00
Adrian O.V
4f74b3fafe
Dropdowns buttons ✨ colorized ✨ ( #66 )
...
* Buttons ✨ colorized ✨
* Update package.json
2023-06-12 15:02:16 -07:00
Younes
177a487ead
fixed mobile navigation on iphones safari ( #1193 )
...
fixes #1164
2023-06-11 20:32:00 -04:00
Younes
99a4966786
fix logging out doesnt work ( #1192 )
...
Fixes #1108
2023-06-11 20:01:49 -04:00
Younes
db9279a6e5
fixed redirection back to followed projects ( #1190 )
...
Fixes #1158
2023-06-11 19:57:01 -04:00
Younes
3036f43b75
fix: featured version ui shifts ( #1191 )
2023-06-11 19:31:18 -04:00
Geometrically
3535f0c4b4
Search fixes ( #134 )
...
* Search fixes
* Fix small instance ui
* fix javaw issue
* menu fix
* Add confirm modal for deletion
* fix build
2023-06-11 15:26:25 -07:00
Younes
f4560bd7d8
Fix CTRL clicking on versions issue ( #1189 )
...
Fixes #1184
2023-06-11 18:25:27 -04:00
Geometrically
0d56127758
Add new mojang args ( #9 )
2023-06-11 13:40:31 -07:00
Emma
97b9ec5cc7
Fix two bugs with Forge mod exporting ( #1187 )
2023-06-11 14:41:44 -04:00
Emma
cdab3d0eff
Change uses of "Include snapshots" to "Include all versions" ( #1178 )
2023-06-11 14:41:32 -04:00
Sasha Sorokin
de991041c4
Add internationalization support ( #738 )
2023-06-11 14:08:16 -04:00
Nerjal Nosk
776c16cd49
Theme switch cooldown ( #1188 )
2023-06-11 13:47:08 -04:00
Sasha Sorokin
d9f8746438
Consistent extension usage in imports ( #1171 )
2023-06-11 13:37:40 -04:00
Sasha Sorokin
20d1c4d242
Switch to bundler TypeScript moduleResolution ( #1170 )
2023-06-11 13:33:38 -04:00
Adrian O.V
e836738887
Context menus ( #133 )
...
* Context Menus in home and library
* Menu impl
* FInalize context menus
* Update App.vue
* Update App.vue
* fix scrolling
2023-06-10 12:31:52 -07:00
Adrian O.V
6edac37031
fix some styling (oops) ( #64 )
...
* fix some styling (oops)
* Update pnpm-lock.yaml
2023-06-10 09:21:29 -07:00
Adrian O.V
cea5a18a7a
Slider and text input changes ( #65 )
2023-06-10 09:18:15 -07:00
Prospector
bf615303f1
Fix pagination ( #1181 )
2023-06-09 14:47:36 -07:00
Geometrically
ea043517c5
Fix version file visibility ( #630 )
...
* Fix version file visibility
* add missing
* update prepare
2023-06-08 20:25:03 -07:00
Wyatt Verchere
b84d9c5d55
github token support ( #629 )
...
* github token support
* sqlx-data
* renamed github, modrinth tokens
* removed prints
2023-06-08 16:35:12 -07:00
Geometrically
063585f563
Improve landing page performance ( #1180 )
...
* Improve landing page performance
* fix build
2023-06-08 15:42:18 -07:00
Geometrically
01304e807a
Fix dropdown quirks ( #63 )
2023-06-06 16:07:58 -07:00
kevoh1516
d275b3fd08
do not allow empty option on dropdown when adding dependency ( #1155 )
2023-06-06 14:23:08 -07:00
triphora
66364354da
Small landing page fixes ( #993 )
...
* Miscellaneous fixes/improvements to landing page
* The downsides of not being able to set up a local testing env, in a commit
* Update how stats are retrieved
* Fix prettier
* Make requested changes
* Restore nuxt.config.js
* Restore composables/tag.js
* Update index.vue
2023-06-06 14:22:36 -07:00
Brady
48203aedf9
Fix markdown styling ( #1176 )
2023-06-06 14:21:10 -07:00
Calum
a6ca893ec5
Add indicators for visibility on project settings page ( #1092 )
...
* Add indicators for visibility - replace confusingly worded description.
* Add better description alongside ticks
* CrossIcon -> CheckIcon
* Icon naming
* Update index.vue
Use x.svg as exit.svg might be removed in the future.
* Visibility -> Target Visibility
* Add suggestions.
* Target Visibility -> Visibility
2023-06-06 14:20:35 -07:00
triphora
d55f1163a2
Improve withheld message banner ( #1167 )
2023-06-06 14:15:30 -07:00
Brady
80530012b8
Fix hljs class parsing ( #1174 )
2023-06-06 14:13:23 -07:00
Adrian O.V
d98a6adfb3
Create button ( #62 )
2023-06-05 23:34:52 -04:00