Skip to content

Commit 97bcb71

Browse files
authored
Merge pull request #333 from dotkernel/issue-326
Refactored forms and responses
2 parents 1a3351a + 0d8b947 commit 97bcb71

File tree

93 files changed

+2623
-17242
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+2623
-17242
lines changed

config/autoload/navigation.global.php

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
[
3232
'options' => [
3333
'label' => 'Admins',
34-
'uri' => '/admin/manage',
34+
'uri' => '/admin/list',
3535
],
3636
],
3737
[
@@ -40,13 +40,6 @@
4040
'uri' => '/admin/logins',
4141
],
4242
],
43-
[
44-
'options' => [
45-
'label' => 'View logins v2',
46-
'uri' => '/admin/simple-logins',
47-
'icon' => 'c-pink-500 ti-palette',
48-
],
49-
],
5043
],
5144
],
5245
[

package.json

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -23,27 +23,13 @@
2323
},
2424
"homepage": "https://github.com/dotkernel/admin#readme",
2525
"dependencies": {
26-
"@fullcalendar/core": "^6.1.14",
27-
"@fullcalendar/daygrid": "^6.1.14",
28-
"@fullcalendar/interaction": "^6.1.14",
29-
"@fullcalendar/list": "^6.1.14",
30-
"@fullcalendar/timegrid": "^6.1.14",
3126
"@popperjs/core": "^2.11.8",
3227
"babel-polyfill": "^6.26.0",
3328
"bootstrap": "^5.3.3",
34-
"bootstrap-datepicker": "^1.10.0",
35-
"bootstrap-icons": "^1.11.3",
36-
"bootstrap-table": "^1.23.0",
37-
"brand-colors": "^2.1.1",
3829
"chart.js": "^4.4.3",
39-
"easy-pie-chart": "^2.1.7",
40-
"file-loader": "^6.2.0",
41-
"fullcalendar": "^6.1.14",
4230
"jquery": "^3.7.1",
4331
"jquery-sparkline": "^2.4.0",
44-
"load-google-maps-api": "^2.0.2",
4532
"lodash": "^4.17.21",
46-
"masonry-layout": "^4.2.2",
4733
"moment": "^2.30.1",
4834
"perfect-scrollbar": "^1.5.5",
4935
"skycons": "^1.0.0"
@@ -84,6 +70,10 @@
8470
"webpack": "^5.92.1",
8571
"webpack-cli": "^5.1.4",
8672
"webpack-dashboard": "^3.3.8",
87-
"webpack-dev-server": "^5.0.4"
73+
"webpack-dev-server": "^5.0.4",
74+
"file-loader": "^6.2.0"
75+
},
76+
"overrides": {
77+
"graceful-fs": "^4.2.11"
8878
}
8979
}

public/css/app.css

Lines changed: 2 additions & 2096 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/fonts/bootstrap-icons.woff

-172 KB
Binary file not shown.

public/fonts/bootstrap-icons.woff2

-127 KB
Binary file not shown.
-92.7 KB
Binary file not shown.

public/fonts/fontawesome-webfont.svg

Lines changed: 652 additions & 2668 deletions
Loading
-22.9 KB
Binary file not shown.
-14.1 KB
Binary file not shown.
-10.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)