···1112- show nsfw warnings
1314-- big button card
1516-- card with big call to action button
1718-- video card?
001920-- allow setting base and accent color
2122-- ask to fill with some default cards on page creation
02324-- when adding images try to add them in a size that best fits aspect ratio
2526- onboarding?
27
···1112- show nsfw warnings
1314+- card with big call to action button "create your blento"
1516+- ask to fill with some default cards on page creation
1718+- when adding images try to add them in a size that best fits aspect ratio
19+20+- onboarding?
2122+- switch sidebar to a quick list of available cards with search function
2324+- test
25+ - selfhosting
2627+- guestbook card
2829- onboarding?
30
+3-3
src/lib/cards/index.ts
···31import { DrawCardDefinition } from './DrawCard';
32import { TimerCardDefinition } from './TimerCard';
33import { SpotifyCardDefinition } from './SpotifyCard';
34-import { Model3DCardDefinition } from './Model3DCard';
3536export const AllCardDefinitions = [
37 ImageCardDefinition,
···65 VCardCardDefinition,
66 DrawCardDefinition,
67 TimerCardDefinition,
68- SpotifyCardDefinition,
69- Model3DCardDefinition
70] as const;
7172export const CardDefinitionsByType = AllCardDefinitions.reduce(