infoalloggi-monorepo/apps/infoalloggi/src/pages
Marco Pedone 1971251490 feat(chat): implement chat bubble, list, sidebar, topbar, and loading components
- Added ChatBubble component for displaying individual chat messages with read status and timestamps.
- Introduced ChatList component to manage and display a list of messages, including editing and deleting functionalities.
- Created ChatSidebar for navigating between active chats and managing user interactions.
- Developed ChatTopbar for displaying chat information and admin actions.
- Implemented loading animation for messages with MessageLoading component.
- Enhanced user experience with context menus for chat options and dialogs for editing and deleting messages.
2026-04-22 19:17:54 +02:00
..
annuncio feat: refactor error handling and response structure in authentication and payment processes 2026-04-17 17:15:13 +02:00
api fix: improve error handling for SESSION_EXPIRED and UNAUTHORIZED in TRPC links 2026-04-13 16:23:09 +02:00
area-riservata feat(chat): implement chat bubble, list, sidebar, topbar, and loading components 2026-04-22 19:17:54 +02:00
auth feat: refactor error handling and response structure in authentication and payment processes 2026-04-17 17:15:13 +02:00
servizio feat: refactor error handling and response structure in authentication and payment processes 2026-04-17 17:15:13 +02:00
404.tsx feat: add Umami event tracking to various buttons across components 2026-03-09 16:00:54 +01:00
500.tsx feat: update payment preparation logic to include 'Rinnovo' type and handle errors gracefully 2026-03-08 15:33:50 +01:00
500Auth.tsx refactor: remove unused annunci data fetching and components; update ricerca logic 2026-01-20 18:38:17 +01:00
_app.tsx fix: change default theme to light in ThemeProvider 2026-02-19 09:59:07 +01:00
_document.tsx feat: add analytics script to the document body 2026-03-09 15:26:29 +01:00
annunci.tsx Add documentation comments for admin and user-facing pages 2026-03-09 17:33:02 +01:00
annuncio-non-trovato.tsx feat: implement Result type for handling success and error states in API responses 2026-03-19 10:20:41 +01:00
chi-siamo.tsx Add documentation comments for admin and user-facing pages 2026-03-09 17:33:02 +01:00
contatti.tsx feat: replace custom Textarea component with UI library version across multiple files 2026-03-27 18:10:05 +01:00
guida.tsx Add documentation comments for admin and user-facing pages 2026-03-09 17:33:02 +01:00
index.tsx feat: add AnniversaryBanner component with visibility animation and update Home page layout 2026-03-24 12:03:31 +01:00
login.tsx feat: document login flow and update flow generation for login process 2026-03-27 18:49:13 +01:00
prezzi.tsx Add documentation comments for admin and user-facing pages 2026-03-09 17:33:02 +01:00
privacy-policy.tsx Add documentation comments for admin and user-facing pages 2026-03-09 17:33:02 +01:00
proprietari.tsx Add documentation comments for admin and user-facing pages 2026-03-09 17:33:02 +01:00
sitemap.xml.ts Add documentation comments for admin and user-facing pages 2026-03-09 17:33:02 +01:00
termini-condizioni.tsx Add documentation comments for admin and user-facing pages 2026-03-09 17:33:02 +01:00
test.tsx feat: add Facehash component for deterministic avatar generation and update UserAvatar to use it 2026-01-30 15:24:09 +01:00