v1.147.0
Feature
Add spaces route for improved space management
- Introduced a new spaces route in server/app.ts to enhance space-related functionality.
- Updated member invitation handling in server/routes/spaces.ts to use 'invitedEmail' for clarity.
- Improved data structure for pending invitations to streamline member management.
Feature
Record last visited thread and note paths
- Implemented tracking of last visited thread and note pages to update visit counts in the database.
- Added logic to conditionally post visit data based on the current pathname, enhancing user engagement metrics.
- Utilized useRef to manage the last visited path state, ensuring efficient updates without unnecessary re-renders.
