Commit Graph

617 Commits

Author SHA1 Message Date
b9d7062eba Added the color & setColors props to the Header in the App.jsx 2023-06-02 20:21:48 +02:00
917dec35d0 Integrated the ColorDialog into the Header.jsx 2023-06-02 20:20:47 +02:00
83a639840d Created the ColorDialog styles.sass 2023-06-02 20:20:01 +02:00
ad3b6f4987 Created the ColorDialog index.js 2023-06-02 20:19:51 +02:00
973934ce74 Created the ColorDialog.jsx 2023-06-02 20:19:47 +02:00
f6e22d9698 Created the DialogContext styles.sass 2023-06-02 20:19:37 +02:00
22d258f4b0 Created the DialogContext index.js 2023-06-02 20:15:16 +02:00
8109ff985c Created the DialogContext.jsx 2023-06-02 20:15:11 +02:00
a3f940263f Added the disabled property to the Button.jsx 2023-06-02 18:54:03 +02:00
c4893b92b7 Removed the connectionFailed border with a toast message 2023-06-02 18:53:50 +02:00
6ba86ba19f Added the Update software to update all packages on the system 2023-06-02 17:26:17 +02:00
d4f9975f53 Uploaded the update.webp 2023-06-02 17:26:17 +02:00
fa1c9554b7 Added a custom buttonText to the ConfigurationArea.jsx 2023-06-02 17:26:17 +02:00
d5b17aa842 Added the ErrorElement to the main.jsx 2023-06-02 17:26:17 +02:00
2b73dc0cf3 Removed the index.js from the import statements in the InstallSoftware.jsx 2023-06-02 17:26:17 +02:00
5b6f98b836 Removed the index.js from the import statements in the RemoteSFTP.jsx 2023-06-02 17:26:17 +02:00
1a6a3f0787 Removed the index.js from the import statements in the RemoteSSH.jsx 2023-06-02 17:26:17 +02:00
2ad599c471 Removed the index.js from the import statements in the Home.jsx 2023-06-02 17:26:17 +02:00
4069e08df1 Added refs to the routes index.jsx 2023-06-02 17:26:17 +02:00
01c8d01783 Implemented transition support in the Content.jsx 2023-06-02 17:26:17 +02:00
aeedf51121 Added transitions to the Content styles.sass 2023-06-02 17:26:16 +02:00
da91440034 Implemented the browser router in the main.jsx 2023-06-02 17:26:16 +02:00
602f00111c Removed the BrowserRouter from the App.jsx 2023-06-02 17:26:16 +02:00
fa2f5a90d3 Added the react-transition-group dependency to the client package.json 2023-06-02 17:26:16 +02:00
6b04de8cd8 Added a way to change the primary color in the App.jsx 2023-06-02 17:26:16 +02:00
d46bca3e39 Made the primary color use the --primary variable 2023-06-02 17:26:16 +02:00
c25f3b92fe Created the ToastNotification index.js 2023-06-02 17:26:16 +02:00
8669b7b0d1 Created the ToastNotification styles.sass 2023-06-02 17:26:16 +02:00
89c4e6d545 Created the ToastNotification.jsx 2023-06-02 17:26:16 +02:00
6c05da0988 The search box in the SidebarContent.jsx now works 2023-06-02 17:26:16 +02:00
3518b9b8a5 Integrated the RemoteSSH & RemoteSFTP components into the routes 2023-06-02 17:26:16 +02:00
b1e65028a1 Created the RemoteSSH styles.sass 2023-06-02 17:26:16 +02:00
a9701cfc88 Created the RemoteSSH index.js 2023-06-02 17:26:16 +02:00
23121787d1 Created the RemoteSSH.jsx 2023-06-02 17:26:16 +02:00
0ea53094ea Fixed a bug in the InstallSoftware.jsx 2023-06-02 17:26:16 +02:00
0d9841cd01 Created the RemoteSFTP styles.sass 2023-06-02 17:26:16 +02:00
5aa99311b5 Created the RemoteSFTP index.js 2023-06-02 17:26:16 +02:00
779fdf78f3 Created the RemoteSFTP.jsx 2023-06-02 17:26:16 +02:00
fadcbaffb0 Added the error area to the InstallSoftware.jsx if the backend is not available 2023-06-02 17:26:16 +02:00
4f98138df2 Added the "not available" class to the styles.sass 2023-06-02 17:26:16 +02:00
fca4b373a2 Merge pull request #10 from gnmyt/dependabot/npm_and_yarn/client/types/react-18.2.8
Bump @types/react from 18.2.7 to 18.2.8 in /client
2023-06-02 03:54:27 +02:00
5cae536a04 Added nextcloud to the software.jsx 2023-06-02 03:52:23 +02:00
63aa720e63 Updated the ConfigurationRow styles.sass 2023-06-02 03:51:54 +02:00
e60aa06012 Uploaded the nextcloud.webp image 2023-06-02 03:51:44 +02:00
85e977ced1 Bump @types/react from 18.2.7 to 18.2.8 in /client
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.7 to 18.2.8.
- [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-06-02 01:10:42 +00:00
22df824f3d Fixed a bug in the ConfigurationArea.jsx 2023-06-02 01:03:20 +02:00
edb46f3563 Updated the ConfigurationArea styles.sass 2023-06-02 00:55:19 +02:00
8261b46fd7 The ConfigurationArea.jsx now displays errors 2023-06-02 00:55:08 +02:00
78675d385b Added the docker entry to the software.jsx 2023-06-02 00:41:38 +02:00
288f33d693 Fixed a bug in the LogArea.jsx 2023-06-02 00:40:46 +02:00