You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
npmrun
7681e5e0f2
feat: add favorites functionality for cards
- Implemented a new `favorites` table in the database schema to store user favorites.
- Added API endpoint to toggle favorite status for cards.
- Enhanced card listing to include favorited status for the current user.
- Created service functions to manage favorites, including toggling and listing favorites.
- Updated migrations to include the new `favorites` table and its associated indexes.
2 weeks ago
..
CardDetailModal.vue
feat: add favorites functionality for cards
2 weeks ago
CardFormModal.vue
feat: Implement CRUD operations for cards, categories, tags, and tools
2 weeks ago
CategoryFormModal.vue
feat: Implement CRUD operations for cards, categories, tags, and tools
2 weeks ago
CategoryTreeNode.vue
feat: Implement CRUD operations for cards, categories, tags, and tools
2 weeks ago
ContextMenu.vue
feat: implement category tree and context menu components for sidebar navigation
2 weeks ago
LeftSidebar.vue
feat: add favorites functionality for cards
2 weeks ago
WaterfallCard.vue
feat: Implement CRUD operations for cards, categories, tags, and tools
2 weeks ago
WaterfallImageCard.vue
feat: Implement CRUD operations for cards, categories, tags, and tools
2 weeks ago
WaterfallPortfolioCard.vue
feat: Implement CRUD operations for cards, categories, tags, and tools
2 weeks ago
WaterfallProjectCard.vue
feat: Implement CRUD operations for cards, categories, tags, and tools
2 weeks ago
WaterfallTextCard.vue
feat: Implement CRUD operations for cards, categories, tags, and tools
2 weeks ago