Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
74c73a9e8f
refactor: Update GroupsPage to use standard HTML for now
679169e4fb
refactor: Simplify ChoresPage structure and enhance form functionality
a7fbc454a9
Refactor: Reset Alembic migrations and consolidate models.
813ed911f1
Okay, I've made some changes to integrate the Valerie UI components into the Account, Group Detail, and List Detail pages. This is part of the ongoing effort to standardize the UI and make the code easier to maintain.
e358faf18d
Refactor main.cpp to implement a basic light tracking system using photoresistors. Updated pin assignments, simplified logic, and adjusted parameters for performance. Removed LED status updates and optimized sensor reading methods.
29ccab2f7e
feat: Implement chore management feature with personal and group chores
ed222c840a
Remove obsolete Alembic migration files related to chore tables and assignments. This cleanup eliminates unused migration scripts that are no longer needed in the project.
04b0ad7059
Merge pull request #1 from whtvrboo/feat/chore-management-backend-core
185e89351e
Update expense creation to include current user ID for better tracking. Introduce a utility function to round monetary values to two decimal places. Enhance ListDetailPage styles by adding overflow handling for improved UI layout.
17bebbfab8
Refactor UI styles across multiple pages to enhance consistency and responsiveness. Update background colors to use CSS variables for improved theming in GroupDetailPage, GroupsPage, ListDetailPage, and ListsPage. Ensure all components align with the overall design system for a cohesive user experience.
fc355077ab
Enhance database connection management by adding pool_pre_ping to ensure connections are live. Update connection pool settings for improved reliability.
eb19230b22
Refactor frontend components and styles for improved UI consistency and responsiveness. Update HTML structure in index.html, enhance SCSS variables in valerie-ui.scss, and implement new layout styles across various pages. Adjust component props and event emissions for better data handling in CreateListModal and ConflictResolutionDialog. Add Material Icons for better visual representation in navigation. Ensure all changes align with the overall design system for a cohesive user experience.
c8cdbd571e
Add FastAPI database transaction management strategy and update requirements
d6d19397d3
Refactor authentication and user management to standardize session handling across OAuth flows. Update configuration to include default token type for JWT authentication. Enhance error handling with new exceptions for user operations, and clean up test cases for better clarity and reliability.
323ce210ce
Refactor database session management across multiple API endpoints to utilize a transactional session, enhancing consistency in transaction handling. Update dependencies in costs, financials, groups, health, invites, items, and lists modules for improved error handling and reliability.
98b2f907de
Refactor CRUD operations across multiple modules to standardize transaction handling using context managers, improving error logging and rollback mechanisms. Enhance error handling for database operations in expense, group, invite, item, list, settlement, and user modules, ensuring specific exceptions are raised for integrity and connection issues.
193be18726
Add initial HTML, CSS, and JavaScript files for form management interface
2ac4fda944
Refactor project structure to transition from Rust to Node.js, removing Rust-specific files and adding Node.js dependencies. Introduced Docker support with a new Dockerfile and docker-compose.yml. Added server.js for Express application setup, along with necessary middleware and routes. Updated .gitignore to exclude environment files and SQLite database. Removed legacy files including Cargo.toml, Cargo.lock, and design.html.
515534dcce
Add conflict resolution for list creation and updates; implement offline action handling for list items. Enhance service worker with background sync capabilities and improve UI for offline states.
3f0cfff9f1
Refactor authentication endpoints and user management; update CORS settings and JWT handling for improved security and compatibility with FastAPI-Users. Remove deprecated user-related endpoints and streamline API structure.
72b988b79b
Refactor authentication and database session handling; update user schemas for enhanced functionality and compatibility with FastAPI-Users.