Commit Graph

150 Commits

Author SHA1 Message Date
41f92ce31a Created the DomainDialog.jsx 2023-01-01 04:34:22 +01:00
14430e4407 Created the DomainItem style 2023-01-01 04:33:59 +01:00
4a2e0297f2 Created the DomainItem index 2023-01-01 04:33:49 +01:00
a383137188 Created the DomainItem.jsx 2023-01-01 04:33:44 +01:00
2b44862346 Created the DomainHeader style 2023-01-01 04:33:10 +01:00
55603bb738 Created the DomainHeader index 2023-01-01 04:33:01 +01:00
a5f8dcf705 Created the DomainHeader.jsx 2023-01-01 04:32:56 +01:00
e84d122755 Removed the AddDomainDialog style 2023-01-01 04:32:49 +01:00
664dd8dbec Created the AddDomainDialog index 2023-01-01 04:32:14 +01:00
f7fd66130e Created the AddDomainDialog.jsx 2023-01-01 04:32:08 +01:00
3489b6f544 Created the LinkChooser style 2023-01-01 04:31:00 +01:00
1355a5e612 Created the LinkChooser index 2023-01-01 04:30:54 +01:00
37d8b9fb06 Created the LinkChooser.jsx component 2023-01-01 04:30:47 +01:00
9c1f696c88 Removed all dialog related css from the LinkDialog style 2023-01-01 04:30:14 +01:00
bca00939d2 Added the editing mode to the LinkDialog.jsx 2023-01-01 04:29:50 +01:00
1aee1f8f32 Added the value & default properties to the InputGroup.jsx 2023-01-01 04:28:25 +01:00
a52ef16889 Added the closing option to the DialogHeader.jsx 2023-01-01 04:27:50 +01:00
2788dd01d6 Integrated state switching into the LinkItem.jsx 2023-01-01 04:26:15 +01:00
ca633e14bb Added the module-disabled class to the LinkItem style 2023-01-01 04:25:36 +01:00
854f8c74a2 Added the meta & isEnabled property to the Home.jsx 2023-01-01 04:25:01 +01:00
87c4524759 Added the DomainProvider to the App.jsx 2023-01-01 04:24:16 +01:00
fc8782bc0b Added the PATCH request to the RequestUtil.js 2023-01-01 04:23:46 +01:00
7b6eb1141d Integrated the DomainContext.jsx into the LinkContext.jsx 2023-01-01 04:23:32 +01:00
c3a561c33b Created the DomainContext index 2023-01-01 04:22:57 +01:00
2c948d5bfa Created the DomainContext.jsx 2023-01-01 04:22:34 +01:00
a4fbd35b8e Created the DialogContext style 2023-01-01 04:22:06 +01:00
22dab4d2f4 Created the DialogContext index 2023-01-01 04:22:00 +01:00
6e71c1c61a Created the DialogContext.jsx 2023-01-01 04:21:40 +01:00
f5d2f023bf Added the defaultValue to the TextBox component 2023-01-01 04:21:17 +01:00
bd7dc4a2ca Removed the port splitting from the click action 2023-01-01 04:20:28 +01:00
543635e365 Fixed a bug in the link route 2023-01-01 02:54:19 +01:00
5102e342c9 Added all required meta tags to the index.html 2022-12-31 23:21:55 +01:00
999dc87e8d Upload the ico icon 2022-12-31 23:14:34 +01:00
6f8109367a Uploaded all png icons 2022-12-31 23:14:26 +01:00
2bde726743 Created the manifest.json 2022-12-31 23:14:02 +01:00
ac0b3ecdb5 Integrated the domain routes 2022-12-31 22:43:44 +01:00
618c69e06e Created the domain routes 2022-12-31 22:43:18 +01:00
94c3721fb1 Created the domain validation 2022-12-31 22:43:08 +01:00
d2df47663d Made the domainName the primary key in the Domain model 2022-12-31 22:41:54 +01:00
0310614509 Created the domain controller 2022-12-31 22:41:19 +01:00
59f66a212d Created the editLinkValidation 2022-12-31 22:16:39 +01:00
e69731aeb1 Created the PATCH link route 2022-12-31 22:16:18 +01:00
027651c94b Added "editLink" in the link controller 2022-12-31 21:52:13 +01:00
1bbac8bb6b Integrated the isEnabled field into the click action 2022-12-28 19:24:18 +01:00
39e366798f Added isEnabled to the Link validation 2022-12-28 19:23:58 +01:00
baaa3adb99 Added isEnabled to the Link model 2022-12-28 19:23:30 +01:00
b2fa2d30bc The autoComplete in the TextBox.jsx is now turned off if the prop is set 2022-12-28 15:09:00 +01:00
dc7a095f73 Fixed a bug in the authentication middleware 2022-12-28 15:03:04 +01:00
6c85ff5bcc Imported all providers into the App.jsx 2022-12-28 03:40:13 +01:00
c4cdd422e8 The "Link erstellen" button in the ManageArea.jsx now loads the default link module 2022-12-28 03:39:54 +01:00