Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
a83463d
chore(deps): add frontend dependencies, config files, and utility hel…
akrs-code Jun 12, 2026
7ccc91e
feat(layout): implement responsive RootLayout, SharedSidebar, routing…
akrs-code Jun 12, 2026
414a7f7
feat(components): update mobile responsive header, RoleBasedSidebar, …
akrs-code Jun 12, 2026
a7ad0ad
feat(components): update mobile responsive header, RoleBasedSidebar, …
akrs-code Jun 12, 2026
32090a5
feat(map): add MapDiscovery and UI map components
akrs-code Jun 12, 2026
77c53c2
feat(components): update mobile responsive header, RoleBasedSidebar, …
akrs-code Jun 12, 2026
847683e
refacor: design system update
akrs-code Jun 12, 2026
913385f
feat: map configuration page
akrs-code Jun 13, 2026
ea715f3
Refactor: Group map-related components into map directory
akrs-code Jun 13, 2026
4970b0d
feat(buyer): Group cart and checkout related components
akrs-code Jun 13, 2026
7ecb2c4
feat(buyer): Group order related components
akrs-code Jun 13, 2026
39e981f
feat(buyer): Group product and shop related components
akrs-code Jun 13, 2026
ddf19e8
feat(buyer): Group saved shops related components
akrs-code Jun 13, 2026
89153b2
chore: Update layout, routing, and clean up
akrs-code Jun 13, 2026
87542e0
refactor(buyer): flatten pages/buyer subdirectories and fix import paths
akrs-code Jun 13, 2026
a058319
feat(discover): add Discover page with hero, stats, filters, and shop…
akrs-code Jun 13, 2026
6630c53
feat(products): extract ProductDetail into ProductImagePanel, DetailT…
akrs-code Jun 13, 2026
05acfdd
chore(ui): update shared components, layout, design tokens, and mock …
akrs-code Jun 13, 2026
9b29b80
feat(ui): create reusable core UI components
akrs-code Jun 13, 2026
713b244
refactor(buyer): migrate layout forms/tabs/badges to standard UI comp…
akrs-code Jun 13, 2026
e37091c
feat(buyer): standardize product card navigation, circular variant sw…
akrs-code Jun 13, 2026
a9cf2c4
feat(buyer): create unified ShopCard component and integrate into Dis…
akrs-code Jun 13, 2026
3393d89
feat(checkout): implement localStorage delivery inputs saving and add…
akrs-code Jun 13, 2026
945fced
feature: seller/DashboardHeader
mr-mangoranda Jun 14, 2026
36f8f3b
feat(components): added StatCard, SalesPerformance, TopProducts, Rece…
mr-mangoranda Jun 14, 2026
7bae626
feat(components):
mr-mangoranda Jun 14, 2026
5d327b0
feat(components):
mr-mangoranda Jun 14, 2026
14110b3
feat(components):
mr-mangoranda Jun 14, 2026
505cfb6
Merge pull request #1 from akrs-code/feature/seller
akrs-code Jun 14, 2026
9e4fb55
style(buyer): refactor and standardize buyer page layouts and styles
akrs-code Jun 14, 2026
ee47999
Merge branch 'dev' into feature/buyer-ui
akrs-code Jun 14, 2026
9694499
Merging from buyer branch to dev
akrs-code Jun 14, 2026
076bbfb
feat(components):
mr-mangoranda Jun 14, 2026
173745b
feat(components):
mr-mangoranda Jun 16, 2026
00548b5
feat(components):
mr-mangoranda Jun 16, 2026
d213730
feat(components):
mr-mangoranda Jun 16, 2026
f0ee28e
feat(components):
mr-mangoranda Jun 16, 2026
dc1d13f
feat(components):
mr-mangoranda Jun 16, 2026
48670ff
feat(components):
mr-mangoranda Jun 16, 2026
cab8971
feat(components):
mr-mangoranda Jun 16, 2026
f949f4d
Merge branch 'dev' into feature/seller
akrs-code Jun 19, 2026
a3aae06
Merge pull request #4 from akrs-code/feature/seller
akrs-code Jun 19, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 1 addition & 24 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI/CD Pipeline
name: Frontend CI

on:
push:
Expand Down Expand Up @@ -37,26 +37,3 @@ jobs:

- name: Run Production Build
run: npm run build

backend:
name: Backend Setup & Verify
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./backend
steps:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: "npm"
cache-dependency-path: ./backend/package-lock.json

- name: Install Dependencies
run: npm install

- name: Verify Server Syntax
run: node --check server.js
Empty file removed backend/.env.example
Empty file.
33 changes: 0 additions & 33 deletions backend/.gitignore

This file was deleted.

14 changes: 0 additions & 14 deletions backend/config/db.js

This file was deleted.

Empty file removed backend/middleware/.gitkeep
Empty file.
Empty file removed backend/modules/auth/.gitkeep
Empty file.
Empty file removed backend/modules/payments/.gitkeep
Empty file.
21 changes: 0 additions & 21 deletions backend/modules/users/user.controller.js

This file was deleted.

24 changes: 0 additions & 24 deletions backend/modules/users/user.model.js

This file was deleted.

9 changes: 0 additions & 9 deletions backend/modules/users/user.routes.js

This file was deleted.

Loading
Loading