Commit Graph

1328 Commits

Author SHA1 Message Date
David Ralph
c22793b7cf fix(translations): add missing localisations 2026-01-03 18:06:14 +00:00
David Ralph
0b6fb4f3c2 fix: about tab links and icons 2026-01-03 17:58:08 +00:00
David Ralph
7807462c7b fix: lightbox, breadcrumbs, navbar, uninstall 2026-01-03 17:52:10 +00:00
David Ralph
7c2e17b44d fix: wrong url 2026-01-03 17:26:20 +00:00
David Ralph
0431fc830d feat(marketplace): use web ui 2026-01-03 17:25:34 +00:00
David Ralph
73bc89d7ae chore: update translations url 2026-01-03 11:32:03 +00:00
David Ralph
49c4c0ecdb chore: remove refs to kaiso and opencollective 2026-01-03 11:27:40 +00:00
Pose marto
91c49e0e81 Translated using Weblate (French)
Currently translated at 100.0% (502 of 502 strings)

Co-authored-by: Pose marto <weblate.drainage895@passmail.net>
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/fr/
Translation: Mue/Mue Tab 7.1
2026-01-02 12:01:56 +01:00
pooya mokhtari
dfd5c3f07e Translated using Weblate (Persian (Old))
Currently translated at 3.7% (19 of 502 strings)

Co-authored-by: pooya mokhtari <pooya.mokhtari1986@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/peo/
Translation: Mue/Mue Tab 7.1
2025-12-29 10:00:27 +00:00
Hosted Weblate
6d2756a7ee Update translation files
Updated by "Remove blank strings" hook in Weblate.

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/
Translation: Mue/Mue Tab 7.1
2025-12-28 10:54:08 +01:00
pooya mokhtari
61bf53bdda Added translation using Weblate (Persian (Old))
Co-authored-by: pooya mokhtari <pooya.mokhtari1986@gmail.com>
2025-12-28 10:54:08 +01:00
LibreTranslate
7059c10918 Translated using Weblate (French)
Currently translated at 100.0% (502 of 502 strings)

Co-authored-by: LibreTranslate <noreply-mt-libretranslate@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/fr/
Translation: Mue/Mue Tab 7.1
2025-12-26 11:02:07 +01:00
Pose marto
e78bc17187 Translated using Weblate (French)
Currently translated at 100.0% (502 of 502 strings)

Co-authored-by: Pose marto <weblate.drainage895@passmail.net>
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/fr/
Translation: Mue/Mue Tab 7.1
2025-12-26 11:02:07 +01:00
Weblate Translation Memory
eebedfd76e Translated using Weblate (French)
Currently translated at 100.0% (502 of 502 strings)

Co-authored-by: Weblate Translation Memory <noreply-mt-weblate-translation-memory@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/fr/
Translation: Mue/Mue Tab 7.1
2025-12-23 19:00:30 +01:00
Pose marto
0111d6f1e2 Translated using Weblate (French)
Currently translated at 100.0% (502 of 502 strings)

Co-authored-by: Pose marto <weblate.drainage895@passmail.net>
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/fr/
Translation: Mue/Mue Tab 7.1
2025-12-23 19:00:28 +01:00
Saúl Palacios
ddd34fd5c0 Translated using Weblate (Spanish)
Currently translated at 99.8% (501 of 502 strings)

Co-authored-by: Saúl Palacios <palacios22c@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/es/
Translation: Mue/Mue Tab 7.1
2025-12-13 19:00:26 +01:00
Munch Rémi
bcf0e655ca Translated using Weblate (French)
Currently translated at 99.4% (499 of 502 strings)

Co-authored-by: Munch Rémi <munch.remi@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/fr/
Translation: Mue/Mue Tab 7.1
2025-11-29 12:02:14 +01:00
lxy
dea01cc02e Translated using Weblate (English (United States))
Currently translated at 99.4% (499 of 502 strings)

Co-authored-by: lxy <453704074@qq.com>
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/en_US/
Translation: Mue/Mue Tab 7.1
2025-11-27 17:00:17 +01:00
Weblate Translation Memory
72f3f432b5 Translated using Weblate (English (United States))
Currently translated at 99.4% (499 of 502 strings)

