Fixes issues listed & UI improvements. #31
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request focuses on improving the user interface and user experience of the SMS Backup Reader app, with significant enhancements to styling, usability, and performance. The most important changes include a major UI/UX refresh across multiple components, improved handling of large message backups to prevent UI freezing, and several bug fixes and minor improvements.
UI/UX Improvements:
src/app/app.component.css,src/app/main/main.component.css,src/app/settings/settings.component.css,src/app/contact-list/contact-list.component.css,src/app/message-list/message-list.component.css,src/app/sms-loader/sms-loader.component.css,src/app/vcf-loader/vcf-loader.component.css) [1] [2] [3] [4] [5] [6]src/app/main/main.component.html,src/app/settings/settings.component.html,src/app/contact-list/contact-list.component.html,src/app/message-list/message-list.component.html,src/app/sms-loader/sms-loader.component.html,src/app/vcf-loader/vcf-loader.component.html) [1] [2] [3] [4] [5] [6]Performance and Data Handling:
src/app/sms-store.service.ts) [1] [2] [3]src/app/country-select/country-select.component.ts)src/app/country-select/country-select.component.ts)Minor Fixes and Improvements:
src/app/main/main.component.ts)src/app/country-select/country-select.component.css,src/app/country-select/country-select.component.html) [1] [2]README.md)Bug Fixes:
src/app/sms-store.service.ts,src/app/vcf-store.service.ts) [1] [2]These changes collectively make the app more visually appealing, responsive, and user-friendly, especially for users with large SMS backups.