Commit Graph

788 Commits

Author SHA1 Message Date
Mathias Wagner 538bdac8ff Fixed a bug in the LoadingDialog.jsx 2023-05-28 22:01:53 +02:00
Mathias Wagner 59a4c47dd2 Fixed a display bug on WebKit-based browsers 2023-05-28 21:46:53 +02:00
Mathias Wagner 6c052f2441 Fixed a bug in the IntegrationDialog.jsx 2023-05-28 21:15:19 +02:00
Mathias Wagner 551cbefe4e Updated the index.html lang property 2023-05-28 21:02:27 +02:00
Mathias Wagner eaa97317ce Updated the asset path in the index.html 2023-05-28 20:58:16 +02:00
Mathias Wagner eba52e6736 Updated the asset path in the i18n.js 2023-05-28 20:58:10 +02:00
Mathias Wagner 512e10a654 Updated the asset path in the fonts.sass 2023-05-28 20:58:04 +02:00
Mathias Wagner 8062f6d5d8 Updated the asset path in the NodeHeader.jsx 2023-05-28 20:57:52 +02:00
Mathias Wagner d910849406 Moved all assets into the assets folder 2023-05-28 20:57:40 +02:00
Mathias Wagner 142a9a0846 Added manual chunking to the vite.config.js 2023-05-28 20:14:55 +02:00
Mathias Wagner 906ad908ec Updated the vite.config.js 2023-05-28 20:14:34 +02:00
Mathias Wagner 4d4b5f8ab7 Removed the extra manifest file from the vite pwa plugin 2023-05-28 20:14:03 +02:00
Mathias Wagner f98e9b3d83 Fixed a bug in the fonts.sass 2023-05-28 19:45:51 +02:00
Mathias Wagner f742137973 Updated the sass paths in the App.jsx 2023-05-28 19:42:38 +02:00
Mathias Wagner 474b335cee Moved App.sass -> common/styles/default.sass 2023-05-28 19:42:30 +02:00
Mathias Wagner 874a0ddb96 The App.jsx now imports all fonts locally 2023-05-28 19:41:06 +02:00
Mathias Wagner 524bca02f7 Uploaded all fonts to the fonts folder 2023-05-28 19:39:30 +02:00
Mathias Wagner 502f77c665 Removed google fonts from the index.html 2023-05-28 19:39:00 +02:00
Mathias Wagner d368883f30 Created the fonts.sass 2023-05-28 19:38:48 +02:00
Mathias Wagner 61cad3f11a Fixed scrolling in the IntegrationDialog 2023-05-28 19:32:27 +02:00
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