Co-authored-by: Weblate Translation Memory <noreply-mt-weblate-translation-memory@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/en_US/
Translation: Mue/Mue Tab 7.1
2025-11-07 14:51:20 +00:00
alexsparkes
2c376c7506 Refactor marketplace components to use hooks and context
- Converted ItemPage from a class component to a functional component using hooks for state management.
- Introduced MarketplaceContext for managing marketplace-related state and actions.
- Created custom hooks: useMarketplaceData for fetching and sorting marketplace items, useMarketplaceInstall for handling installation and uninstallation of items, and useMarketplaceNavigation for managing navigation within the marketplace.
- Implemented BrowsePage and CollectionPage components to display items and collections with improved structure and functionality.
- Enhanced error handling and loading states across the marketplace features.
2025-11-03 14:26:12 +00:00
alexsparkes
59824eb6ef Refactor ItemPage and related components for improved structure and readability
- Updated styles in _main.scss to enhance layout and visual consistency.
- Refactored ItemPage.jsx to utilize new tab components (OverviewTab, QuotesTab, PhotosTab, PresetsTab) for better organization of content.
- Created InfoItem and WarningBanner components for reusable UI elements.
- Implemented QuotesTab and PhotosTab components to handle quotes and photos display logic.
- Added PresetsTab component to manage settings display.
- Enhanced user experience with dynamic tab switching and improved data handling.
2025-11-02 23:29:57 +00:00
Максим Горпиніч
6785011eb5 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (502 of 502 strings)

Co-authored-by: Максим Горпиніч <gorpinicmaksim0@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/uk/
Translation: Mue/Mue Tab 7.1
2025-11-02 18:53:05 +00:00
abdelbasset jabrane
9fdc771569 Translated using Weblate (Arabic)
Currently translated at 99.6% (500 of 502 strings)

Co-authored-by: abdelbasset jabrane <naminio201@users.noreply.hosted.weblate.org>
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/ar/
Translation: Mue/Mue Tab 7.1
2025-11-02 18:53:04 +00:00
தமிழ்நேரம்
f07190c3d9 Translated using Weblate (Tamil)
Currently translated at 99.6% (500 of 502 strings)

Co-authored-by: தமிழ்நேரம் <tamilneram247@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/ta/
Translation: Mue/Mue Tab 7.1
2025-11-02 18:53:03 +00:00
Arvaidas Rekis
1ba276eefa Translated using Weblate (Estonian)
Currently translated at 99.6% (500 of 502 strings)

Translated using Weblate (Latvian)

Currently translated at 99.6% (500 of 502 strings)

Translated using Weblate (Lithuanian)

Currently translated at 99.6% (500 of 502 strings)

Translated using Weblate (Azerbaijani (Southern))

Currently translated at 99.6% (500 of 502 strings)

Translated using Weblate (Azerbaijani)

Currently translated at 99.6% (500 of 502 strings)

Translated using Weblate (Slovenian)

Currently translated at 99.6% (500 of 502 strings)

Co-authored-by: Arvaidas Rekis <arvrekis@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/az/
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/azb/
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/et/
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/lt/
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/lv/
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/sl/
Translation: Mue/Mue Tab 7.1
2025-11-02 18:53:02 +00:00
ssantos
cec2301617 Translated using Weblate (Portuguese)
Currently translated at 99.0% (497 of 502 strings)

Co-authored-by: ssantos <ssantos@web.de>
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/pt/
Translation: Mue/Mue Tab 7.1
2025-11-02 18:52:58 +00:00
Alejandro
36ee67f86f Translated using Weblate (Spanish (Latin America))
Currently translated at 99.6% (500 of 502 strings)

Co-authored-by: Alejandro <alejandroandrade2015@outlook.es>
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/es_419/
Translation: Mue/Mue Tab 7.1
2025-11-02 18:52:56 +00:00
Spectro
4fa1f47565 Translated using Weblate (Portuguese (Brazil))
Currently translated at 98.8% (496 of 502 strings)

Co-authored-by: Spectro <spectro@keemail.me>
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/pt_BR/
Translation: Mue/Mue Tab 7.1
2025-11-02 18:52:55 +00:00
Anonymous
b3fd726a95 Translated using Weblate (Chinese (Traditional Han script))
Currently translated at 99.6% (500 of 502 strings)

Translated using Weblate (Persian)

Currently translated at 99.4% (499 of 502 strings)

Translated using Weblate (Bengali)

Currently translated at 99.6% (500 of 502 strings)

Translated using Weblate (Spanish (Latin America))

Currently translated at 99.6% (500 of 502 strings)

Translated using Weblate (Chinese (Simplified Han script))

Currently translated at 99.2% (498 of 502 strings)

Translated using Weblate (Turkish)

