Ardeman
|
1e876ae04f
|
feat: refactor Button and Input components to use Headless UI
|
2025-03-01 16:14:03 +08:00 |
|
Ardeman
|
9ef33d72d3
|
feat: refactor Input component to use Headless UI and add disabled prop
|
2025-03-01 06:32:20 +08:00 |
|
Ardeman
|
42eb159a52
|
feat: implement user registration functionality with form validation and API integration
|
2025-03-01 01:00:52 +08:00 |
|
Ardeman
|
fd745c20a0
|
feat: conditionally open subscription modal based on user subscribe status in FormLogin
|
2025-03-01 00:07:57 +08:00 |
|
Ardeman
|
0577975846
|
feat: implement HttpServer for API requests and add getUser function for user profile retrieval
|
2025-02-28 23:56:47 +08:00 |
|
Ardeman
|
9bc7fbb902
|
Merge commit '9b13733205cf48354c86997c188063706657962a'
|
2025-02-28 22:58:55 +08:00 |
|
Ardeman
|
13f44f336d
|
feat: update News context to use consistent setter naming and refactor FormLogin to utilize context
|
2025-02-28 22:50:58 +08:00 |
|
Ardeman
|
3f9bfded80
|
feat: update admin routes and cookie paths to use '/lg-admin' prefix
|
2025-02-28 12:19:05 +08:00 |
|
Ardeman
|
5f1fd8b1a2
|
feat: implement admin authentication and dashboard layout with routing
|
2025-02-28 12:05:20 +08:00 |
|
Ardeman
|
23e3493a3f
|
feat: restructure routing and layouts for admin and news sections, update cookie paths
|
2025-02-28 11:49:51 +08:00 |
|
Ardeman
|
4b8fc0721e
|
feat: enhance Input component with placeholder support and styling adjustments
|
2025-02-28 09:23:36 +08:00 |
|
Ardeman
|
f66ddde6f0
|
feat: switch from useFormContext to useRemixFormContext in Input component
|
2025-02-28 09:12:38 +08:00 |
|
Ardeman
|
0b6b43a951
|
feat: enhance login form with error handling and disable state
|
2025-02-28 09:10:45 +08:00 |
|
Ardeman
|
e546ebd3dd
|
docs: update README to include environment variable setup instructions
|
2025-02-27 23:54:53 +08:00 |
|
Ardeman
|
7db38d3b67
|
feat: implement logout action
|
2025-02-27 23:50:46 +08:00 |
|
Ardeman
|
5acf3970a3
|
fix: improve error message handling in login action
|
2025-02-27 23:10:01 +08:00 |
|
Ardeman
|
a15c267eda
|
feat: remove .env file and update .gitignore to exclude it
|
2025-02-27 22:53:22 +08:00 |
|
Ardeman
|
16a6a14d67
|
feat: enhance Newsletter component with props
|
2025-02-27 19:40:31 +08:00 |
|
Ardeman
|
f9d861f24d
|
feat: add environment configuration and implement cookie handling for user authentication
|
2025-02-27 19:37:31 +08:00 |
|
Ardeman
|
9386b8dd69
|
feat: remove placeholder text from Banner component
|
2025-02-27 17:59:19 +08:00 |
|
Ardeman
|
581e99c4b3
|
feat: remove react-query dependency and simplify App component
|
2025-02-27 16:48:55 +08:00 |
|
Ardeman
|
929f5c91b0
|
chore: add eslint-import-resolver-typescript to dependencies and update version
|
2025-02-25 09:47:28 +08:00 |
|
Ardeman
|
bf831b9c46
|
refactor: update ESLint configuration to include prettier and adjust rules
|
2025-02-25 09:41:47 +08:00 |
|
Ardeman
|
6829bc86fc
|
refactor: update ESLint configuration to include @tanstack/query plugin and rules
|
2025-02-25 08:56:16 +08:00 |
|
Ardeman
|
c1bacacb49
|
feat: add cookie management and HTTP client for user and admin authentication
|
2025-02-25 08:51:08 +08:00 |
|
Ardeman
|
0c38a775e3
|
refactor: move APP import from data to configs for better organization
|
2025-02-25 06:07:45 +08:00 |
|
Ardeman
|
5227204791
|
refactor: remove unnecessary size attribute from HeaderSearch input for improved styling
|
2025-02-25 06:06:01 +08:00 |
|
Ardeman
|
cf130a00d9
|
refactor: update SuccessModal and News context for improved state management and clarity
|
2025-02-25 06:00:12 +08:00 |
|
Ardeman
|
6b2ba85642
|
feat: enhance SuccessModal and News context for improved modal management and subscription flow
|
2025-02-25 05:18:40 +08:00 |
|
Ardeman
|
fe9b8bc97a
|
refactor: simplify Carousel component and update news data structure for clarity
|
2025-02-25 04:48:13 +08:00 |
|
Ardeman
|
2a0b0af45f
|
feat: add @tanstack/react-query, and DataTables packages
|
2025-02-24 12:27:49 +08:00 |
|
Ardeman
|
8bf7bd812d
|
feat: add @tanstack/react-query and related packages for improved data fetching
|
2025-02-24 12:15:59 +08:00 |
|
Ardeman
|
ca0dfbc5f8
|
feat: add DoctorIcon component and integrate it into dashboard reports
|
2025-02-24 09:31:48 +08:00 |
|
Ardeman
|
4d7fa04d91
|
fix: update GraphIcon fill property to 'none' for better SVG rendering
|
2025-02-24 08:36:06 +08:00 |
|
Ardeman
|
6082cf0cdb
|
refactor: replace interface with type for component properties and improve code readability
|
2025-02-24 08:23:22 +08:00 |
|
Ardeman
|
9e6d2fe6c0
|
feat: add loader to redirect to admin dashboard
|
2025-02-24 08:17:35 +08:00 |
|
Ardeman
|
e11f007eb1
|
feat: fix amount property typo and format numbers for dashboard reports
|
2025-02-24 08:04:09 +08:00 |
|
Ardeman
|
2b8d0604e0
|
feat: refactor components to use named exports for better tree-shaking
|
2025-02-23 22:10:47 +08:00 |
|
Ardeman
|
4dda852c62
|
feat: add reusable Input component and integrate it into the login form
|
2025-02-23 22:08:47 +08:00 |
|
Ardeman
|
4fa3873dda
|
feat: add @hookform/resolvers dependency and update zod version in package.json
|
2025-02-23 19:47:12 +08:00 |
|
Ardeman
|
feff32f588
|
feat: update social share component, and enhance modal structure
|
2025-02-23 19:43:45 +08:00 |
|
Ardeman
|
91163288db
|
feat: update sidebar navigation to use pathname and add subscriptions layout component
|
2025-02-23 17:45:46 +08:00 |
|
Ardeman
|
396721fbf2
|
feat: add multiple admin dashboard layout components and update sidebar and navbar
|
2025-02-23 17:41:54 +08:00 |
|
Ardeman
|
661baca101
|
feat: add NotificationIcon component and update admin layout for improved UI
|
2025-02-23 17:00:17 +08:00 |
|
Ardeman
|
15f8dbb8e2
|
feat: improve sidebar link styling with transition effects for better user experience
|
2025-02-23 12:42:17 +08:00 |
|
Ardeman
|
cf072255a0
|
feat: enhance sidebar layout with improved styling and hover effects
|
2025-02-23 12:39:52 +08:00 |
|
Ardeman
|
48ac1d6f4d
|
feat: add admin layout components including Navbar and Sidebar, and update icon components
|
2025-02-23 12:18:10 +08:00 |
|
Ardeman
|
47af75ebd3
|
Merge branch 'feature/slicing'
# Conflicts:
# app/contexts/news.tsx
# app/routes/_layout.admin.dashboard._index.tsx
|
2025-02-23 11:38:30 +08:00 |
|
Ardeman
|
23ac20c017
|
feat: implement admin dashboard layout and update authentication flow
|
2025-02-23 10:22:51 +08:00 |
|
Ardeman
|
8b1af335ec
|
feat: add admin and dashboard layouts with context for improved structure and functionality
|
2025-02-23 10:11:47 +08:00 |
|
Ardeman
|
2435f9a5d5
|
fix: update login text to 'Login form' for clarity
|
2025-02-22 17:37:25 +08:00 |
|
Ardeman
|
00d385d7ab
|
feat: add AuthLayout component for login page structure
|
2025-02-22 17:36:51 +08:00 |
|
Ardeman
|
77c9843267
|
feat: implement news layout components and context for improved structure and functionality
|
2025-02-22 17:34:25 +08:00 |
|
Ardeman
|
d9c36c5ff0
|
feat: create AuthLayout component and refactor modal usage in forms
|
2025-02-22 17:14:33 +08:00 |
|
Ardeman
|
0d6f2e300f
|
Merge branch 'feature/slicing'
|
2025-02-22 16:46:46 +08:00 |
|
Ardeman
|
9e50f8c7dc
|
feat: enhance PopupModal with improved transition effects and backdrop styling
|
2025-02-22 16:08:40 +08:00 |
|
Ardeman
|
54faf57262
|
feat: refactor PopupModal to use Headless UI components and update FormLogin layout
|
2025-02-22 15:17:46 +08:00 |
|
Ardeman
|
531871d349
|
chore: update package.json to use minimum version constraints for Node.js and pnpm
|
2025-02-22 12:07:29 +08:00 |
|
Ardeman
|
293f38b7e4
|
chore: update Dockerfile and README for pnpm support and Node.js version
|
2025-02-22 12:03:32 +08:00 |
|
 ArdemanandGitHub
