Commit Graph

27 Commits

Author SHA1 Message Date
g
211cdc71f9 Enhance dashboard UI and add order timeline
All checks were successful
Build Frontend / build (push) Successful in 1m12s
Refactored dashboard pages for improved layout and visual consistency using Card components, motion animations, and updated color schemes. Added an OrderTimeline component to the order details page to visualize order lifecycle. Improved customer management page with better sorting, searching, and a detailed customer dialog. Updated storefront settings page with a modernized layout and clearer sectioning.
2026-01-12 06:53:28 +00:00
g
f697181d00 fix 2025-12-15 18:09:38 +00:00
NotII
130ecac208 Add Chromebook compatibility fixes and optimizations
Implemented comprehensive Chromebook-specific fixes including viewport adjustments, enhanced touch and keyboard detection, improved scrolling and keyboard navigation hooks, and extensive CSS optimizations for better usability. Updated chat and dashboard interfaces for larger touch targets, better focus management, and responsive layouts. Added documentation in docs/CHROMEBOOK-FIXES.md and new hooks for Chromebook scroll and keyboard handling.
2025-10-26 18:29:23 +00:00
NotII
74b7aa4877 Add shipping dialog with tracking number to order page
Introduces a shipping dialog to the order details page, allowing users to optionally enter a tracking number when marking an order as shipped. Updates API client logic to better handle HTTP-only authentication cookies. Improves broadcast dialog validation and message handling.
2025-09-22 00:45:29 +01:00
NotII
a10b9e0094 Add customer insights to order details page
Introduces a customer insights panel on the order details page, displaying metrics such as total orders, total spent, payment success rate, and customer tenure. Removes customer insights logic and display from the order table component for a more focused and relevant presentation.
2025-08-31 18:30:54 +01:00
NotII
9cf226526f Add customer insights dashboard to order table
Introduced a CustomerInsightsDisplay component to show key metrics such as total orders, revenue, success rates, and recent activity above the order table. Updated data fetching and types to support customer insights from the API.
2025-08-30 22:53:47 +01:00
NotII
3cef1076d0 Add promotion details and modal to orders and promotions
Introduces promotion-related fields to the Order interface and displays promotion discounts in both the order details and order table. Adds a PromotionDetailsModal component for viewing detailed promotion analytics and eligibility, and integrates it into the PromotionsList with a new 'view details' action.
2025-08-07 17:16:49 +01:00
NotII
f1e7583219 Add paidAt field and display to order details and table
Introduces the optional 'paidAt' field to the Order interface and updates both the order details page and the order table to display the payment date. Also adds sorting by 'paidAt' in the order table and improves date formatting for both order and payment dates.
2025-07-26 22:32:47 +02:00
NotII
cb1335b8fd ficks 2025-07-22 02:40:36 +01:00
NotII
b329c8422d oh 2025-07-20 23:34:42 +01:00
NotII
57e130a247 i need a shit 2025-07-17 11:06:58 +01:00
NotII
2f48ee38c2 weewoo 2025-04-07 19:25:24 +01:00
NotII
375dd90551 Update order-table.tsx 2025-04-02 15:41:40 +01:00
NotII
dc51901c5c update config 2025-03-23 21:00:49 +00:00
NotII
924ad5b37d Update order-table.tsx 2025-03-20 20:37:45 +01:00
NotII
26b036d8c6 Update order-table.tsx 2025-03-20 16:58:33 +01:00
NotII
e26069abfa FIX 2025-03-06 09:24:43 +00:00
NotII
a5b0551b02 add items per page 2025-03-06 01:19:13 +00:00
NotII
b6dbc45ee2 Update order-table.tsx 2025-02-26 18:24:42 +00:00
NotII
f498624eff Cleanup 2025-02-25 13:12:20 +00:00
NotII
56c1b4d7b9 Add pagination 2025-02-25 12:44:45 +00:00
NotII
ea125e694a fix signup/login 2025-02-24 17:01:50 +00:00
NotII
c6a83e8725 Update order-table.tsx 2025-02-21 13:30:50 +00:00
g
236fb223e4 Frontend update 2025-02-16 01:51:15 +00:00
g
7ec17cfd73 Fix sorting of order table, and keepOnline to thefront 2025-02-09 01:43:24 +00:00
g
1b1ab05877 Update modal 2025-02-07 23:06:50 +00:00
g
891f57d729 Refactor 2025-02-07 21:33:13 +00:00