Commit Graph

1886 Commits

Author SHA1 Message Date
David Ralph da43dbeed0 refactor: rework dropdown backend (wip) 2024-02-13 22:08:45 +00:00
alexsparkes b9bb735371 feat: new error message
- clean up of translation code
Co-authored-by: David Ralph <me@davidcralph.co.uk>
2024-02-13 20:13:48 +00:00
alexsparkes 2f851d8933 chore(deps): bump dependencies 2024-02-13 13:12:49 +00:00
dependabot[bot] 6fdb90961f
chore(deps): bump @mui/material from 5.15.9 to 5.15.10 (#629)
Bumps [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) from 5.15.9 to 5.15.10.
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/v5.15.10/packages/mui-material)

---
updated-dependencies:
- dependency-name: "@mui/material"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-13 08:46:09 +00:00
alexsparkes 5b995eaf9f refactor(quickliks): Partition file 2024-02-11 13:09:07 +00:00
alexsparkes 53d649e04a Refactor(marketplace): Use button component 2024-02-11 10:45:40 +00:00
David Ralph c9fb5109c9 refactor(marketplace): improvements to url detection logic 2024-02-10 22:45:35 +00:00
David Ralph 35d4a7780c refactor(marketplace): cleanup item page render 2024-02-10 22:34:49 +00:00
alexsparkes b6adfab047 refactor(settings): Further implementation of "button" component 2024-02-10 21:44:18 +00:00
alexsparkes bad8daac6b refactor(header): Increased clarity, when using unique actions 2024-02-10 21:03:56 +00:00
alexsparkes dbd0359ccc refactor(button): Create button component 2024-02-10 19:39:15 +00:00
alexsparkes 8c7cfd3cb1 style(settings): Slight gradient to feature icon of setting section 2024-02-10 13:54:06 +00:00
alexsparkes ad2af657d7 refactor(navbar): Partition of navbar 2024-02-10 13:39:03 +00:00
alexsparkes 9716ddd9af fix(background): Grammar mistake in class name 2024-02-10 11:18:22 +00:00
alexsparkes 6f00709c3d refactor(header): Move to consistent header component for modal elements
Co-authored-by: David Ralph <me@davidcralph.co.uk>
2024-02-10 10:45:21 +00:00
alexsparkes 84c1bc8df1 refactor(settings): Move to new style settings row
Comprised of:
- Row element
- Content (title and description)
- Action
2024-02-09 22:22:11 +00:00
alexsparkes 48b919ebea refactor(modal): Change state to use word and switch case 2024-02-09 00:37:24 +00:00
alexsparkes 16639c4b94 refactor: partition of quote settings for increased readability 2024-02-08 18:34:44 +00:00
Wessel Tip 8e1b7ab2ac
fix(react): Adding `this.getItem()` within not found clause fixes items not showing 2024-02-08 14:05:37 +01:00
Wessel Tip 3503e65039
fix(react): Reverse commit 7179ee2 due to marketplace not loading 2024-02-08 13:57:37 +01:00
Wessel Tip f309967214
fix(regex): Allow all TLDs
Fix for #627 - Updates all URL regexes to allow up to 63 octets for TLDs, which is the RFC 1034 standard (https://www.rfc-editor.org/rfc/rfc1034)
2024-02-08 13:25:46 +01:00
Wessel Tip 7179ee2a87
fix(react): Fix updating to 18.0 root dom error 2024-02-08 13:16:30 +01:00
alexsparkes f71c19d081 fix(translation): run translation command 2024-02-07 23:50:51 +00:00
alexsparkes bd9c868196 refactor: settings tabs, improvements to logic + readability
Co-authored-by: David Ralph <me@davidcralph.co.uk>
2024-02-07 23:43:23 +00:00
alexsparkes 85b0e9826c feat(settings): New preferences wrapper
Co-authored-by: David Ralph <me@davidcralph.co.uk>
2024-02-07 20:47:20 +00:00
David Ralph 21184c6c03 feat: better error feedback in weather, run prettier + lint 2024-02-07 12:39:16 +00:00
alexsparkes fba4012875 refactor(settings): Split weather into sections for increased readability 2024-02-07 12:13:07 +00:00
dependabot[bot] 5ebfc6c379
chore(deps): bump @sentry/react from 7.99.0 to 7.100.0 (#626)
Bumps [@sentry/react](https://github.com/getsentry/sentry-javascript) from 7.99.0 to 7.100.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.99.0...7.100.0)

---
updated-dependencies:
- dependency-name: "@sentry/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-07 08:40:00 +00:00
alexsparkes ad4532c150 refactor(tab): tab list use mapping
Co-authored-by: David Ralph <me@davidcralph.co.uk>
2024-02-06 20:51:19 +00:00
alexsparkes 2f9acde332 refactor(weather): widget and its related components 2024-02-06 19:39:53 +00:00
alexsparkes 4f0a8207b1 style(settings): use variables for localization 2024-02-06 18:44:32 +00:00
dependabot[bot] df0e7bfec5
chore(deps-dev): bump prettier from 3.2.4 to 3.2.5 (#625)
Bumps [prettier](https://github.com/prettier/prettier) from 3.2.4 to 3.2.5.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/3.2.4...3.2.5)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-05 08:17:10 +00:00
alexsparkes 959a928366 style: Variables for translation to improve clarity and reduce line length 2024-02-03 12:16:39 +00:00
alexsparkes c7f21c295c fix: icon on addons tab 2024-02-03 10:59:11 +00:00
David Ralph 6cb00cca9d
chore: tell qodana to shush (delete yaml)
Signed-off-by: David Ralph <ohlookitsderpy@protonmail.com>
2024-02-03 01:22:46 +00:00
alexsparkes cdae5ed29e feat: cleanup, settings UI improvements
Co-authored-by: David Ralph <ohlookitsderpy@protonmail.com>
2024-02-03 01:21:18 +00:00
dependabot[bot] b3b17ad234
chore(deps-dev): bump stylelint from 16.2.0 to 16.2.1 (#624)
Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.2.0 to 16.2.1.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/16.2.0...16.2.1)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-02 08:43:00 +00:00
dependabot[bot] 0bd23354cc
chore(deps-dev): bump husky from 9.0.7 to 9.0.10 (#623)
Bumps [husky](https://github.com/typicode/husky) from 9.0.7 to 9.0.10.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](https://github.com/typicode/husky/compare/v9.0.7...v9.0.10)

---
updated-dependencies:
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-02 08:42:35 +00:00
Wessel T 87e6dfe4bf
Translated using Weblate (Dutch)
Currently translated at 100.0% (478 of 478 strings)

Co-authored-by: Wessel T <wessel@go2it.eu>
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab/nl/
Translation: Mue/Mue Tab
2024-02-02 01:39:12 +01:00
LibreTranslate 4c1392c24d
Translated using Weblate (Dutch)
Currently translated at 100.0% (478 of 478 strings)

Co-authored-by: LibreTranslate <noreply-mt-libretranslate@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab/nl/
Translation: Mue/Mue Tab
2024-02-02 01:39:12 +01:00
Wessel T 8c0f7a7617
Translated using Weblate (Dutch)
Currently translated at 100.0% (478 of 478 strings)

Co-authored-by: Wessel T <wessel@go2it.eu>
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab/nl/
Translation: Mue/Mue Tab
2024-02-01 22:08:02 +01:00
Shashank 0d77508f4c
[New Feature] Created a "Apps" section to add more frequently visited website links like in Chrome. (#622)
* added apps links section to the navbar with settings to add and edit links in under navbar settings

* translated to english US
2024-02-01 20:18:46 +00:00
dependabot[bot] 59e721d663
chore(deps): bump @floating-ui/react-dom from 2.0.6 to 2.0.8 (#613)
Bumps [@floating-ui/react-dom](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react-dom) from 2.0.6 to 2.0.8.
- [Release notes](https://github.com/floating-ui/floating-ui/releases)
- [Changelog](https://github.com/floating-ui/floating-ui/blob/master/packages/react-dom/CHANGELOG.md)
- [Commits](https://github.com/floating-ui/floating-ui/commits/@floating-ui/react-dom@2.0.8/packages/react-dom)

---
updated-dependencies:
- dependency-name: "@floating-ui/react-dom"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-01 09:02:36 +00:00
dependabot[bot] 470957dc69
chore(deps-dev): bump @vitejs/plugin-react-swc from 3.5.0 to 3.6.0 (#621)
Bumps [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) from 3.5.0 to 3.6.0.
- [Release notes](https://github.com/vitejs/vite-plugin-react-swc/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react-swc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react-swc/compare/v3.5.0...v3.6.0)

---
updated-dependencies:
- dependency-name: "@vitejs/plugin-react-swc"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-01 09:00:57 +00:00
dependabot[bot] b53f9310e8
chore(deps): bump @mui/material from 5.15.6 to 5.15.7 (#620)
Bumps [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) from 5.15.6 to 5.15.7.
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/v5.15.7/packages/mui-material)

---
updated-dependencies:
- dependency-name: "@mui/material"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-01 09:00:39 +00:00
dependabot[bot] 044715d9a2
chore(deps): bump embla-carousel-autoplay from 8.0.0-rc20 to 8.0.0-rc22 (#618)
Bumps [embla-carousel-autoplay](https://github.com/davidjerleke/embla-carousel) from 8.0.0-rc20 to 8.0.0-rc22.
- [Release notes](https://github.com/davidjerleke/embla-carousel/releases)
- [Commits](https://github.com/davidjerleke/embla-carousel/compare/v8.0.0-rc20...v8.0.0-rc22)

---
updated-dependencies:
- dependency-name: embla-carousel-autoplay
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-31 09:05:39 +00:00
dependabot[bot] b9825f89af
chore(deps): bump @sentry/react from 7.98.0 to 7.99.0 (#619)
Bumps [@sentry/react](https://github.com/getsentry/sentry-javascript) from 7.98.0 to 7.99.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.98.0...7.99.0)

---
updated-dependencies:
- dependency-name: "@sentry/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-31 08:59:46 +00:00
dependabot[bot] 85bb1f98ad
chore(deps): bump embla-carousel-react from 8.0.0-rc20 to 8.0.0-rc22 (#617)
Bumps [embla-carousel-react](https://github.com/davidjerleke/embla-carousel) from 8.0.0-rc20 to 8.0.0-rc22.
- [Release notes](https://github.com/davidjerleke/embla-carousel/releases)
- [Commits](https://github.com/davidjerleke/embla-carousel/compare/v8.0.0-rc20...v8.0.0-rc22)

---
updated-dependencies:
- dependency-name: embla-carousel-react
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-31 08:57:22 +00:00
Wessel T f188f2cf02
Translated using Weblate (Dutch)
Currently translated at 74.3% (353 of 475 strings)

Co-authored-by: Wessel T <wessel@go2it.eu>
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab/nl/
Translation: Mue/Mue Tab
2024-01-30 18:01:55 +01:00
dependabot[bot] 9bbc6dc8b8
chore(deps-dev): bump husky from 9.0.6 to 9.0.7 (#616)
Bumps [husky](https://github.com/typicode/husky) from 9.0.6 to 9.0.7.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](https://github.com/typicode/husky/compare/v9.0.6...v9.0.7)

---
updated-dependencies:
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-30 08:18:08 +00:00