Commit Graph

597 Commits

Author SHA1 Message Date
dependabot[bot] 1714879590 Bump vite-plugin-pwa from 0.12.3 to 0.12.4 in /client
Bumps [vite-plugin-pwa](https://github.com/antfu/vite-plugin-pwa) from 0.12.3 to 0.12.4.
- [Release notes](https://github.com/antfu/vite-plugin-pwa/releases)
- [Commits](https://github.com/antfu/vite-plugin-pwa/compare/v0.12.3...v0.12.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-01 13:50:33 +00:00
Mathias Wagner 3536872912 Merge pull request #63 from gnmyt/dependabot/npm_and_yarn/client/sass-1.54.8
Bump sass from 1.54.6 to 1.54.8 in /client
2022-09-01 15:49:36 +02:00
dependabot[bot] ebc4fbd648 Bump sass from 1.54.6 to 1.54.8 in /client
Bumps [sass](https://github.com/sass/dart-sass) from 1.54.6 to 1.54.8.
- [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.6...1.54.8)

---
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-31 22:00:42 +00:00
Mathias Wagner bf48a6c706 Merge pull request #62 from gnmyt/updates/version-1.0.4
🆕 Version 1.0.4 Update
v1.0.4
2022-08-31 09:25:46 +02:00
Mathias Wagner adcf13f5e7 Updated the client version to 1.0.4 2022-08-31 09:18:03 +02:00
Mathias Wagner 818b2751d0 Updated the server version to 1.0.4 2022-08-31 09:17:37 +02:00
Mathias Wagner 79c664fb79 Merge pull request #61 from gnmyt/dependabot/npm_and_yarn/moment-timezone-0.5.37
Bump moment-timezone from 0.5.34 to 0.5.37
2022-08-31 01:59:50 +02:00
dependabot[bot] 896aede91f Bump moment-timezone from 0.5.34 to 0.5.37
Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.34 to 0.5.37.
- [Release notes](https://github.com/moment/moment-timezone/releases)
- [Changelog](https://github.com/moment/moment-timezone/blob/develop/changelog.md)
- [Commits](https://github.com/moment/moment-timezone/compare/0.5.34...0.5.37)

---
updated-dependencies:
- dependency-name: moment-timezone
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-30 23:57:37 +00:00
Mathias Wagner eefe42d874 Merge pull request #51 from gnmyt/updates/optimizations
🚀 Optimierungen am Code
2022-08-31 01:57:09 +02:00
Mathias Wagner 5c22fed1d7 The speedtest icon is now hidden if the status is paused 2022-08-31 01:54:00 +02:00
Mathias Wagner d434189bc8 Updated the icon & the classes of the update available icon 2022-08-31 01:46:02 +02:00
Mathias Wagner a489a24f1f Added a custom keyframe for the update icon 2022-08-31 01:45:26 +02:00
Mathias Wagner 29d8ff76a6 Added the orange hover color 2022-08-31 01:45:02 +02:00
Mathias Wagner f6cbb7aeb6 Fixed the formatting in the info.jsx 2022-08-31 01:38:23 +02:00
Mathias Wagner 666c4981c5 Fixed a bug in the LatestTestComponent.jsx 2022-08-31 01:33:55 +02:00
Mathias Wagner 3813639ac0 Fixed a bug in the DropdownComponent.jsx 2022-08-31 01:33:47 +02:00
Mathias Wagner ea7eb926f4 The DropdownComponent.jsx cron now displays the current cron expression to help the user 2022-08-31 01:13:23 +02:00
Mathias Wagner 69f5bea01b Created the DropdownComponent.jsx utils 2022-08-31 01:12:43 +02:00
Mathias Wagner 6d4ca4189b Added the updateDescription function to the DialogContext.jsx 2022-08-31 01:11:49 +02:00
Mathias Wagner bcdbde23ab Added the cron-parser dependency to the client 2022-08-31 01:11:34 +02:00
Mathias Wagner 213bbc94dc Fixed a bug with hoverable tooltips 2022-08-31 00:37:57 +02:00
Mathias Wagner ad38c32d0e Upgraded the client dependencies 2022-08-31 00:35:03 +02:00
Mathias Wagner 00d40ca629 Cleaned up the code in the styles.sass of the LatestTest 2022-08-31 00:33:48 +02:00
Mathias Wagner 48d28e1a05 Cleaned up the code in the StatusContext.jsx 2022-08-31 00:31:00 +02:00
Mathias Wagner 9561b028d7 Cleaned up the code in the StatusContext.jsx 2022-08-31 00:30:03 +02:00
Mathias Wagner 0fbb803dcd Cleaned up the code in the LatestTestComponent.jsx 2022-08-31 00:28:01 +02:00
Mathias Wagner f696e776f9 Moved LatestTestComponent.jsx dialogs -> dialogs.jsx 2022-08-31 00:27:47 +02:00
Mathias Wagner 2f8bb4eae9 Added vite pwa to the vite plugins array 2022-08-31 00:12:58 +02:00
Mathias Wagner f7eaa36bea Added the vite pwa plugin to the dependencies 2022-08-31 00:12:30 +02:00
Mathias Wagner 0cf5a660fb Optimized the mobile version of the Speedtest 2022-08-30 23:47:22 +02:00
Mathias Wagner 66afbc8332 Optimized the mobile version of the LatestTest 2022-08-30 23:47:14 +02:00
Mathias Wagner b484237052 Optimized the mobile version of the Header 2022-08-30 23:47:08 +02:00
Mathias Wagner 3037af120f Made the scrollbar smaller on mobile devices 2022-08-30 23:46:54 +02:00
Mathias Wagner 42a4770e6b Added a mobile break div to the LatestTestComponent.jsx 2022-08-30 23:46:43 +02:00
Mathias Wagner 6211b64bda Added the apple touch icon to the index.html 2022-08-30 23:46:29 +02:00
Mathias Wagner b4625be817 Added the 192x192 logo to the manifest.json 2022-08-30 23:46:03 +02:00
Mathias Wagner 92159603dc Created the 192x192 logo for mobile devices 2022-08-30 23:45:49 +02:00
Mathias Wagner e72b1729ef Merge pull request #56 from pavl21/patch-13
Startseite zu Oberfläche angepasst
2022-08-30 22:20:54 +02:00
Paul Schwarz ce10155bc4 Update main.md 2022-08-30 22:17:55 +02:00
Paul Schwarz d38251fdaa Startseite zu Oberfläche angepasst 2022-08-30 21:52:55 +02:00
Mathias Wagner 7eebfc5a86 Merge pull request #54 from pavl21/patch-11
Farben beim Ablauf optimiert
2022-08-30 21:47:18 +02:00
Mathias Wagner 2964fde009 A running test now shows a pulse in the header 2022-08-30 21:43:54 +02:00
Mathias Wagner 86feaeae64 Created a test running animation 2022-08-30 21:43:37 +02:00
Paul Schwarz 73c018f1b0 Farben beim Ablauf optimiert
Vorher war im Download und Installprozess alles Lila, dies wird hier angepasst.
2022-08-30 21:36:39 +02:00
Mathias Wagner ae88a2caf3 Cleaned up the code in the SpeedtestContext.jsx 2022-08-30 21:17:01 +02:00
Mathias Wagner c03c079e01 Removed a debug statement in the DialogContext.jsx 2022-08-30 20:05:06 +02:00
Mathias Wagner 4564e1289d The DropdownComponent.jsx now closes if clicked outside the component 2022-08-30 20:04:32 +02:00
Mathias Wagner 858feff916 Added an id to the open dropdown entry in the HeaderComponent.jsx 2022-08-30 20:03:58 +02:00
Mathias Wagner c10d4de322 Fixed a bug in the DialogContext.jsx 2022-08-30 20:02:30 +02:00
Mathias Wagner b5b7698916 Cleaned up the code in the DialogContext.jsx & fixed the tooltip bug 2022-08-30 18:50:22 +02:00