|
5a97427756
|
Merge pull request #4 from ardeman/feature/slicing
Feature/slicing
|
2025-02-22 11:37:57 +08:00 |
|
 ArdemanandGitHub
|
8495ae120d
|
Merge pull request #3 from ardeman/feature/slicing
Feature/slicing
|
2025-02-21 00:32:29 +08:00 |
|
 ArdemanandGitHub
|
3971cbfefc
|
Merge pull request #2 from ardeman/feature/slicing
feat: implement news detail layout and update carousel link
|
2025-02-20 07:06:11 +08:00 |
|
Ardeman
|
878fb640af
|
feat: implement news detail layout and update carousel link
|
2025-02-20 07:04:56 +08:00 |
|
 ArdemanandGitHub
|
cb5255111c
|
Merge pull request #1 from ardeman/feature/slicing
style: slicing home page, adjust for mobile view
|
2025-02-20 07:02:53 +08:00 |
|
Ardeman
|
e73949295d
|
feat: refactor news components and add news detail layout
|
2025-02-20 07:01:36 +08:00 |
|
Ardeman
|
fe441ad5ac
|
feat: update carousel.tsx
|
2025-02-07 18:44:18 +08:00 |
|
Ardeman
|
6d5f0edc0d
|
feat: enhance Carousel component layout and styling for improved presentation
|
2025-02-04 20:57:12 +08:00 |
|
Ardeman
|
a2acd315d9
|
feat: add Carousel navigation icons and update Carousel component layout
|
2025-02-04 18:47:26 +08:00 |
|
Ardeman
|
a0f37af772
|
feat: enhance Carousel component with dynamic data and new TNews type
|
2025-02-04 00:51:59 +08:00 |
|
Ardeman
|
7b498173fe
|
feat: update Card component styling for improved visual clarity
|
2025-02-03 19:09:32 +08:00 |
|
Ardeman
|
0c297500db
|
feat: remove Welcome page and redirect to News; streamline routing
|
2025-02-03 19:06:55 +08:00 |
|
Ardeman
|
aaf7269b44
|
feat: add Card and Carousel components; integrate them into NewsPage layout with Newsletter
|
2025-02-03 18:48:49 +08:00 |
|
Ardeman
|
35b7e86687
|
feat: rename dummy data file to meta and update references; change APP title and logo
|
2025-02-03 18:10:11 +08:00 |
|
Ardeman
|
7ee342f493
|
feat: restructure News layout with new header and footer components; remove redundant files
|
2025-02-03 17:01:56 +08:00 |
|
Ardeman
|
d9070b1b49
|
feat: refactor DUMMY to APP and add meta title configuration for improved SEO
|
2025-02-03 13:03:49 +08:00 |
|
Ardeman
|
25ad73aa9d
|
feat: add social media icons to footer menu and update layout
|
2025-02-02 03:15:18 +08:00 |
|
Ardeman
|
ec0a125972
|
feat: enhance FooterNewsletter styling with improved typography
|
2025-02-01 16:01:23 +08:00 |
|
Ardeman
|
884e47de01
|
feat: add footer newsletter and links components to NewsPage; enhance Button with new variant
|
2025-02-01 15:52:08 +08:00 |
|
Ardeman
|
25f4fd85a6
|
feat: enhance NewsPage layout with banner image and improved styling
|
2025-02-01 07:14:55 +08:00 |
|
Ardeman
|
138fae69fc
|
feat: add size attribute to input in HeaderSearch component for better UX
|
2025-02-01 05:51:11 +08:00 |
|
Ardeman
|
c2a791bcea
|
feat: add SearchIcon component and update HeaderSearch to include search functionality
|
2025-02-01 04:59:28 +08:00 |
|
Ardeman
|
89da497cc9
|
feat: add header menu and search components with menu data for news page
|
2025-02-01 01:19:01 +08:00 |
|
Ardeman
|
d2534bd94e
|
feat: enhance Button component with variants and sizes; update HeaderTop to use DUMMY data
|
2025-02-01 00:43:21 +08:00 |
|
Ardeman
|
f8a87019af
|
feat: add new components and layouts for news and dashboard pages
|
2025-01-31 19:34:22 +08:00 |
|
Ardeman
|
005e72798c
|
chore: rename home route file to _layout._index.tsx and update type import
|
2025-01-30 18:00:01 +08:00 |
|
Ardeman
|
ffd28302f9
|
chore: add .nvmrc for Node version management and remove .bumrc
|
2025-01-30 17:10:30 +08:00 |
|
Ardeman
|
c710ff115a
|
chore: update routing configuration and add new dependencies for improved functionality
|
2025-01-30 16:02:38 +08:00 |
|
Ardeman
|
c376baab84
|
chore: add configuration files for linting, formatting, and husky pre-commit hooks
|
2025-01-30 15:40:30 +08:00 |
|
Ardeman
|
7d34ca9752
|
Initial commit from create-react-router
|
2025-01-30 14:24:13 +08:00 |
|