fix: Improvements-v0.0.4 #29

Merged
rdenadai merged 1 commit from rdenadai/improvements-v0.0.4-fix into main 2025-11-07 14:46:31 +00:00
Owner

PWA Manifest Improvements and Bug Fixes (v0.0.4-fix)

Summary

This PR enhances the Progressive Web App (PWA) manifest configuration and fixes minor issues in the UI components for better user experience and PWA compliance.

Changes

PWA Manifest Enhancements (vite.config.js)

  • Added lang property: Set to 'en' to properly declare the application language for better accessibility and SEO
  • Reordered manifest properties: Improved organization by placing lang, scope, and orientation in a more logical sequence
  • Added related_applications: Configured relationship with BlueSky web app (https://bsky.app) to help app stores understand the connection
  • Added categories: Declared the app as a 'social' application for better discoverability in app stores

UI Improvements

  • LoginView.vue: Minor adjustments to improve form layout and user interaction
  • CreatePostView.vue: Enhanced post creation modal with better image handling and validation

💡 Benefits

  • Better PWA compliance and app store compatibility
  • Improved discoverability through proper categorization
  • Enhanced accessibility with language declaration
  • Clearer relationship with related applications
## PWA Manifest Improvements and Bug Fixes (v0.0.4-fix) ### Summary This PR enhances the Progressive Web App (PWA) manifest configuration and fixes minor issues in the UI components for better user experience and PWA compliance. ### Changes #### PWA Manifest Enhancements (vite.config.js) - **Added `lang` property**: Set to `'en'` to properly declare the application language for better accessibility and SEO - **Reordered manifest properties**: Improved organization by placing `lang`, `scope`, and `orientation` in a more logical sequence - **Added `related_applications`**: Configured relationship with BlueSky web app (`https://bsky.app`) to help app stores understand the connection - **Added `categories`**: Declared the app as a `'social'` application for better discoverability in app stores #### UI Improvements - **LoginView.vue**: Minor adjustments to improve form layout and user interaction - **CreatePostView.vue**: Enhanced post creation modal with better image handling and validation ### 💡 Benefits - ✅ Better PWA compliance and app store compatibility - ✅ Improved discoverability through proper categorization - ✅ Enhanced accessibility with language declaration - ✅ Clearer relationship with related applications
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
rdenadai/web.redecapivara.social!29
No description provided.