Fallenbagel
825fa75ee2
Merge upstream/develop
2023-06-10 04:58:15 +05:00
Fallenbagel
4920670495
Merge pull request #397 from jeaboswell/feature-emby-icons
...
Emby Link Icon
2023-06-06 19:22:40 +05:00
Jesse Boswell
1fe4bb8a04
fix(ui): Make play symbol white
2023-06-05 18:44:42 -05:00
Jesse Boswell
ad69d6715e
fix(ui): Resize Emby icon and add margins
2023-06-05 13:21:00 -05:00
Jesse Boswell
46cd4d01d9
fix: externalLinkBlock
2023-06-05 12:10:25 -05:00
Jesse Boswell
672061cd64
feat(src/components/externallinkblock/index.tsx): support Emby icon
...
Display the Emby icon instead of Jellyfin when mediaserver type is Emby
2023-06-05 10:59:32 -05:00
Salman Tariq
d7fa35e066
fix(genreselector): fix searching in Genre filter ( #3468 )
2023-05-31 21:53:50 +00:00
Izaac Brånn
24f268b6cb
feat: auto tagging requested media with username ( #3338 )
...
* feat: auto tagging requested media with username
Relating to discussion: https://github.com/sct/overseerr/discussions/3313
Adding an option to the Radarr and Sonarr service to enable automatic tagging
with the username requesting the media.
Current format, to reduce tag clutter if a user changes displayname:
`[user.id] - [user.displayName]`
* fix: modified new secondary tip language
---------
Co-authored-by: Brandon Cohen <brandon@z3hn.dev >
2023-05-29 02:29:36 +00:00
Shane Friedman
aa84977680
feat(discover): support filtering by tmdb user vote count on discover page ( #3407 )
2023-05-13 00:23:14 +00:00
Brandon Cohen
c27f96096a
fix: lock body scroll when using webkit ( #3399 )
2023-05-11 04:27:45 +00:00
Brandon Cohen
4bd87647d0
fix: corrected initial fallback data load on details page ( #3395 )
2023-05-11 04:16:50 +00:00
Brandon Cohen
c1e10338c1
refactor: pull to refresh ( #3391 )
...
* refactor: decoupled PTR by removing import and creating new touch logic
* fix: overscroll behavior on mobile is now prevented on the y axis
* feat: added shadow effects to icon
* fix: modified cypress test
* fix: added better scroll lock functionality
* fix: hide icon if scroll value is negative
* fix: changed to allow usage on all touch devices
2023-05-11 11:59:12 +09:00
Alex
70b1540ae2
fix: handle search results with collections ( #3393 )
...
* feat: handle search collection
* Update server/utils/typeHelpers.ts
Co-authored-by: Danshil Kokil Mungur <danshil.mungur@gmail.com >
* fix: modified title card to show collection instead of movies
---------
Co-authored-by: Danshil Kokil Mungur <danshil.mungur@gmail.com >
Co-authored-by: Brandon <cohbrandon@gmail.com >
2023-05-11 09:58:16 +09:00
Brandon Cohen
77a33cb74d
fix(ui): corrected mobile menu spacing in collection details ( #3432 )
2023-05-04 22:08:22 +04:00
Yalagin
b7e3d285ed
feat(watchlist): add translation for en
2023-04-27 22:46:46 +07:00
Yalagin
5f1c10d50a
feat(add watchlist): adding midding functionality from overserr
...
feat(add watchlist): adding missing functionality from overserr
2023-04-27 22:27:23 +07:00
GeoffreyCoulaud
7dbe6f61d0
Fixed d' before Jellyseerr
2023-03-25 00:49:59 +01:00
Fallenbagel
8b3801539e
Merge pull request #321 from andrey4korop/Lang_changes
...
Update Ukrainian language
2023-03-09 03:43:13 +05:00
Fallenbagel
101ffae641
style: ran prettier on ua locale
2023-03-04 01:17:26 +05:00
Brandon Cohen
a4d07f5afa
fix(ui): corrected default badge hover opacity ( #3369 )
2023-03-02 08:21:55 -05:00
Brandon Cohen
2520d8f739
feat: adds streaming services custom slider ( #3361 )
...
* feat: adding streaming services as a slider is now an option
* fix: truncated slider titles on mobile
2023-02-28 13:36:28 +09:00
Fallenbagel
ee23de6d2f
Merge remote-tracking branch 'upstream/develop' into develop
2023-02-28 03:28:36 +05:00
Brandon Cohen
ae3818304b
feat: availability sync rework ( #3219 )
...
* feat: add availability synchronization job
fix #377
* fix: feedback on PR
* perf: use pagination for Media Availability Synchronization job
The original approach loaded all media items from the database at once. With large libraries, this
could lead to performance issues. We're now using a paginated approach with a page size of 50.
* feat: updated the availability sync to work with 4k
* fix: corrected detection of media in plex
* refactor: code cleanup and minimized unnecessary calls
* fix: if media is not found, media check will continue
* fix: if non-4k or 4k show media is updated, seasons and request is now properly updated
* refactor: consolidated media updater into one function
* fix: season requests are now removed if season has been deleted
* refactor: removed joincolumn
* fix: makes sure we will always check radarr/sonarr to see if media exists
* fix: media will now only be updated to unavailable and deletion will be prevented
* fix: changed types in Media entity
* fix: prevent season deletion in preference of setting season to unknown
---------
Co-authored-by: Jari Zwarts <jari@oberon.nl >
Co-authored-by: Sebastian Kappen <sebastian@kappen.dev >
2023-02-24 05:28:22 +00:00
Danshil Kokil Mungur
b3882de893
fix(ui): hide search bar behind slideover when opened ( #3348 )
2023-02-24 02:03:01 +00:00
Danshil Kokil Mungur
eb5502a16f
fix(ui): prevent title cards from flickering when quickly hovering across them ( #3349 )
...
* fix(ui): remove opacity classes from transition enter and leave props
The flickering was caused by the opacity classes in the `leave` prop to take effect as the
transition ends; when the `leaveTo` prop classes are no longer applied, but the `leave` prop classes
are still applied.
* fix(ui): resolve transition issues for all components
1. Remove opacity classes from `enter` and `leave` props
2. Fix some class name typos
3. Remove transform classes since those are automatically applied as from TailwindCSS v3.0
4. Narrow down `transition` classes to only the properties being transitioned in Transition components
2023-02-24 00:27:26 +09:00
Danshil Kokil Mungur
50f06dabbf
fix(ui): hide mini status badge if non-4K media status is unknown ( #3346 )
2023-02-20 10:54:06 +09:00
Brandon Cohen
1e2c6f46ab
fix: added a refresh interval if download status is in progress ( #3275 )
...
* fix: added a refresh interval if download status is in progress
* refactor: switched to a function instead of useEffect
* feat: added editable download sync schedule
2023-02-15 19:16:13 +04:00
dd060606
7bd4c4d1d4
Merge branch 'develop' into features/deleteMediaFile
2023-02-13 08:58:53 +01:00
dd060606
3005e577d7
style(src/components/manageslideover/index.tsx): fix code style issues
2023-02-13 08:33:23 +01:00
Brandon Cohen
33e7691b94
feat: full title of download item on hover with tooltip ( #3296 )
...
Co-authored-by: Ryan Cohen <ryan@sct.dev >
2023-02-11 10:30:53 +00:00
Fallenbagel
572a7db4aa
Merge pull request #297 from DimitriDR/develop
...
French I18n update
2023-02-04 03:27:06 +05:00
andrey
862cd2d6ac
Update Ukrainian language
2023-02-02 19:04:29 +02:00
andrey
81518df89a
Merge remote-tracking branch 'o/develop' into develop
2023-02-01 16:20:04 +02:00
Fallenbagel
26e49e73a5
Merge remote-tracking branch 'upstream/develop' into develop
2023-01-30 04:27:34 +05:00
Ryan Cohen
d954328911
fix(ui): correct range slider styling in chrome ( #3299 )
2023-01-29 20:32:25 +09:00
Brandon Cohen
3e43586acc
fix(ui): air date will use UTC for timezone ( #3297 )
2023-01-29 16:43:54 +09:00
Ryan Cohen
7040da1334
fix(ui): show 5 icons when possible on mobile menu ( #3298 )
2023-01-29 16:27:09 +09:00
Ryan Cohen
9d10e6a88c
fix(ui): style range thumbs correctly for firefox ( #3294 )
2023-01-29 13:27:33 +09:00
Fallenbagel
2508b4340f
refactor: updated the heroicons used in jellyfin settings/email warning
2023-01-28 04:44:46 +05:00
Fallenbagel
e1f67ad8ba
Merge 'overseerr/develop' into develop
2023-01-28 03:40:12 +05:00
notfakie
ad3d922440
Merge remote-tracking branch 'overseerr/develop' into develop
2023-01-27 17:55:55 +13:00
Brandon Cohen
374c78c989
fix(ui): series first air date sorting ( #3283 )
2023-01-26 22:22:38 +00:00
Ryan Cohen
f4a22dc437
fix: correctly check mobile menu permissions ( #3271 )
2023-01-25 18:49:01 +09:00
Ryan Cohen
5d1c6f7065
fix: create shared class to add bottom spacing ( #3269 )
2023-01-24 19:30:38 +09:00
Ryan Cohen
3db010b9ea
fix: correct issue detail bottom padding on mobile displays ( #3268 )
2023-01-24 14:54:58 +09:00
TheCatLady
fd219717c0
fix: issues with issues ( #3267 )
...
* fix: issues with issues
* fix: don't notify on user closing/reopening own issue
* fix: only show close/reopen buttons for OP and admins
2023-01-24 02:58:56 +00:00
Brandon Cohen
d328485161
fix: arrow icons were misplaced on mobile in slider edit ( #3260 )
2023-01-20 14:46:29 +00:00
Brandon Cohen
da00d454e1
feat: discover slider edit arrow buttons for reordering ( #3259 )
2023-01-20 06:20:05 +00:00
Weblate (bot)
5940ff7f5f
feat: translations update from Hosted Weblate ( #3218 )
...
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (French)
Currently translated at 100.0% (1222 of 1222 strings)
feat(lang): translated using Weblate (French)
Currently translated at 99.5% (1217 of 1222 strings)
feat(lang): translated using Weblate (French)
Currently translated at 99.4% (1215 of 1222 strings)
feat(lang): translated using Weblate (French)
Currently translated at 99.4% (1215 of 1222 strings)
feat(lang): translated using Weblate (French)
Currently translated at 99.2% (1213 of 1222 strings)
feat(lang): translated using Weblate (French)
Currently translated at 98.6% (1203 of 1219 strings)
feat(lang): translated using Weblate (French)
Currently translated at 92.6% (1130 of 1219 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (French)
Currently translated at 96.0% (1132 of 1179 strings)
feat(lang): translated using Weblate (French)
Currently translated at 95.9% (1131 of 1179 strings)
Co-authored-by: Dimitri <dimitridroeck@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Mathieu <math_du_88@yahoo.fr >
Co-authored-by: Sulli <susu.leduc@gmail.com >
Co-authored-by: Uruk <uruknarb20@gmail.com >
Co-authored-by: slundi <slundi@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Spanish)
Currently translated at 85.5% (1045 of 1222 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Angel <adelpozoman@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/es/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Polish)
Currently translated at 100.0% (1222 of 1222 strings)
feat(lang): translated using Weblate (Polish)
Currently translated at 93.6% (1144 of 1222 strings)
feat(lang): translated using Weblate (Polish)
Currently translated at 90.6% (1105 of 1219 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Patryk <byakurau1@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pl/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Danish)
Currently translated at 100.0% (1219 of 1219 strings)
feat(lang): translated using Weblate (Danish)
Currently translated at 96.9% (1182 of 1219 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Danish)
Currently translated at 100.0% (1179 of 1179 strings)
Co-authored-by: Anders Ecklon <aecklon@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/da/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 94.0% (1105 of 1175 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: lkw123 <lkw20010211@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hans/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (1219 of 1219 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Dutch)
Currently translated at 95.5% (1126 of 1179 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 93.8% (1107 of 1179 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (German)
Currently translated at 94.6% (1154 of 1219 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (German)
Currently translated at 100.0% (1175 of 1175 strings)
Co-authored-by: Ben <ben.david.wallner@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/de/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 94.7% (1113 of 1175 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: exentler <gurandsrud@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nb_NO/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Hindi)
Currently translated at 11.8% (145 of 1222 strings)
feat(lang): translated using Weblate (Hindi)
Currently translated at 9.4% (115 of 1222 strings)
feat(lang): translated using Weblate (Hindi)
Currently translated at 9.1% (112 of 1222 strings)
feat(lang): translated using Weblate (Hindi)
Currently translated at 9.1% (112 of 1222 strings)
feat(lang): translated using Weblate (Hindi)
Currently translated at 2.7% (33 of 1222 strings)
Co-authored-by: Gaurang Goel <gaurang7goel+hosted@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Ishan Jindal <jindal25ishan@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/hi/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Albanian)
Currently translated at 97.1% (1142 of 1175 strings)
Co-authored-by: Denis Çerri <deniscerri3@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sq/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Dimitri <dimitridroeck@gmail.com >
Co-authored-by: Mathieu <math_du_88@yahoo.fr >
Co-authored-by: Sulli <susu.leduc@gmail.com >
Co-authored-by: Uruk <uruknarb20@gmail.com >
Co-authored-by: slundi <slundi@gmail.com >
Co-authored-by: Angel <adelpozoman@gmail.com >
Co-authored-by: Patryk <byakurau1@gmail.com >
Co-authored-by: Anders Ecklon <aecklon@gmail.com >
Co-authored-by: lkw123 <lkw20010211@gmail.com >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Co-authored-by: Ben <ben.david.wallner@gmail.com >
Co-authored-by: exentler <gurandsrud@gmail.com >
Co-authored-by: Gaurang Goel <gaurang7goel+hosted@gmail.com >
Co-authored-by: Ishan Jindal <jindal25ishan@gmail.com >
Co-authored-by: Denis Çerri <deniscerri3@gmail.com >
2023-01-19 21:53:44 +09:00
Ryan Cohen
fcbca1722f
feat: new mobile menu ( #3251 )
2023-01-17 18:00:15 +09:00