Commit Graph

238 Commits

Author SHA1 Message Date
Mathias Wagner
4f871046e5 Moved ConfigContext.jsx dialog -> dialog.jsx 2022-08-30 18:47:19 +02:00
Mathias Wagner
83a81104ea Cleaned up the code in the HeaderComponent.jsx 2022-08-30 18:29:24 +02:00
Mathias Wagner
c29e3b0ba7 Moved HeaderComponent.jsx infos -> infos.js 2022-08-30 18:26:57 +02:00
Mathias Wagner
2384d8c285 Cleaned up the code in the SpeedtestComponent.jsx 2022-08-30 18:06:54 +02:00
Mathias Wagner
cd64a0b30b Moved SpeedtestComponent.jsx infos -> infos.js 2022-08-30 18:05:34 +02:00
Mathias Wagner
5c7334c234 Moved SpeedtestComponent.jsx errors -> errors.js 2022-08-30 18:05:20 +02:00
Mathias Wagner
39a2366e49 Moved SpeedtestComponent.jsx tooltips -> tooltips.js 2022-08-30 18:05:09 +02:00
Mathias Wagner
63ebf171ca Changed the order of the functions in the DropdownComponent.jsx 2022-08-30 17:44:18 +02:00
Mathias Wagner
ceff77829f Moved unsetButtonText -> unsetButton in DialogContext.jsx 2022-08-30 17:30:16 +02:00
Mathias Wagner
1c21adb556 Cleaned up the code of the DropdownComponent.jsx 2022-08-30 17:29:32 +02:00
Mathias Wagner
b95a6934f6 Moved the dialog infos of the DropdownComponent.jsx into a separate file 2022-08-30 17:28:56 +02:00
Mathias Wagner
1ee901e406 Moved the options of the DropdownComponent.jsx into a separate file 2022-08-30 17:28:45 +02:00
Mathias Wagner
7b282df466 Removed the deprecation warning in the client 2022-08-30 17:14:26 +02:00
Mathias Wagner
521bfc1319 Created an easier utility to send requests. This cleans some code up 2022-08-30 17:13:59 +02:00
Mathias Wagner
ac62cdcc18 Added the unit to the placeholder in the update methods 2022-08-30 15:26:23 +02:00
Mathias Wagner
0cbe7611a0 Added a message in thr TestAreaComponent.jsx if no tests exists 2022-08-29 20:23:35 +02:00
Mathias Wagner
5629e5ffe1 Added the styling for the TestAreaComponent.jsx (error text) 2022-08-29 20:17:41 +02:00
Mathias Wagner
aa02acd445 MySpeed now displays N/A at the latest test if no test has been made yet 2022-08-29 19:57:54 +02:00
Mathias Wagner
01bbb541d1 Updated the return value of the generateRelativeTime method to "N/A" 2022-08-29 19:54:32 +02:00
Mathias Wagner
16b8e14b3f Added a method to update the cron expression manually 2022-08-29 12:47:25 +02:00
Mathias Wagner
b4ec5e6758 Moved the time level functions to a cron function in the DropdownComponent.jsx 2022-08-29 12:46:27 +02:00
Mathias Wagner
36bcf4ac7c Fixed a bug in the patch dialog in the DropdownComponent.jsx 2022-08-29 12:45:05 +02:00
Mathias Wagner
5e0835b98f Added the "Healthchecks" dropdown entry into the DropdownComponent.jsx 2022-08-28 22:34:31 +02:00
Mathias Wagner
20c3b356c4 Integrated the update integration function into the DropdownComponent.jsx 2022-08-28 22:32:58 +02:00
Mathias Wagner
1e7f110b22 Integrated the show integration info function into the DropdownComponent.jsx 2022-08-28 22:32:14 +02:00
Mathias Wagner
17e7d52040 The reset button in the password dialog now only appears if the password is set 2022-08-28 22:31:01 +02:00
Mathias Wagner
7cab39e10a Fixed a bug in the patch dialog (DropdownComponent) 2022-08-28 22:29:46 +02:00
Mathias Wagner
c6d9f59231 Made the a tag green in the Dialog context 2022-08-28 22:13:29 +02:00
Mathias Wagner
fb89d9ff83 The start icon now also turns red when the tests are stopped 2022-08-27 17:23:56 +02:00
Mathias Wagner
c70915a392 Implemented the running status into the HeaderComponent.jsx 2022-08-27 17:16:23 +02:00
Mathias Wagner
8f08bdd669 Removed the promise from the DialogContext.jsx 2022-08-27 17:15:54 +02:00
Mathias Wagner
bcacb3607e The StatusContext.jsx now supports the 'running'-field & runs every 5 seconds 2022-08-27 17:14:22 +02:00
Mathias Wagner
9af4363453 Updated the hover color of the red icon 2022-08-27 17:03:00 +02:00
dependabot[bot]
abf0bfe3bc Bump vite from 3.0.7 to 3.0.9 in /client
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 3.0.7 to 3.0.9.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v3.0.9/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-27 10:02:08 +00:00
dependabot[bot]
e35e63cd0d Bump sass from 1.54.4 to 1.54.5 in /client
Bumps [sass](https://github.com/sass/dart-sass) from 1.54.4 to 1.54.5.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.54.4...1.54.5)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-19 23:01:38 +00:00
Mathias
43cfae205b Fixed the empty input submit bug in the DialogContext.jsx 2022-08-15 23:23:37 +02:00
Mathias
7a1fc37c3d Fixed a bug in the LatestTestComponent.jsx 2022-08-15 13:56:44 +02:00
Mathias
16f350c627 Fixed a bug in the SpeedtestContext.jsx 2022-08-15 13:54:36 +02:00
Mathias
bba1c22255 Updated the average info dialog of the SpeedtestComponent 2022-08-15 13:26:53 +02:00
Mathias
1ca686e5f8 The SpeedtestComponent now supports average speedtests 2022-08-15 13:14:58 +02:00
Mathias
a27317af28 Added a semicolon to the TestAreaComponent.jsx 2022-08-15 13:13:21 +02:00
Mathias
856530fc4b The TestAreaComponent now supports average tests, calculates an id and adds the amount field to the speedtest 2022-08-15 13:12:19 +02:00
Mathias
5a34265170 The SpeedtestContext now loads the speedtests by the specified time level from the local storage 2022-08-15 13:11:15 +02:00
Mathias
66dbf61815 Integrated a logic into the new dropdown item 2022-08-15 13:10:23 +02:00
Mathias
a240fe8547 Added the dropdown option "Zeitraum festlegen" 2022-08-15 13:09:11 +02:00
Mathias Wagner
42ebf07687 Merge pull request #32 from gnmyt/updates/folder-structure
📁 Änderungen an der Ordnerstruktur
2022-08-14 22:27:17 +02:00
Mathias
a8e19c86f1 Updated the App.jsx to match the new Home page component 2022-08-14 22:14:02 +02:00
Mathias
d334050e28 Moved the LatestTest style into the Home page & updated the colors 2022-08-14 22:13:21 +02:00
Mathias
b5db973f16 Created an index for the LatestTest component in the Home page 2022-08-14 22:12:58 +02:00
Mathias
de775ad4a2 Added the generateRelativeTime method into the utils.js of the LatestTest component 2022-08-14 22:12:26 +02:00