Commit Graph

3819 Commits

Author SHA1 Message Date
github-actions[bot]
33a3ea928d Merge pull request #1349 from gnmyt/dependabot/npm_and_yarn/client/lodash-4.17.23
chore(deps): bump lodash from 4.17.21 to 4.17.23 in /client
2026-01-22 03:17:25 +00:00
dependabot[bot]
8c368cf540 chore(deps): bump lodash from 4.17.21 to 4.17.23 in /client
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.21 to 4.17.23.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.17.23)

---
updated-dependencies:
- dependency-name: lodash
  dependency-version: 4.17.23
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-22 03:17:11 +00:00
Mathias Wagner
5246aaca5d Merge pull request #1347 from gnmyt/features/custom-librespeed-server
⚙️ Custom Librespeed server
2026-01-20 22:54:37 +01:00
Mathias Wagner
eec2d27cc6 Update localization files for custom server URL placeholder adjustments 2026-01-20 22:54:11 +01:00
Mathias Wagner
e2b6a2aa8f Add custom server URL support for LibreSpeed in Provider Dialog 2026-01-20 22:42:42 +01:00
Mathias Wagner
4b06b320c6 Add server-side logic for LibreSpeed 2026-01-20 22:38:26 +01:00
github-actions[bot]
e4d4895faa Merge pull request #1346 from gnmyt/dependabot/npm_and_yarn/client/types/react-19.2.9
chore(deps-dev): bump @types/react from 19.2.8 to 19.2.9 in /client
2026-01-20 21:23:23 +00:00
dependabot[bot]
d3b82eda20 chore(deps-dev): bump @types/react from 19.2.8 to 19.2.9 in /client
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 19.2.8 to 19.2.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

---
updated-dependencies:
- dependency-name: "@types/react"
  dependency-version: 19.2.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-20 21:23:13 +00:00
github-actions[bot]
6dd0b181ae Merge pull request #1345 from gnmyt/dependabot/npm_and_yarn/client/i18next-25.8.0
chore(deps): bump i18next from 25.7.4 to 25.8.0 in /client
2026-01-20 21:23:12 +00:00
dependabot[bot]
6d022f894f chore(deps): bump i18next from 25.7.4 to 25.8.0 in /client
Bumps [i18next](https://github.com/i18next/i18next) from 25.7.4 to 25.8.0.
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/i18next/i18next/compare/v25.7.4...v25.8.0)

---
updated-dependencies:
- dependency-name: i18next
  dependency-version: 25.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-20 21:23:00 +00:00
