e99aeb6def
refactor: remove unused showcase components and related files
Firman Ramdhani2026-07-23 17:23:05 +07:00
1553669453
Merge pull request 'refactor: remove unused DataTable component and clean up filter logic in FullPagePageIndex' (#28) from core/page-provider into main
firmanr2026-07-23 09:50:44 +00:00
94e7b99712
refactor: remove unused DataTable component and clean up filter logic in FullPagePageIndex
Firman Ramdhani2026-07-23 16:50:09 +07:00
6159477642
Merge pull request 'core/page-provider' (#27) from core/page-provider into main
firmanr2026-07-23 09:00:00 +00:00
79b291cf74
refactor: improve code readability by formatting and restructuring useRef and useCallback hooks in EnterpriseDataTable component
Firman Ramdhani2026-07-23 15:58:08 +07:00
9a8d94cd98
feat: update full-page module endpoint and transformer logic, optimize data-table search clearing, and hardcode auth token for development
Firman Ramdhani2026-07-23 15:33:55 +07:00
d69549b747
feat: implement server-side search, filter state management, and clearable inputs for data tables with associated API transformer updates.
Firman Ramdhani2026-07-23 15:12:49 +07:00
fa119deec2
feat: add configurable data table filtering and update API endpoints for the example module
Firman Ramdhani2026-07-23 13:24:08 +07:00
ddf11741e9
feat: enhance data-table with search, filter/setting drawers, and updated UI controls
Firman Ramdhani2026-07-23 12:30:39 +07:00
4e13423409
feat: implement bulk action confirmation modal and related functionality
Firman Ramdhani2026-07-23 11:47:23 +07:00
0243b6aa96
feat: enhance internationalization with new translation keys, improve action handling in data tables, and add responsive view support for row actions
Firman Ramdhani2026-07-22 15:35:39 +07:00
66c7e6fd47
Merge pull request 'core/page-provider' (#26) from core/page-provider into main
firmanr2026-07-22 06:42:51 +00:00
9a1422ef28
feat: add fields translations to common.json and enhance EnterpriseDataTable with status column and StatusBadge component
Firman Ramdhani2026-07-22 13:42:28 +07:00
d31c1ab9db
Merge pull request 'core/page-provider' (#25) from core/page-provider into main
firmanr2026-07-22 03:56:52 +00:00
f70aa9d29e
feat: enhance full page functionality with updated translations, improved pagination handling, and new bulk action components
Firman Ramdhani2026-07-22 10:56:26 +07:00
058a571866
feat: add EnterpriseDataTable component, integrate standard pagination, and update AgGridProvider for enhanced data handling
Firman Ramdhani2026-07-21 18:52:37 +07:00
bd88ed53a4
refactor: integrate standard pagination, update payment methods API, and replace custom data table with EnterpriseDataTable component
Firman Ramdhani2026-07-20 17:04:04 +07:00
a761ba05c9
feat: implement bulk action framework, expand data table component, and update enterprise module configuration.
Firman Ramdhani2026-07-20 17:03:25 +07:00
7cec05464a
feat: update API endpoint, add hardcoded auth token, and configure detail page highlight key
Firman Ramdhani2026-07-20 15:15:01 +07:00
ac049c7cf7
feat: update API endpoint, mock auth token, adjust meta schema, and add detail page highlight key
Firman Ramdhani2026-07-20 14:47:35 +07:00
84ea3c5b3e
feat: standardize pagination and response structure for API data services
Firman Ramdhani2026-07-20 14:46:27 +07:00
efa1c086a0
feat: add transformPayloadFilter method to IDataTransformer and integrate it in getMany for filter transformation
Firman Ramdhani2026-07-20 14:29:20 +07:00
f2cff7699a
fix: update cSpell.words in settings.json and improve code formatting in various files
Firman Ramdhani2026-07-20 14:18:33 +07:00
6a11ed2420
fix: update module configuration imports to use lowercase variable names for consistency
Firman Ramdhani2026-07-20 14:12:04 +07:00
dd18787ee7
refactor: integrate Zustand store into EnterpriseModuleProvider and update module configurations to use store-based state management
Firman Ramdhani2026-07-20 14:09:46 +07:00
20965f9acf
Merge pull request 'core/page-provider' (#24) from core/page-provider into main
firmanr2026-07-20 06:28:17 +00:00
d089c40707
feat: integrate AG Grid with Mantine theme and add showcase component
Firman Ramdhani2026-07-20 11:48:47 +07:00
853769b1f8
feat: add StatusBadge component with configurable status display
Firman Ramdhani2026-07-16 11:36:17 +07:00
d004836615
fix: remove highlightDataKey from EnterpriseDetailPageProvider in FullPagePageDetail
Firman Ramdhani2026-07-16 11:28:55 +07:00
a4240643ec
fix: rename getCustomStatusConfig to getCustomStatusBadgeConfig in EnterpriseDetailPageConfig
Firman Ramdhani2026-07-16 11:27:28 +07:00
546bdfee49
fix: rename getCustomStatusConfig to getCustomStatusBadgeConfig in EnterpriseDetailPageProvider
Firman Ramdhani2026-07-16 11:27:15 +07:00
efc8cb44a5
fix: update data extraction in EnterpriseDetailPageProvider and enhance action handling for master data states
Firman Ramdhani2026-07-16 11:21:53 +07:00
ed6e8f31ee
fix: update BreadcrumbBar component to correctly assign keys and enhance error handling in EnterpriseDetailPageProvider
Firman Ramdhani2026-07-16 10:51:06 +07:00
9b09938a50
Refactor i18n structure and update language files
Firman Ramdhani2026-07-16 10:35:08 +07:00
03eb4a803b
fix: update fallback color in getIntentColor function to use theme default
Firman Ramdhani2026-07-15 18:09:37 +07:00
7ce4ced7d6
feat: enhance enterprise module with new actions and UI improvements
Firman Ramdhani2026-07-15 15:28:58 +07:00
383e2627e0
feat: add moduleType to configurations, introduce DetailPageProvider, and consolidate macOS detection into module provider context
Firman Ramdhani2026-07-13 15:39:10 +07:00
0bbd376125
feat: add DataTable component to FullPagePageIndex and remove placeholder content
Firman Ramdhani2026-07-13 14:29:11 +07:00
56d3803457
refactor: rename withMenuFilter prop to showMenuFilter in SidebarMenu component style: update text size and color in BookmarkDrawer and HistoryDrawer components
Firman Ramdhani2026-07-13 14:14:35 +07:00
eeab2df2f2
feat: Implement history and bookmark management features
Firman Ramdhani2026-07-13 14:09:03 +07:00
164ec284ae
feat: implement platform-specific keyboard shortcuts and refactor shortcut data management
Firman Ramdhani2026-07-13 10:17:07 +07:00
ad5be7056a
fix: update storage key in theme store to use AppStorageKey.THEME
Firman Ramdhani2026-07-10 23:04:47 +07:00
acd597305a
refactor: move theme store to a new directory and update import paths
Firman Ramdhani2026-07-10 23:00:41 +07:00
2b8f9a9cbc
feat: add full page index component with pagination and actions
Firman Ramdhani2026-07-10 22:58:55 +07:00
430b231360
fix: add meta tag to prevent translation by Google
Firman Ramdhani2026-07-06 15:23:46 +07:00
a43ea0697a
feat: internationalize sidebar collapse and expand labels using translation keys
Firman Ramdhani2026-07-06 15:21:04 +07:00
d91293eac1
style: update sidebar search action icon variant from light to subtle
Firman Ramdhani2026-07-06 13:54:17 +07:00
34d1dff0f6
feat(sidebar): add expand/collapse functionality and search menu with keyboard shortcuts feat(i18n): add translations for expand/collapse menu and search menu
Firman Ramdhani2026-07-06 13:27:28 +07:00
7d53f90f40
Merge pull request 'feat(pouch-service): move toContainsRegex method to PouchService and add listIndexes and explain methods' (#22) from core/new-feature-pouch into main
firmanr2026-07-06 04:59:53 +00:00
9b82d2e47e
feat(pouch-service): move toContainsRegex method to PouchService and add listIndexes and explain methods
Firman Ramdhani2026-07-06 11:59:19 +07:00
39eef9e1ce
Merge pull request 'feat(core-storage): add PouchEnvelope tests and LocalStorageService implementation' (#21) from core/new-feature-pouch into main
firmanr2026-07-06 04:54:01 +00:00
c9dbe6c204
feat: add system pages for information, notifications, and settings with corresponding navigation and i18n support
Firman Ramdhani2026-07-03 16:27:30 +07:00
03fc2d2036
refactor: update notification strings and improve translations in common.json
Firman Ramdhani2026-07-03 16:18:33 +07:00
6df6880ba3
refactor: improve layout spacing and enhance preferences menu in HeaderLayout
Firman Ramdhani2026-07-03 15:59:14 +07:00
f9df63a27d
feat: enhance HeaderLayout with user profile menu and notifications, update translations for common terms
Firman Ramdhani2026-07-03 15:51:00 +07:00
5040d41152
fix: revert layout variant to 'header-first' in ModuleLayout and update HeaderLayout logo
Firman Ramdhani2026-07-03 15:09:55 +07:00
e7b542e96c
feat: update sidebar layout to use 'sidebar-first' variant and enhance mobile menu header with CloseButton
Firman Ramdhani2026-07-03 14:56:53 +07:00
eed10fb4d2
feat: add menu filtering to sidebar and expand menu data with new items
Firman Ramdhani2026-07-03 14:48:19 +07:00
5572bca964
refactor: implement nested menu support in sidebar using recursive components and flyout menus
Firman Ramdhani2026-07-03 14:19:34 +07:00
81fa9aa9d6
feat: implement dynamic sidebar navigation with module-based routing and layout integration
Firman Ramdhani2026-07-03 13:26:26 +07:00
0e9188aeae
feat: implement single-page module with data services, transformers, and UI components
Firman Ramdhani2026-07-03 11:53:48 +07:00
299ddaad27
feat: add initial implementation of state management for full-page presentation
Firman Ramdhani2026-07-01 18:06:40 +07:00
7130eb3fe3
Merge pull request 'docs/dev' (#20) from docs/dev into main
firmanr2026-06-24 12:20:00 +00:00
dc2eeae731
docs: update documentation instructions for running locally with dependency installation
Firman Ramdhani2026-06-24 19:19:11 +07:00
293069a594
style: adjust navigation search bar positioning and button styling for improved aesthetics
Firman Ramdhani2026-06-24 18:09:52 +07:00
e313967075
feat: enable local search with detailed view in VitePress configuration
Firman Ramdhani2026-06-24 17:51:34 +07:00
cccc2c40fc
docs: enrich documentation with architectural foundations, component descriptions, and external library links across the codebase.
Firman Ramdhani2026-06-24 17:43:55 +07:00
9ab2af7393
Merge pull request 'docs/dev' (#19) from docs/dev into main
firmanr2026-06-24 09:36:34 +00:00
3d56eed2b8
feat: update docs site branding with custom logo, favicon, and elegant navbar styling
Firman Ramdhani2026-06-24 16:35:14 +07:00