Commit Graph

429 Commits

Author SHA1 Message Date
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
Mathias ae246c9fed Created the TestUtil.js for all utilities related to speedtests 2022-08-14 22:02:01 +02:00
Mathias 95ebeeb8ef Removed the HelperFunctions.js 2022-08-14 22:01:09 +02:00
Mathias 41b0d3edb7 Moved all colors into the common styles directory 2022-08-14 22:00:57 +02:00
Mathias 0e214af65a Created the jsconfig.json to help editors with the @ alias 2022-08-14 22:00:38 +02:00
Mathias 71f6efe8dc Created an @ alias in the vite config 2022-08-14 22:00:17 +02:00
Mathias 60e04e4e26 Created the pull request template 2022-08-14 03:23:48 +02:00
Mathias e9694744a6 Created the dependabot.yml 2022-08-14 03:12:14 +02:00
Mathias b99a534369 Updated the client dependencies 2022-08-14 03:09:23 +02:00
Mathias 89d3a67e38 Added funding for everyone that wants to support the project <3 2022-08-14 03:04:24 +02:00
Mathias 58fd7c3737 Updated the binary to the newest 1.2.0 2022-08-14 03:03:16 +02:00
Mathias Wagner 83dd113814 Merge pull request #30 from gnmyt/updates/vitejs
⬆️ Migration auf ViteJS
2022-08-14 02:57:55 +02:00
Mathias 3692225fa4 Removed one div from the SpeedtestComponent.jsx 2022-08-14 02:04:07 +02:00
Mathias d4188dfd1d Updated the client version to 1.0.3 2022-08-14 01:57:28 +02:00
Mathias 2a6db91537 Fixed the vite build script in the client package.json 2022-08-14 01:56:14 +02:00
Mathias ba4f94146d Renamed the TestAreaComponent component to TestAreaComponent.jsx 2022-08-14 01:34:26 +02:00
Mathias 375426f4b6 Renamed the SpeedtestComponent component to SpeedtestComponent.jsx 2022-08-14 01:34:10 +02:00
Mathias 9fe524bf08 Renamed the LatestTestComponent component to LatestTestComponent.jsx 2022-08-14 01:33:53 +02:00
Mathias 22193e4f1f Renamed the HeaderComponent component to HeaderComponent.jsx 2022-08-14 01:33:40 +02:00
Mathias c1c23f3004 Renamed the DropdownComponent component to DropdownComponent.jsx 2022-08-14 01:33:30 +02:00
Mathias 5959250c73 Renamed the ConfigContext context to ConfigContext.jsx 2022-08-14 01:32:59 +02:00
Mathias 906d57b096 Renamed the DialogContext context to DialogContext.jsx 2022-08-14 01:32:48 +02:00
Mathias 685c80fbcc Renamed the SpeedtestContext context to SpeedtestContext.jsx 2022-08-14 01:32:39 +02:00
Mathias 0da6e917e6 Renamed the StatusContext context to StatusContext.jsx 2022-08-14 01:32:21 +02:00
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 e9b106d379 Updated the client start script to use the "dev"-script instead of the "start" script 2022-08-14 01:30:52 +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 d6c89c603f The "create release" action now automatically uploads the newest release to the docker hub v1.0.3 2022-08-10 22:36:01 +02:00