Josh Daniel Bañares
Josh Daniel Bañares
a feature where u can create different sections in a room. eg. a section for activities & another section for announcements - [x] Add section - [ ] Edit section...
when a user clicks `Complete Task` display confetti! 🎊 you can use: https://www.npmjs.com/package/react-canvas-confetti
`Umamin v2.0` — a complete rewrite. new ui, better performance, a new platform.
This PR is a release tracker for `Umamin Social` & `Umamin Partners` 
This PR is a release tracker for the development branch
Reading through docs and encountered a minor typo on the field name. > https://orm.drizzle.team/docs/tutorials/drizzle-with-turso#create-tables ```ts createdAt: integer('created_at', { mode: 'timestamp' }).default(sql`(strftime('%s', 'now'))`), updateAt: integer('updated_at', { mode: 'timestamp' }).default(sql`(strftime('%s', 'now'))`), ```...