8 Commits (18eae8fa23af0c8fbdaf75e6f2bc0de0cb975132)
 

Author SHA1 Message Date
fandi.susanto.bts 18eae8fa23 feat: add CAutoComplete component with basic functionality and remote search support
- Implemented CAutoComplete.vue with props for modelValue, options, debounceWait, loading, and more.
- Added search functionality with debounce for remote city suggestions.
- Created AutoComplete.vue page for documentation and examples.
- Updated CSelect.vue to support remote searching and caching of selected values.
- Enhanced CMultiSelect.vue to handle object comparisons for selected values.
1 month ago
fandi.susanto.bts 3a8489d818 Select and MultiSelect 1 month ago
fandi.susanto.bts 5f3230cb7b Add filterable and clearable to CSelect. 1 month ago
fandi.susanto.bts bad6e8cb75 Fix collapsible sidebar. 1 month ago
fandi.susanto.bts 1e702a0f58 Basic Form Components 1 month ago
fandi.susanto.bts 3495e9d544 feat: add emoji search aliases and icon catalog components
- Created `emoji-search-aliases.ts` to define aliases for emojis.
- Added `icon-catalog.ts` to maintain a catalog of icons with their names and categories.
- Introduced `glyph-demo.scss` for styling the glyph demo page.
- Implemented routing in `index.ts` for component navigation.
- Added base styles in `demo.css` for consistent layout and button styles.
- Updated TypeScript configuration to include component types.
- Modified Vitest configuration for improved testing setup.
1 month ago
fandi.susanto.bts 8c54d1f8db Setup vite config and package json 1 month ago
fandi.susanto.bts caf513f311 Create vue project 1 month ago