Currently translated at 99.6% (500 of 502 strings)

Translated using Weblate (Russian)

Currently translated at 99.6% (500 of 502 strings)

Translated using Weblate (Norwegian Bokmål)

Currently translated at 99.4% (499 of 502 strings)

Translated using Weblate (Dutch)

Currently translated at 99.4% (499 of 502 strings)

Translated using Weblate (Indonesian)

Currently translated at 99.0% (497 of 502 strings)

Translated using Weblate (French)

Currently translated at 99.6% (500 of 502 strings)

Translated using Weblate (Spanish)

Currently translated at 99.2% (498 of 502 strings)

Translated using Weblate (English (United States))

Currently translated at 99.2% (498 of 502 strings)

Translated using Weblate (German)

Currently translated at 99.6% (500 of 502 strings)

Co-authored-by: Anonymous <noreply@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/bn/
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/de/
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/en_US/
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/es/
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/es_419/
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/fa/
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/fr/
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/id/
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/nb_NO/
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/nl/
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/ru/
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/tr/
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/zh_Hans/
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/zh_Hant/
Translation: Mue/Mue Tab 7.1
2025-11-02 18:52:53 +00:00
alexsparkes
127b2492a5 feat(Items): enhance ItemCard with installed badge and gradient background; optimize performance with memoization 2025-11-01 18:26:20 +00:00
alexsparkes
9727346ff1 style(marketplace): potential marketplace page redesign 2025-11-01 00:50:33 +00:00
alexsparkes
b303d02492 feat: add onChange handlers to ChipSelect and Text components; clear imageQueue on background type and category changes 2025-10-31 16:42:15 +00:00
alexsparkes
ef22e91b07 refactor(Background): make the background filters an overlay to prevent juttery transition of styles being added AFTER completion 2025-10-31 13:56:03 +00:00
alexsparkes
94c92f7216 feat(MainModal): enhance deep linking and navigation handling for collections and products
fix(Tabs): improve sidebar visibility logic and margin adjustment
feat(ModalTopBar): update breadcrumb logic for collection and product views
feat(Added): add button to navigate to discover page with deep linking
fix(Browse): refine error handling and update hash for collection navigation
2025-10-31 11:15:20 +00:00
Максим Горпиніч
389590a04d Translated using Weblate (Ukrainian)
Currently translated at 100.0% (502 of 502 strings)

Co-authored-by: Максим Горпиніч <gorpinicmaksim0@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/uk/
Translation: Mue/Mue Tab 7.1
2025-10-31 07:02:41 +01:00
alexsparkes
1e283160cc style(MainModal): update modal background and sidebar styles for improved aesthetics 2025-10-31 00:32:34 +00:00
alexsparkes
bc272e14dd style(MainModal): style change of navigation buttons 2025-10-31 00:27:38 +00:00
alexsparkes
3f9e3e5d59 feat(marketplace): add filter options and sorting functionality to Items component 2025-10-30 23:33:06 +00:00
alexsparkes
9c477e3980 feat(ModalTopBar): replace static logo path with imported icon 2025-10-30 23:11:52 +00:00
alexsparkes
aa6b1a3be3 feat(modal): new navigation with back and forth arrow 2025-10-29 23:46:15 +00:00
alexsparkes
e83afbda2c Refactor MainModal and Tab components to integrate Library and Discover tabs 2025-10-29 22:56:23 +00:00
alexsparkes
ac3924aaf7 refactor: optimize background loading and rendering logic 2025-10-29 10:06:09 +00:00
David Ralph
293cc93500 refactor: split quicklinks, move features to functional components 2025-10-28 23:04:19 +00:00
David Ralph
2eed0f7307 refactor: make quote like background 2025-10-28 22:01:06 +00:00
David Ralph
7ac848c9a0 refactor: clean greeting 2025-10-28 21:28:06 +00:00
David Ralph
9d7660d962 chore: remove migrations for background 2025-10-28 21:20:39 +00:00
David Ralph
d7496f133c refactor: restructure background feature 2025-10-28 21:17:33 +00:00
alexsparkes
0e852e8a89 feat(SearchOptions): add Chrome policy warning for search engine selection removal 2025-10-28 19:41:30 +00:00
alexsparkes
e1ad5d490b feat: implement deep linking support for marketplace items and tabs 2025-10-28 18:55:13 +00:00
alexsparkes
ae3c135660 refactor(MainModal): and related components for improved tab management and loading states 2025-10-28 12:39:11 +00:00