Commit Graph

10 Commits

Author SHA1 Message Date
Jose
3a848b3f56 refactor: improve read-only logic and title handling in PastePanel 2026-03-17 18:22:59 +01:00
Jose
d9eb92300a fix: font problem 2026-03-17 18:05:01 +01:00
Jose
bf40b235f0 refactor: remove unused components and styles; consolidate password handling in new components
- Deleted ProtectedRoute, ContentWrapper, CustomCarousel, CustomContainer, CustomModal, Footer, Header, and Building components as they were no longer needed.
- Removed associated CSS files for the deleted components.
- Introduced PasswordInput and PasswordModal components to handle password input and modal display for protected pastes.
- Updated PastePanel to utilize new PasswordInput and PasswordModal components for better password management.
- Refactored Home component to streamline data fetching and improve readability.
- Enhanced error handling in useData hook and improved session management logic.
2026-03-17 03:57:47 +01:00
Jose
fcd477e876 Improve: enhance real-time paste handling and add saving status feedback 2026-03-17 03:08:38 +01:00
Jose
924f9626a6 feat: add real-time collaboration features with STOMP and SockJS
- Added @stomp/stompjs and sockjs-client dependencies for WebSocket communication.
- Updated routing for pastes to include new endpoint structure.
- Implemented real-time editing in PastePanel using STOMP for collaborative editing.
- Introduced NotificationModal for experimental mode warnings.
- Enhanced NavBar to display connection status.
- Refactored Home and PastePanel components to support new features and improve user experience.
- Updated error handling in DataContext to utilize ErrorContext for better error management.
- Added CSS animations for connection status indication.
2026-03-17 02:25:59 +01:00
Jose
f29d82f311 Improve: error handling and data fetching in PastePanel and useData hooks 2026-03-16 01:20:01 +01:00
Jose
69140e6da1 improved: error handling, form state, paste fetching and monaco editor config 2026-03-07 21:51:47 +01:00
Jose
4d0c4d3f26 Add: migration to new backend 2026-02-24 03:39:49 +01:00
Jose
589215b2bc [REPO REFACTOR]: changed to a better git repository structure with branches 2025-11-01 05:49:49 +01:00
Jose
4d0f44e995 Initial commit 2025-11-01 05:49:24 +01:00