fix[frontend]: sidebar active state

- replace conversation sidebar with shadcn sidebar
- refactor: rename and simplify permissions for better clarity and usability
- WIP - Snoozing of conversations and UI.
This commit is contained in:
Abhinav Raut
2025-01-07 04:23:27 +05:30
parent caf8e7d34d
commit 7f4f8ecf66
41 changed files with 982 additions and 869 deletions

View File

@@ -176,6 +176,9 @@ func main() {
// Purge unlinked message media.
go media.DeleteUnlinkedMessageMedia(ctx)
// Run the unsnoozer.
go conversation.RunUnsnoozer(ctx)
// Init the app
var app = &App{
lo: lo,