Commit Graph

768 Commits

Author SHA1 Message Date
Mathias Wagner
1679b9dd86 Removed log statements from the IntegrationDialog.jsx 2023-05-28 19:12:26 +02:00
Mathias Wagner
c471e30b68 The IntegrationItemHeader.jsx now updates every second 2023-05-28 19:09:39 +02:00
Mathias Wagner
fcf17ed69c Added gotify to the en.json locale file 2023-05-28 19:03:34 +02:00
Mathias Wagner
bb07f16c8e Added gotify to the de.json locale file 2023-05-28 19:03:23 +02:00
Mathias Wagner
22e52f3185 Updated the client package.json 2023-05-28 18:48:15 +02:00
dependabot[bot]
da5a55303d Bump vite from 4.3.8 to 4.3.9 in /client
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.3.8 to 4.3.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/v4.3.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>
2023-05-26 22:01:35 +00:00
Mathias Wagner
2e64dc6060 Merge pull request #299 from gnmyt/dependabot/npm_and_yarn/client/types/react-18.2.7
Bump @types/react from 18.2.6 to 18.2.7 in /client
2023-05-25 19:51:21 +02:00
dependabot[bot]
c04470964f Bump @types/react from 18.2.6 to 18.2.7 in /client
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.6 to 18.2.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

---
updated-dependencies:
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-24 22:01:29 +00:00
dependabot[bot]
ec49cc2c1d Bump vite-plugin-pwa from 0.15.0 to 0.15.1 in /client
Bumps [vite-plugin-pwa](https://github.com/antfu/vite-plugin-pwa) from 0.15.0 to 0.15.1.
- [Release notes](https://github.com/antfu/vite-plugin-pwa/releases)
- [Commits](https://github.com/antfu/vite-plugin-pwa/compare/v0.15.0...v0.15.1)

---
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>
2023-05-24 22:01:02 +00:00
Mathias Wagner
55e3b7573c Updated the english translation file 2023-05-24 21:57:15 +02:00
Mathias Wagner
e09915ab92 Added input validation to the IntegrationItem.jsx 2023-05-23 21:57:37 +02:00
Mathias Wagner
4503698672 Added the error-border, error-item & item-error-border classes to the IntegrationItem styles.sass 2023-05-23 21:56:27 +02:00
Mathias Wagner
d2978a7900 Fixed a bug in the IntegrationItem.jsx 2023-05-23 20:36:31 +02:00
Mathias Wagner
edfefbc888 Removed the hardcoded german statements from the IntegrationItemHeader.jsx 2023-05-23 20:00:20 +02:00
Mathias Wagner
d330c8c663 Added the activity translations to the de.json 2023-05-23 20:00:05 +02:00
Mathias Wagner
8b6d8b3db7 Removed the unused styles 2023-05-23 19:56:13 +02:00
Mathias Wagner
8b59aefbc5 Moved the entire integration item header -> IntegrationItem.jsx 2023-05-23 19:56:07 +02:00
Mathias Wagner
be5894fec9 Created the IntegrationItemHeader.jsx styles.sass 2023-05-23 19:55:50 +02:00
Mathias Wagner
201eac4204 Created the IntegrationItemHeader.jsx index 2023-05-23 19:55:46 +02:00
Mathias Wagner
a2c6f85888 Created the IntegrationItemHeader.jsx component 2023-05-23 19:55:32 +02:00
Mathias Wagner
acd0f15946 Simplified the code in the IntegrationDialog.jsx 2023-05-23 19:44:20 +02:00
Mathias Wagner
8131430c60 Removed unused styles from the IntegrationDialog styles.sass 2023-05-23 19:29:13 +02:00
Mathias Wagner
fffefceab9 Simplified the code in the IntegrationDialog.jsx 2023-05-23 19:28:58 +02:00
Mathias Wagner
4b9eab133a Created the NoIntegrationsTab.jsx styles.sass 2023-05-23 19:28:48 +02:00
Mathias Wagner
c43af27a73 Created the NoIntegrationsTab.jsx index 2023-05-23 19:28:41 +02:00
Mathias Wagner
9ff8d7d04a Created the NoIntegrationsTab.jsx component 2023-05-23 19:28:34 +02:00
Mathias Wagner
fb267ab412 Created the IntegrationAddButton.jsx styles.sass 2023-05-23 19:28:23 +02:00
Mathias Wagner
2723299eaf Created the IntegrationAddButton.jsx index 2023-05-23 19:28:15 +02:00
Mathias Wagner
c9409c9c28 Created the IntegrationAddButton.jsx component 2023-05-23 19:28:10 +02:00
Mathias Wagner
4d597dff53 Removed the user-select property from the Dialog styles.sass 2023-05-23 19:14:01 +02:00
Mathias Wagner
b831636192 Integrated the AvailableIntegrations component into the IntegrationDialog.jsx 2023-05-23 19:12:00 +02:00
Mathias Wagner
b11c599b5c Migrated the available integration style from IntegrationDialog.jsx -> AvailableIntegrations.jsx 2023-05-23 19:11:17 +02:00
Mathias Wagner
003628ec97 Created the AvailableIntegrations.jsx index 2023-05-23 19:10:50 +02:00
Mathias Wagner
db65ea64dd Created the AvailableIntegrations.jsx component 2023-05-23 19:10:36 +02:00
Mathias Wagner
7bf1c31142 Added the integrations.create translation 2023-05-23 19:09:53 +02:00
Mathias Wagner
c31757ebb6 Integrated the new LoadingDialog into the HeaderComponent.jsx 2023-05-23 17:19:21 +02:00
Mathias Wagner
f6787f4281 Added a loading animation to the IntegrationDialog.jsx 2023-05-23 17:19:01 +02:00
Mathias Wagner
12b9789036 Updated the exports of the LoadingDialog.jsx 2023-05-23 17:18:43 +02:00
Mathias Wagner
b206ee399c Updated the classname of the SpeedtestDialog 2023-05-23 17:18:31 +02:00
Mathias Wagner
38c5faa98e Renamed SpeedtestDialog.jsx -> LoadingDialog.jsx 2023-05-23 17:18:05 +02:00
Mathias Wagner
edd1b759fc Added the send_recommendations & send_config_updates translations to the de.json 2023-05-23 16:57:07 +02:00
Mathias Wagner
57d51d64ef Migrated field placeholder to local language placeholders 2023-05-23 15:51:54 +02:00
Mathias Wagner
ff442038fa Added the field placeholder to the language json file (de.json) 2023-05-23 15:49:53 +02:00
Mathias Wagner
2b2e8a603d Added fontawesome in the App.jsx 2023-05-22 22:12:19 +02:00
Mathias Wagner
08a4affaa7 Integrated the IntegrationDialog into the DropdownComponent.jsx 2023-05-22 22:11:56 +02:00
Mathias Wagner
4184774d1e Created the IntegrationDialog index 2023-05-22 22:11:45 +02:00
Mathias Wagner
846df6b700 Created the IntegrationDialog styles.sass 2023-05-22 22:11:41 +02:00
Mathias Wagner
a5ecefb9e3 Created the IntegrationDialog.jsx 2023-05-22 22:11:36 +02:00
Mathias Wagner
52ef916fcb Created the IntegrationItem index 2023-05-22 22:11:27 +02:00
Mathias Wagner
1e56ae8ea0 Created the IntegrationItem style 2023-05-22 22:11:24 +02:00