Commit Graph

461 Commits

Author SHA1 Message Date
Paul Schwarz 6c2eea3343 Update docs/setup/linux.md
Hinweis für den Abteil "Deinstallation"

Co-authored-by: Mathias Wagner <35641351+gnmyt@users.noreply.github.com>
2022-08-15 21:37:13 +02:00
Paul Schwarz a43c28f67c Warnung bei der Deinstallation hinzugefügt.
Sollte man im "Tran" sein und aus versehen einen anderen Command eingeben als gewollt, wäre das echt ärgerlich. So kann man simpel da entgegen wirken.
2022-08-15 15:15:56 +02:00
Mathias Wagner 93c92d3c20 Merge pull request #33 from gnmyt/features/update-time
📅 Integration der "Zeitraum festlegen" Funktion
2022-08-15 14:02:02 +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 e3c2a8ea51 Added GET /api/speedtests/averages to get speedtests by average 2022-08-15 13:07:39 +02:00
Mathias 326b5806e2 Added a default value to the tests#list method 2022-08-15 13:07:05 +02:00
Mathias c5059e3a64 Added a comment to the speedtest controller #listByDays 2022-08-15 13:06:29 +02:00
Mathias 03c1f5382d The speedtest controller now lists speedtests by average 2022-08-15 13:06:02 +02:00
Mathias e1677f6c46 The speedtest controller now lists speedtests by days 2022-08-15 13:04:05 +02:00
Mathias fdce00bab1 The speedtest controller now lists speedtests from the last hours (default: 24) 2022-08-15 13:02:17 +02:00
Mathias 92fff9607b The removeOld method now removes tests older than 30 days 2022-08-15 13:00:06 +02:00
Mathias dccfdd01a3 Updated the creation message of the speedtest task 2022-08-15 02:09:55 +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
Mathias 3585a347cd Moved the LatestTestComponent.jsx into the Home page & fixed a bug 2022-08-14 22:11:56 +02:00
Mathias c8cb8fcb46 Created an index for the TestArea component in the Home page 2022-08-14 22:11:20 +02:00
Mathias b001e4e7fb Moved the TestAreaComponent.jsx into the Home page 2022-08-14 22:11:08 +02:00
Mathias 8da005f03c Created an index for the Speedtest component 2022-08-14 22:10:44 +02:00
Mathias 6bdde9e4bc Moved the speedtest style into the Home page & updated the colors 2022-08-14 22:10:34 +02:00
Mathias ee90ace290 Moved the SpeedtestComponent.jsx into the Home page 2022-08-14 22:10:06 +02:00
Mathias 3510637b19 Created an index for the Home page 2022-08-14 22:09:37 +02:00
Mathias 063749fcab Moved the Home page into the pages directory 2022-08-14 22:09:29 +02:00
Mathias 6db7431c1b Moved the header style into the Header common components & updated the colors 2022-08-14 22:08:50 +02:00
Mathias 3dce64ed84 Created an index for the Header component 2022-08-14 22:08:26 +02:00
Mathias 973da5ddde Moved the HeaderComponent.jsx to the common directory & minified code 2022-08-14 22:08:16 +02:00
Mathias c36b2f91a3 Moved the dropdown style into the Dropdown common components & updated the colors 2022-08-14 22:07:24 +02:00
Mathias 243543716a Created an index for the Dropdown component 2022-08-14 22:07:00 +02:00
Mathias 12506783d6 Moved the DropdownComponent.jsx to the common directory & minified code 2022-08-14 22:06:47 +02:00
Mathias 4743f3edbd Created an index for the Status context 2022-08-14 22:05:43 +02:00
Mathias 2573e82bb3 Moved the StatusContext.jsx to the common directory 2022-08-14 22:05:24 +02:00
Mathias f99fb1da9d Created an index for the Speedtests context 2022-08-14 22:05:05 +02:00
Mathias 9f002710f3 Moved the SpeedtestContext.jsx to the common directory 2022-08-14 22:04:49 +02:00
Mathias 15b7bf56a9 Moved the dialog style into the Dialog common context & updated the colors 2022-08-14 22:04:35 +02:00
Mathias 3895b96927 Created an index for the Dialog context 2022-08-14 22:04:12 +02:00
Mathias c817a5a3cc Moved the DialogContext.jsx to the common directory 2022-08-14 22:04:04 +02:00
Mathias 6a8b269416 Created an index for the Config context 2022-08-14 22:03:40 +02:00
Mathias 996845710d Moved the ConfigContext.jsx to the common directory 2022-08-14 22:03:29 +02:00
Mathias 5d95c7d9b4 The App.sass now uses the colors from the common styles directory 2022-08-14 22:03:06 +02:00
Mathias 159ecbc61b Removed thr TestAreaComponent from the components directory 2022-08-14 22:02:34 +02:00