697eb64dd4564ce089512343648d1c5c9cbe8252
- Extend DragType enum to support ResizeEventStart and ResizeEventEnd operations - Add visual resize handles at top/bottom edges of events for left-click resizing - Implement start time resize by dragging top handle (preserves end time) - Implement end time resize by dragging bottom handle (preserves start time) - Add visual feedback with resizing event preview during drag operations - Integrate resize operations with existing CalDAV update system - Add CSS styling for resize handles with hover effects and resize cursors - Maintain minimum 15-minute event duration during resize operations - Preserve context menu functionality while preventing conflicts during drag - Clean up code by removing experimental right-click drag functionality 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Calendar App
A full-stack calendar application built with Rust, featuring a Yew frontend and Axum backend with CalDAV integration.
Features
- Interactive calendar interface
- Event creation and management
- CalDAV server integration
- User authentication with JWT
- iCal format support
- Weekly recurrence patterns
- Responsive web design
Architecture
- Frontend: Yew (Rust WebAssembly)
- Backend: Axum (Rust async web framework)
- Protocol: CalDAV for calendar synchronization
- Database: SQLite (via migrations)
- Build Tool: Trunk for frontend bundling
Getting Started
Prerequisites
- Rust (latest stable version)
- Trunk (
cargo install trunk)
Development
-
Start the backend server:
cd backend cargo run -
Start the frontend development server:
trunk serve -
Open your browser to
http://localhost:8080
Building for Production
trunk build --release
Project Structure
src/- Frontend Yew applicationbackend/- Axum backend servermigrations/- Database schema migrationsdist/- Built frontend assets
Description
Languages
Rust
76.9%
CSS
22.4%
JavaScript
0.4%
Dockerfile
0.2%
HTML
0.1%