Commit Graph

577 Commits

Author SHA1 Message Date
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
36f3be0385 Added the replace parameter to the app.js 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
54854824a5 Merge pull request #9 from gnmyt/dependabot/npm_and_yarn/concurrently-8.1.0
Bump concurrently from 8.0.1 to 8.1.0
2023-06-02 03:53:15 +02:00
dd2bf9aaeb Added the nextcloud.js 2023-06-02 03:52:33 +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
cd61c25047 Bump concurrently from 8.0.1 to 8.1.0
Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 8.0.1 to 8.1.0.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](https://github.com/open-cli-tools/concurrently/compare/v8.0.1...v8.1.0)

---
updated-dependencies:
- dependency-name: concurrently
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-02 01:10:31 +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
1d9c463110 Created the docker app handler 2023-06-02 00:41:08 +02:00
288f33d693 Fixed a bug in the LogArea.jsx 2023-06-02 00:40:46 +02:00
1f089f08b7 Created the docker.webp 2023-06-02 00:40:14 +02:00
d8e293bb79 Updated the routes 2023-06-01 19:51:48 +02:00
da1cc04f93 Created the InstallSoftware index styles.sass 2023-06-01 19:51:26 +02:00
c21ebeffbd Created the InstallSoftware index.js 2023-06-01 19:51:21 +02:00
09ab69d83b Created the InstallSoftware.jsx 2023-06-01 19:51:16 +02:00
73c789becc Created the ConfigurationArea styles.sass 2023-06-01 19:51:08 +02:00
6311fec42c Created the ConfigurationArea index.js 2023-06-01 19:51:02 +02:00
9ede694e36 Created the ConfigurationArea.jsx 2023-06-01 19:50:57 +02:00
31410525bf Created the software.jsx 2023-06-01 19:50:17 +02:00
df79398eca Uploaded the myspeed.webp 2023-06-01 19:50:12 +02:00
25c61240b0 Created the LogArea index.js 2023-06-01 19:49:38 +02:00
6f1c56023a Created the LogArea styles.sass 2023-06-01 19:49:34 +02:00
ecc78bdfd6 Created the LogArea.jsx 2023-06-01 19:49:30 +02:00
5468ef37bd Created the ConfigurationRow index styles.sass 2023-06-01 19:49:20 +02:00
c0ae262155 Created the ConfigurationRow index.js 2023-06-01 19:49:11 +02:00
36d4d278a2 Created the ConfigurationRow.jsx 2023-06-01 19:49:06 +02:00