your personal website on atproto - mirror blento.app

Merge branch 'main' into fix-timer-stuff

authored by Florian and committed by GitHub 5aa7840e a511fbc2

+12 -9
+9 -6
docs/Beta.md
··· 11 11 12 12 - show nsfw warnings 13 13 14 - - big button card 14 + - card with big call to action button "create your blento" 15 15 16 - - card with big call to action button 16 + - ask to fill with some default cards on page creation 17 17 18 - - video card? 18 + - when adding images try to add them in a size that best fits aspect ratio 19 + 20 + - onboarding? 19 21 20 - - allow setting base and accent color 22 + - switch sidebar to a quick list of available cards with search function 21 23 22 - - ask to fill with some default cards on page creation 24 + - test 25 + - selfhosting 23 26 24 - - when adding images try to add them in a size that best fits aspect ratio 27 + - guestbook card 25 28 26 29 - onboarding? 27 30
+3 -3
src/lib/cards/index.ts
··· 31 31 import { DrawCardDefinition } from './DrawCard'; 32 32 import { TimerCardDefinition } from './TimerCard'; 33 33 import { SpotifyCardDefinition } from './SpotifyCard'; 34 - import { Model3DCardDefinition } from './Model3DCard'; 34 + // import { Model3DCardDefinition } from './Model3DCard'; 35 35 36 36 export const AllCardDefinitions = [ 37 37 ImageCardDefinition, ··· 65 65 VCardCardDefinition, 66 66 DrawCardDefinition, 67 67 TimerCardDefinition, 68 - SpotifyCardDefinition, 69 - Model3DCardDefinition 68 + SpotifyCardDefinition 69 + // Model3DCardDefinition 70 70 ] as const; 71 71 72 72 export const CardDefinitionsByType = AllCardDefinitions.reduce(
static/favicon.ico

This is a binary file and will not be displayed.