Skip to content

Commit

Permalink
♻️ update dependencies and refactor UI components
Browse files Browse the repository at this point in the history
- Updated dependencies in `package-lock.json` to their latest versions, improving compatibility and fixing vulnerabilities.
- Refactored `app-index.ts`:
  - Reorganized layout and styling for better responsiveness and user experience.
  - Added a fixed "Install" and "Update" button container.
- Enhanced `page-home.ts`:
  - Improved layout, including responsive adjustments for various screen sizes.
  - Added new styles for input sections, image upload, and bottom toolbar.
  - Optimized styles for touch devices and landscape orientation.
  - Introduced safe area support for notched devices.
  • Loading branch information
joycexjl committed Jan 3, 2025
1 parent 109d871 commit 802ff43
Show file tree
Hide file tree
Showing 4 changed files with 570 additions and 518 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules/
server/dist/
diff.txt
Loading

0 comments on commit 802ff43

Please sign in to comment.