chore: refactor ESLint configuration for improved linting rules and performance
fix: handle push event data parsing in service worker
style: adjust tabbar item properties for better readability in App.vue
refactor: remove unused functions and improve code clarity in TransactionDetail.vue
fix: ensure consistent event handling in CalendarView.vue
style: clean up component structure and formatting in various Vue files
chore: update launch script for better command execution
feat: add ESLint configuration file for consistent code style across the project
fix: resolve issues with button click events in multiple components
- Updated ReasonGroupList.vue to modify classify button behavior for adding new classifications.
- Refactored TransactionDetail.vue to integrate PopupContainer and enhance transaction detail display.
- Improved TransactionDetailDialog.vue with updated classify button functionality.
- Simplified BalanceView.vue by removing manual entry button.
- Enhanced PeriodicRecord.vue to update classify button interactions.
- Removed unused add transaction dialog from TransactionsRecord.vue.
- Added new API endpoints in TransactionRecordController for parsing transactions and handling offsets.
- Introduced BillForm.vue and ManualBillAdd.vue for streamlined bill entry.
- Implemented OneLineBillAdd.vue for intelligent transaction parsing.
- Created GlobalAddBill.vue for a unified bill addition interface.