mirror of
https://github.com/Afilmory/afilmory
synced 2026-02-01 22:48:17 +00:00
- Refactored the database connection logic to utilize `neondatabase`, ensuring correct imports and type safety. - Implemented atomic upsert operations in the views API, allowing for efficient insertion and updating of records using PostgreSQL's `ON CONFLICT` clause. - Added new dependencies `ast-kit` and `unplugin-ast` for improved AST manipulation in the project. - Enhanced the UI components with toast notifications for user feedback on reactions and improved styling with Tailwind CSS. Signed-off-by: Innei <tukon479@gmail.com>