|
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 |
|
|
70ad6363e3
|
Created the update.js app
|
2023-06-02 17:26:17 +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 |
|
|
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 |
|
dependabot[bot]
|
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 |
|
dependabot[bot]
|
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 |
|