diff --git a/assets/dick_example_1.png b/assets/dick_example_1.png index deb70b3..c4d0315 100644 Binary files a/assets/dick_example_1.png and b/assets/dick_example_1.png differ diff --git a/assets/dick_example_2.png b/assets/dick_example_2.png index 7f7738b..6659ec3 100644 Binary files a/assets/dick_example_2.png and b/assets/dick_example_2.png differ diff --git a/src/dashboard.ts b/src/dashboard.ts index 969cb1a..8da5ca8 100644 --- a/src/dashboard.ts +++ b/src/dashboard.ts @@ -65,9 +65,9 @@ app.use(async (req, res) => await Pager.render(res, req, TEMPLATE.ERRORS[404])) // Run DICK app.listen(app.get("port"), () => { console.log( - " Dick is running at http://localhost:%d in %s mode", + "[DICK] Listening on Port: %d\n[DICK] Running in: %s mode", app.get("port"), app.get("env") ) - console.log(" Press CTRL-C to stop\n") + console.log("[DICK] Press CTRL+C to stop") }) diff --git a/src/public/images/logo.png b/src/public/images/logo.png index 6a8a9a6..b35cef7 100644 Binary files a/src/public/images/logo.png and b/src/public/images/logo.png differ diff --git a/src/public/images/profile.png b/src/public/images/profile.png index 1106a50..1c243d4 100644 Binary files a/src/public/images/profile.png and b/src/public/images/profile.png differ diff --git a/views/modals/admin/create-user.ejs b/views/modals/admin/create-user.ejs index e77be84..c6d155f 100644 --- a/views/modals/admin/create-user.ejs +++ b/views/modals/admin/create-user.ejs @@ -2,7 +2,7 @@
- +
@@ -37,24 +37,19 @@
+ name="username" type="text" />
+ name="password" type="password" />
@@ -64,11 +59,9 @@
+ class="bg-accentsecondary w-auto hover:bg-accent rounded-md px-5 py-2 text-color-primary">Create User
- + -
\ No newline at end of file +
diff --git a/views/pages/admin/main.ejs b/views/pages/admin/main.ejs index a964aec..81f6998 100644 --- a/views/pages/admin/main.ejs +++ b/views/pages/admin/main.ejs @@ -11,7 +11,7 @@
-
+
@@ -25,7 +25,7 @@
-
+

@@ -46,7 +46,7 @@

-
+

@@ -63,7 +63,7 @@

-
+

@@ -80,7 +80,7 @@

-
+

@@ -97,7 +97,7 @@

-
+

@@ -143,4 +143,4 @@

-
\ No newline at end of file +
diff --git a/views/pages/admin/tabs/users.ejs b/views/pages/admin/tabs/users.ejs index fb3af1a..762e5f6 100644 --- a/views/pages/admin/tabs/users.ejs +++ b/views/pages/admin/tabs/users.ejs @@ -7,7 +7,7 @@ - -
-
- Showing <%= totalUsers %> users -
-
- -
+
@@ -90,13 +83,9 @@ @@ -140,4 +130,4 @@ - \ No newline at end of file + diff --git a/views/pages/user/tabs/filemanager/infinite-scroll/no-more-data.ejs b/views/pages/user/tabs/filemanager/infinite-scroll/no-more-data.ejs index 421cc43..d9819e4 100644 --- a/views/pages/user/tabs/filemanager/infinite-scroll/no-more-data.ejs +++ b/views/pages/user/tabs/filemanager/infinite-scroll/no-more-data.ejs @@ -6,6 +6,6 @@ - You have no more files to load! <%= settingsDatabase.appEmoji ? settingsDatabase.appEmoji : '🍆' %> + There are no more files to load. - \ No newline at end of file + diff --git a/views/templates/errors/404.ejs b/views/templates/errors/404.ejs index a905614..3b00951 100644 --- a/views/templates/errors/404.ejs +++ b/views/templates/errors/404.ejs @@ -4,15 +4,13 @@
-
404
-
Oops. This page does not exist.
-
You may have mistyped the address or <%= settingsDatabase.name ? settingsDatabase.name.toUpperCase() : "DICK" %> seems to be malfunctioning
- - Back to Home - +
Error 404
+
Page Not Found
+
The page you were looking for does not exist. You may have mistyped the URL or the page may have moved.
+ Return Home
- \ No newline at end of file + diff --git a/views/templates/partials/nav/breadcrumb.ejs b/views/templates/partials/nav/breadcrumb.ejs index 7481125..73a438f 100644 --- a/views/templates/partials/nav/breadcrumb.ejs +++ b/views/templates/partials/nav/breadcrumb.ejs @@ -10,7 +10,6 @@ <% if(path == '/'){ %>
Dashboard
<% } %> - <% if(path == '/admin'){ %>
Admin Dashboard
<% } %> - + <% if(path == '/admin'){ %>
Admin
<% } %> - \ No newline at end of file + diff --git a/views/templates/partials/nav/profile.ejs b/views/templates/partials/nav/profile.ejs index 81d8e6e..0551490 100644 --- a/views/templates/partials/nav/profile.ejs +++ b/views/templates/partials/nav/profile.ejs @@ -17,19 +17,17 @@ - \ No newline at end of file + diff --git a/views/templates/public.ejs b/views/templates/public.ejs index 58a7fc5..6e7cbc5 100644 --- a/views/templates/public.ejs +++ b/views/templates/public.ejs @@ -10,4 +10,4 @@ -<%- include("./partials/footer") %> \ No newline at end of file +<%- include("./partials/footer") %> diff --git a/views/templates/user.ejs b/views/templates/user.ejs index 2aeb209..e8f692d 100644 --- a/views/templates/user.ejs +++ b/views/templates/user.ejs @@ -24,6 +24,5 @@ <% } %> <%- include("./partials/footer") %> - - \ No newline at end of file +