Josh Daniel Bañares

Results 8 issues of 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...

enhancement

when a user clicks `Complete Task` display confetti! 🎊 you can use: https://www.npmjs.com/package/react-canvas-confetti

enhancement
good first issue

`Umamin v2.0` — a complete rewrite. new ui, better performance, a new platform.

release

This PR is a release tracker for `Umamin Social` & `Umamin Partners` ![image](https://github.com/user-attachments/assets/66001d3d-53e8-4620-85cd-56290fe082fe)

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'))`), ```...