Commit Graph

144 Commits

Author SHA1 Message Date
Mathias f3114720c7 Renamed the index.js to index.jsx 2022-08-14 01:31:37 +02:00
Mathias 64d25e34c3 Renamed the App.js to App.jsx 2022-08-14 01:31:18 +02:00
Mathias bda1a29138 Moved the index.html down one folder & updated the urls & script tags 2022-08-14 01:29:30 +02:00
Mathias 16e3990973 Created the vite configuration 2022-08-14 01:28:46 +02:00
Mathias 64c99b0430 Updated the package.json of the client to use vite instead of "create-react-app" 2022-08-14 01:28:30 +02:00
Mathias 9afd3f5edf Implemented the StatusContext into the DropdownComponent.js & removed the old logic 2022-08-09 03:03:20 +02:00
Mathias 7a06425a4f Implemented the StatusContext into the LatestTestComponent 2022-08-09 03:00:36 +02:00
Mathias 4e1bbcd453 Integrated the StatusProvider into the App component 2022-08-09 03:00:15 +02:00
Mathias 61ec268c5c Created the StatusContext 2022-08-09 02:59:57 +02:00
Mathias bfda333c3a Updated the message in the LatestTestComponent 2022-08-07 17:12:53 +02:00
Mathias 6d8036970c Updated the wiki link in the HeaderComponent 2022-08-07 17:07:42 +02:00
Mathias dccb9a2f5c Fixed a bug with the server chooser 2022-08-07 16:54:02 +02:00
Mathias 4fb008c50b Made the pulse animation on the LatestTest look better 2022-08-07 16:39:25 +02:00
Mathias 552d63926c Updated the pulse animation of the LatestTest 2022-08-07 16:32:48 +02:00
Mathias 612b1b63f8 Added new error messages to the SpeedtestComponent 2022-08-07 15:05:52 +02:00
Mathias dd621b6c7c The dropdown now closes when pressing the ESC key 2022-08-07 14:42:20 +02:00
Mathias c8efd6a334 Added a transform scale to the fadeIn keyframe 2022-08-07 14:07:57 +02:00
Mathias 9d28087706 Updated the dialog background blur to 2px and added a hover effect on the dialog icon 2022-08-07 14:07:41 +02:00
Mathias 1b981f1a65 Added some transitions to the Speedtest 2022-08-07 01:18:57 +02:00
Mathias 2d5be62f8d Added some transitions to the LatestTest 2022-08-07 01:18:53 +02:00
Mathias 6ac3c963c9 Added a hover color to the Header 2022-08-07 01:18:38 +02:00
Mathias f6c2a3490c The dropdown now changes the color on hover 2022-08-07 01:16:35 +02:00
Mathias 1bf294ba46 Added some transitions to the Dialog 2022-08-07 01:16:08 +02:00
Mathias f147107de8 Added the fadeIn keyframe 2022-08-07 00:55:52 +02:00
Mathias 86f5378746 Updated the index.html 2022-08-07 00:04:16 +02:00
Mathias 1be165a36f Updated the manifest.json 2022-08-06 23:55:09 +02:00
Mathias 62a8c24c05 The DropdownComponent now does not require a reload when changing values + minified the code 2022-08-06 23:50:29 +02:00
Mathias e065e85168 Updated the LatestTestComponent 2022-08-06 23:48:13 +02:00
Mathias 0abe89605f Updated the TestAreaComponent 2022-08-06 23:48:05 +02:00
Mathias 7862e4472a Updated the ConfigContext 2022-08-06 23:46:05 +02:00
Mathias 2d0c12bb91 Added a blur effect to the dialog 2022-08-06 23:45:47 +02:00
Mathias a7eb6899f8 Updated the dependencies of the client 2022-08-06 19:58:57 +02:00
Mathias ee5619835d Merge remote-tracking branch 'origin/development' into development 2022-08-02 23:30:29 +02:00
Mathias f95436280f Upgraded the dependency versions of the client 2022-08-02 23:29:13 +02:00
Paul Schwarz dd42a556ae Update DropdownComponent.js 2022-06-27 20:50:21 +02:00
Mathias Wagner cc0e90ad7e Removed warnings 2022-06-22 19:57:55 +02:00
Mathias Wagner bf43311b74 Optimized MySpeed & requests 2022-06-22 19:47:57 +02:00
Mathias Wagner b2ad157663 Added an option to delete a speedtest 2022-06-12 17:22:24 +02:00
Mathias Wagner 3e8054a350 Added the id to the speedtest component 2022-06-12 17:22:09 +02:00
Mathias Wagner 016fd6bad3 Added the option to update the time level into the DropdownComponent 2022-06-12 17:08:32 +02:00
Mathias Wagner 26c99024da Updated the header tooltip 2022-06-12 17:08:08 +02:00
Mathias Wagner 3c75879c26 Removed the dialog input width 2022-06-12 17:00:50 +02:00
Mathias Wagner ee54aedd71 Changed the dialog input width to 220px 2022-06-12 16:59:23 +02:00
Mathias Wagner 838777ed3b Fixed the style of the tooltip 2022-06-12 16:00:23 +02:00
Mathias Wagner 185693cdf3 Fixed the Speedtest now displaying the correct type 2022-06-12 15:55:38 +02:00
Mathias Wagner 460e2a8002 The tooltips now hide when a dialog is open 2022-06-12 15:45:58 +02:00
Mathias Wagner dee80342df Added the option to update a server manually (as before) 2022-06-12 15:44:52 +02:00
Mathias Wagner 2300477dba Added the .tooltip-invisible css property 2022-06-12 15:37:54 +02:00
Mathias Wagner 203850efb1 Moved the change server logic behind the loading process 2022-06-11 02:55:43 +02:00
Mathias Wagner 9a74e0086b Created a UI for the server changer 2022-06-11 02:54:20 +02:00