Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix mobile view and rework (s)css to use PrimeVue theming or inline PrimeFlex classes #98

Merged
merged 32 commits into from
Jan 2, 2024

Conversation

CodeNamedRobin
Copy link
Contributor

@CodeNamedRobin CodeNamedRobin commented Dec 24, 2023

Fixes #29

- Added translations to TopupModalComponent
- Made ProfileView.vue mobile friendly
- Fixed Saldo link in the TopNavbar
- Made POSOverviewTableComponent mobile friendly
- Fixed Copyright banner sometimes overlapping content
- Made POSCreateView mobile friendly
- Removed all css from POSCreateView and reworked using PrimeFlex
@CodeNamedRobin CodeNamedRobin changed the title Add quick bar overview and fix home view on mobile Fix mobile view and rework (s)css to use PrimeVue theming or inline PrimeFlex classes Dec 25, 2023
@CodeNamedRobin CodeNamedRobin marked this pull request as draft December 25, 2023 12:14
- Reworked most scss into PrimeFlex inline classes in POSEditView.vue

- Made POSEditView.vue mobile friendly
- Removed handleClosed function in POSInfoView
- Reworked ProductGridComponent to use PrimeFlex classes
- ProductGridComponent is now responsive to screen size
- Reworked ProductComponent to use PrimeFlex classes
- Re-ordered some components in POSInfoView
- POSInfoView is now mobile friendly
- Reworked the modal for creating users to be mobile friendly
- Reworked styling of SingleUserView.vue
- Made SingleUserView.vue mobile friendly
- Reworked styling of ProductsContainersView.vue
- Made ProductsContainersView.vue mobile friendly(ish)
- Remade CreateProductDialog and made mobile friendly
- Reworked and made remaining dialogs mobile friendly
@CodeNamedRobin CodeNamedRobin marked this pull request as ready for review December 26, 2023 23:37
@SuperVK
Copy link
Member

SuperVK commented Dec 27, 2023

Bottom bar is not sticky to the bottom of the screen when content doesn't fill the entire screen
image

src/views/BalanceView.vue Outdated Show resolved Hide resolved
SuperVK and others added 4 commits December 27, 2023 02:11
- Fixed ProductCreateComponent
- Fixed CopyRightBanner not always staying at the bottom
- Removed one usage of severity="danger" in BalanceView.vue
src/components/ProductComponent.vue Outdated Show resolved Hide resolved
src/components/ProductDialogComponent.vue Outdated Show resolved Hide resolved
@SuperVK SuperVK self-requested a review December 27, 2023 15:11
src/views/LoginView.vue Show resolved Hide resolved
src/views/PointOfSale/POSEditView.vue Show resolved Hide resolved
src/views/SingleUserView.vue Outdated Show resolved Hide resolved
src/views/TermsOfServiceView.vue Outdated Show resolved Hide resolved
src/views/TransactionsView.vue Outdated Show resolved Hide resolved
Copy link
Contributor

@JustSamuel JustSamuel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mooi

@JustSamuel JustSamuel merged commit c0f7e62 into develop Jan 2, 2024
1 check passed
@JustSamuel JustSamuel deleted the feature/themes branch January 2, 2024 13:44
Copy link

🎉 This PR is included in version 1.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature Request: Create mobile layout and styling
3 participants