[PR #20] [CLOSED] Updates #25

Closed
opened 2026-03-02 03:42:41 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/cruip/tailwind-dashboard-template/pull/20
Author: @PeteUgwu
Created: 5/29/2023
Status: Closed

Base: mainHead: updates


📝 Commits (10+)

📊 Changes

85 files changed (+9438 additions, -1056 deletions)

View changed files

amplify.yml (+17 -0)
dist/assets/favicon.17e50649.svg (+0 -15)
dist/assets/favicon.9264d2e9.ico (+0 -0)
📝 dist/assets/icon-01.687b6921.svg (+0 -0)
📝 dist/assets/icon-02.fdfc4296.svg (+0 -0)
📝 dist/assets/icon-03.ae73290d.svg (+0 -0)
dist/assets/index.127c8135.css (+1 -0)
dist/assets/index.32a4f0de.css (+0 -1)
dist/assets/index.a0515e2a.js (+627 -0)
dist/assets/index.f9c03ba7.js (+0 -1)
dist/assets/vendor.145e66a0.js (+0 -99)
dist/assets/vendor.3360d998.js (+173 -0)
📝 dist/index.html (+6 -6)
📝 index.html (+3 -3)
📝 package-lock.json (+769 -105)
📝 package.json (+6 -0)
📝 src/App.jsx (+92 -14)
src/ProtectedRoutes.jsx (+14 -0)
src/apollo-client.js (+89 -0)
src/componets/modals/ActivateTransportModal.jsx (+47 -0)

...and 65 more files

📄 Description

In this Milestone, I:

  • Reconciled the currencies on the dashboard page
  • Added Stats on cards
  • Added column for AMOUNT on each of the cards

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/cruip/tailwind-dashboard-template/pull/20 **Author:** [@PeteUgwu](https://github.com/PeteUgwu) **Created:** 5/29/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `updates` --- ### 📝 Commits (10+) - [`192a512`](https://github.com/cruip/tailwind-dashboard-template/commit/192a512b5ad2dc0bbe0fa54e2f3b5617b0b42430) Working on user auth - [`a6aa089`](https://github.com/cruip/tailwind-dashboard-template/commit/a6aa0896eb121bfb34d6ecb01e685239bb45601b) Work on user auth cont - [`1dd26ef`](https://github.com/cruip/tailwind-dashboard-template/commit/1dd26eff482f633815836df77fd3022f6ce08797) Booking page - [`a6d85f5`](https://github.com/cruip/tailwind-dashboard-template/commit/a6d85f5b574cad3b861a0de991420a895c91be89) Work on booking design - [`4d580a7`](https://github.com/cruip/tailwind-dashboard-template/commit/4d580a70b91ad63cfd52c661516793e8f21f387d) Work on booking detail - [`f971247`](https://github.com/cruip/tailwind-dashboard-template/commit/f971247bc0e8af543198a8df2b6f0211c3c5498e) Customer details - [`5cc55f6`](https://github.com/cruip/tailwind-dashboard-template/commit/5cc55f65030a90764a0b8f012a01e58d5ca9e875) Finishing design - [`9269750`](https://github.com/cruip/tailwind-dashboard-template/commit/9269750070343a3723317c11471c64a8ea31d8ef) Calling endpoints - [`f5890a0`](https://github.com/cruip/tailwind-dashboard-template/commit/f5890a0f27f8121bcdffaf9a1e1b194292cb22ae) Create transport - [`719daba`](https://github.com/cruip/tailwind-dashboard-template/commit/719daba62fe6d9d6c5191d0daed9aa390a70d703) Work on delete transport ### 📊 Changes **85 files changed** (+9438 additions, -1056 deletions) <details> <summary>View changed files</summary> ➕ `amplify.yml` (+17 -0) ➖ `dist/assets/favicon.17e50649.svg` (+0 -15) ➕ `dist/assets/favicon.9264d2e9.ico` (+0 -0) 📝 `dist/assets/icon-01.687b6921.svg` (+0 -0) 📝 `dist/assets/icon-02.fdfc4296.svg` (+0 -0) 📝 `dist/assets/icon-03.ae73290d.svg` (+0 -0) ➕ `dist/assets/index.127c8135.css` (+1 -0) ➖ `dist/assets/index.32a4f0de.css` (+0 -1) ➕ `dist/assets/index.a0515e2a.js` (+627 -0) ➖ `dist/assets/index.f9c03ba7.js` (+0 -1) ➖ `dist/assets/vendor.145e66a0.js` (+0 -99) ➕ `dist/assets/vendor.3360d998.js` (+173 -0) 📝 `dist/index.html` (+6 -6) 📝 `index.html` (+3 -3) 📝 `package-lock.json` (+769 -105) 📝 `package.json` (+6 -0) 📝 `src/App.jsx` (+92 -14) ➕ `src/ProtectedRoutes.jsx` (+14 -0) ➕ `src/apollo-client.js` (+89 -0) ➕ `src/componets/modals/ActivateTransportModal.jsx` (+47 -0) _...and 65 more files_ </details> ### 📄 Description In this Milestone, I: - [ ] Reconciled the currencies on the dashboard page - [ ] Added Stats on cards - [ ] Added column for AMOUNT on each of the cards --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 03:42:41 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tailwind-dashboard-template#25
No description provided.