feat: Implement floating card preview on hover with boundary detection for list and grid views.

This commit is contained in:
2025-12-16 13:40:45 +01:00
parent 8433d02e5b
commit 618a2dd09d
5 changed files with 291 additions and 109 deletions

View File

@@ -0,0 +1,6 @@
Implemented CSV export for generated packs and cards.
Implemented CSV copy to clipboard functionality.
Implemented CSV import template download.
Removed demo button and functionality from CubeManager.
Updated CSV import template content.
Refactored parsing logic to support complex CSV imports.