Mathias Wagner
bef1d12ba7 Merge pull request #1344 from gnmyt/features/jitter
🌊 Jitter
2026-01-20 22:03:50 +01:00
Mathias Wagner
b505441160 Use icon instead of +- for jitter display 2026-01-20 22:02:55 +01:00
Mathias Wagner
73f8d2b52b Update visual hierarchy in Home components 2026-01-20 21:57:52 +01:00
Mathias Wagner
754117cea2 Improve header styling 2026-01-20 21:54:16 +01:00
Mathias Wagner
84f47f89d3 Add jitter to UI 2026-01-20 21:46:24 +01:00
Mathias Wagner
24f0259bfc Update integration templates 2026-01-20 21:35:54 +01:00
Mathias Wagner
6f5db84a17 Update data parsers to include jitter 2026-01-20 21:35:48 +01:00
Mathias Wagner
c1f87f723b Add jitter to speedtest controller and task 2026-01-20 21:35:40 +01:00
Mathias Wagner
639679bf2c Add jitter to prometheus endpoint 2026-01-20 21:35:28 +01:00
Mathias Wagner
efe3e63569 Add jitter to Speedtest model 2026-01-20 21:35:15 +01:00
Mathias Wagner
3ba3bfae84 Replace InputDialogProvider with AlertProvider and update locale strings with descriptions 2026-01-20 20:51:17 +01:00
Mathias Wagner
e1fd181776 Migrate CreateNodeDialog and NodeContainer to use useAlert and update styling 2026-01-20 20:51:07 +01:00
Mathias Wagner
4f0976423a Migrate alert system to use useAlert hook 2026-01-20 20:50:43 +01:00
Mathias Wagner
1a2ab8f666 Migrate tooltip system from Speedtest component to new system 2026-01-20 20:50:28 +01:00
Mathias Wagner
54121f8376 Add DialogContext#forceClose 2026-01-20 20:45:52 +01:00
Mathias Wagner
431b1ca81d Migrate Tooltips and OptimalValuesDialog to new system 2026-01-20 20:45:43 +01:00
Mathias Wagner
55cacb68ec Remove InputDialog usage, migrate Dropdown dialogs to independent components, and clean up legacy utils 2026-01-20 20:45:27 +01:00
Mathias Wagner
b084f28a6b Create PauseDialog component 2026-01-20 20:45:05 +01:00
Mathias Wagner
e0bbd6cf7c Create PasswordDialog component 2026-01-20 20:44:33 +01:00
Mathias Wagner
25c58d2f44 Refactor LanguageDialog, ProviderDialog, and IntegrationDialog to use new Dialog component and standardize context management 2026-01-20 20:43:55 +01:00
Mathias Wagner
feffb308c5 Fix styling in WelcomeDialog 2026-01-20 20:41:33 +01:00
Mathias Wagner
81f694eda9 Create Tooltip component 2026-01-20 20:34:17 +01:00
Mathias Wagner
5e93070a7d Refactor StorageDialog to use new Dialog component and simplify context usage 2026-01-20 20:33:43 +01:00
Mathias Wagner
7b0cd70f6c Create FrequencyDialog 2026-01-20 20:33:28 +01:00
Mathias Wagner
ec16b87aa6 Remove InputDialog and replace with new AlertContext implementation 2026-01-20 20:33:07 +01:00
Mathias Wagner
0cc44355e8 Enhance design of AboutDialog 2026-01-20 20:30:11 +01:00
Mathias Wagner
b4af3d809f Merge pull request #1083 from gnmyt/fixes/cloudflare-cli
☁️ Fix Cloudflare Speed
2026-01-20 00:33:19 +01:00
Mathias Wagner
12ed527ad8 Update binary path 2026-01-20 00:33:09 +01:00
Mathias Wagner
b80ec733a9 Merge pull request #745 from gnmyt/updates/new-documentation
📚 New Documentation
2026-01-20 00:28:00 +01:00
Mathias Wagner
51e8839205 Update github workflow and package.json 2026-01-20 00:27:32 +01:00
Mathias Wagner
63bccddbb3 Update github workflow 2026-01-20 00:25:06 +01:00
Mathias Wagner
a1d12cacc1 Merge branch 'development' into updates/new-documentation 2026-01-20 00:23:53 +01:00
Mathias Wagner
e86b6bbc45 Merge pull request #1343 from gnmyt/updates/redesign
🎨 Redesign
2026-01-20 00:17:02 +01:00
Mathias Wagner
721b177918 Update styling and import necessary components for error handling in App.jsx 2026-01-20 00:08:39 +01:00
Mathias Wagner
1195307d52 Update charts with light mode support and consistency improvements 2026-01-20 00:08:23 +01:00
Mathias Wagner
452c430bdd Create RouteError page 2026-01-20 00:06:51 +01:00
Mathias Wagner
a734323f38 Create NotFound page 2026-01-20 00:06:39 +01:00
Mathias Wagner
68a3b10bfc Update dialog stylings 2026-01-20 00:06:24 +01:00
Mathias Wagner
395d47521e Update design of OptimalValuesDialog 2026-01-20 00:06:16 +01:00
Mathias Wagner
20cdee1e36 Integrate AlertDialog into HeaderComponent 2026-01-20 00:06:00 +01:00