Skip to content

Commit

Permalink
feat: a refresh of the admin dashboard design(#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
authcompanion authored Dec 15, 2023
1 parent 2087808 commit 54cd897
Show file tree
Hide file tree
Showing 7 changed files with 716 additions and 609 deletions.
Binary file modified .github/public/admin_dashboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .github/public/login.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .github/public/register.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@

---

## Hot topics
- A Refresh of the Admin Dashboard Design - [#21](https://github.com/authcompanion/authcompanion2/pull/21) [Done]


## Introduction

AuthCompanion aims to satisfy the most common authentication and user management needs for your web application.
Expand Down Expand Up @@ -121,7 +125,7 @@ For a full list of AuthC's Web Forms, see the [Web Form Guide](https://docs.auth

## Admin Dashboard

The Admin Dashboard is a tool that allows administrators or web application owners to manage the users of their web application. It provides a range of functions that administrators can use to create, edit, and delete user accounts; all via a friendly and intuitive interface.
The Admin Dashboard is a tool that allows administrators or application owners to manage the users of their web application. It provides a range of functions that administrators can use to create, edit, and delete user accounts; all via a friendly and intuitive interface.

Check out the Admin Dashboard in the documentation to learn how to access it: [Administer](https://docs.authcompanion.com/guide/administer.html).

Expand Down
1,169 changes: 634 additions & 535 deletions client/admin/dashboardPage.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,21 @@
"@paralleldrive/cuid2": "^2.2.2",
"@simplewebauthn/server": "^8.3.5",
"argon2": "^0.31.2",
"better-sqlite3": "^9.1.1",
"better-sqlite3": "^9.2.2",
"compadre": "^3.2.0",
"cookie": "^0.6.0",
"dotenv": "^16.3.1",
"emailjs": "^4.0.3",
"fastify": "^4.24.3",
"fastify": "^4.25.0",
"fastify-plugin": "^4.5.1",
"jose": "^5.1.1"
"jose": "^5.1.3"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"ava": "^5.3.1",
"conventional-changelog-cli": "^4.1.0",
"prettier": "^3.1.0",
"tailwindcss": "^3.3.5"
"prettier": "^3.1.1",
"tailwindcss": "^3.3.6"
},
"engines": {
"node": ">=18.16",
Expand Down
Loading

0 comments on commit 54cd897

Please sign in to comment.