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 |
|
|
|
8e1b7ab2ac
|
fix(react): Adding this.getItem() within not found clause fixes items not showing
|
2024-02-08 14:05:37 +01:00 |
|
|
|
3503e65039
|
fix(react): Reverse commit 7179ee2 due to marketplace not loading
|
2024-02-08 13:57:37 +01:00 |
|
|
|
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 |
|
|
|
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 |
|
Weblate Translation Memory
|
9eadb9ea74
|
Translated using Weblate (Portuguese)
Currently translated at 100.0% (478 of 478 strings)
Translation: Mue/Mue Tab
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab/pt/
|
2024-02-03 02:21:39 +01:00 |
|
|
|
29fb1122e0
|
Translated using Weblate (Portuguese)
Currently translated at 100.0% (478 of 478 strings)
Translation: Mue/Mue Tab
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab/pt/
|
2024-02-03 02:21:39 +01:00 |
|
LibreTranslate
|
312a540dd0
|
Translated using Weblate (Portuguese)
Currently translated at 100.0% (478 of 478 strings)
Translation: Mue/Mue Tab
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab/pt/
|
2024-02-03 02:21:38 +01:00 |
|
Weblate Translation Memory
|
07e2c4fd22
|
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (478 of 478 strings)
Translation: Mue/Mue Tab
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab/pt_BR/
|
2024-02-03 02:21:38 +01:00 |
|
|
|
0cbf0281f4
|
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (478 of 478 strings)
Translation: Mue/Mue Tab
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab/pt_BR/
|
2024-02-03 02:21:37 +01:00 |
|
LibreTranslate
|
a5b5666be9
|
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (478 of 478 strings)
Translation: Mue/Mue Tab
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab/pt_BR/
|
2024-02-03 02:21:37 +01:00 |
|
LibreTranslate
|
a414a30396
|
Translated using Weblate (Turkish)
Currently translated at 100.0% (478 of 478 strings)
Translation: Mue/Mue Tab
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab/tr/
|
2024-02-03 02:21:36 +01:00 |
|
|
|
3d500ad39e
|
Translated using Weblate (Russian)
Currently translated at 99.7% (477 of 478 strings)
Translation: Mue/Mue Tab
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab/ru/
|
2024-02-03 02:21:35 +01:00 |
|
LibreTranslate
|
ab8c480cc1
|
Translated using Weblate (Russian)
Currently translated at 99.7% (477 of 478 strings)
Translation: Mue/Mue Tab
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab/ru/
|
2024-02-03 02:21:35 +01:00 |
|
LibreTranslate
|
f450452b8b
|
Translated using Weblate (Spanish)
Currently translated at 100.0% (478 of 478 strings)
Translation: Mue/Mue Tab
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab/es/
|
2024-02-03 02:21:34 +01:00 |
|
|
|
5a23c0eb4a
|
Translated using Weblate (English (United States))
Currently translated at 100.0% (478 of 478 strings)
Translation: Mue/Mue Tab
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab/en_US/
|
2024-02-03 02:21:33 +01:00 |
|
Weblate Translation Memory
|
398c51b6cd
|
Translated using Weblate (German)
Currently translated at 100.0% (478 of 478 strings)
Translation: Mue/Mue Tab
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab/de/
|
2024-02-03 02:21:33 +01:00 |
|
LibreTranslate
|
4f7ddd6b6c
|
Translated using Weblate (German)
Currently translated at 100.0% (478 of 478 strings)
Translation: Mue/Mue Tab
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab/de/
|
2024-02-03 02:21:32 +01:00 |
|
|
|
8cdebb7d0e
|
Translated using Weblate (German)
Currently translated at 100.0% (478 of 478 strings)
Translation: Mue/Mue Tab
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab/de/
|
2024-02-03 02:21:32 +01: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 |
|