Skip to content

Conversation

@arbadacarbaYK
Copy link

PrintButton topping others
photo_2025-12-06_11-39-57

Overflowing wallet-id
photo_2025-12-06_11-55-36

Items columns too much/items invisible
photo_2025-12-06_12-02-35

Before: inputmode='numeric' caused mobile keyboards to show numeric keypad
without Enter key, preventing users from adding tip values by pressing Enter.

After: Changed to inputmode='decimal' which shows numeric keyboard WITH Enter
key on mobile, allowing users to type tip percentages and press Enter to add them.
Before: Receipts button (receipt_long icon) and Fullscreen button (grid icon)
were overlapping/partially visible behind each other in the top-right FAB menu
on mobile. The buttons appeared stacked but one was visible behind the other,
making it difficult to see which button was which and interact with them properly.

After:
- Reduce top-right offset on mobile (8px vs 18px) for better spacing
- Hide external labels on mobile to prevent overlap
- Add proper spacing and z-index between FAB action buttons
- Ensure buttons stack properly without visual overlap
- Matches Quasar's lt.sm breakpoint (< 600px) for consistency
Before: Wallet and Tip Wallet select fields were displaying long alphanumeric
wallet IDs (e.g., '06e47bb0335a4a66a3983047348fe') that overflowed beyond the
input field boundaries on mobile screens. The text extended outside the visible
field area, making it difficult to see the full wallet ID and creating a poor
user experience.

After:
- Added mobile-only CSS to truncate long wallet IDs with ellipsis when they overflow
- Applied text-overflow: ellipsis only to wallet select fields on mobile
- Text truncation only occurs when content actually overflows (not for short IDs)
- Matches Quasar's lt.sm breakpoint (< 600px) for consistency
…n config page

Fixes mobile display issue where items table overflowed and items didn't show properly (see screenshot).

- Hide id, tax, and disabled columns on mobile (< 600px)
- Show only delete, edit, title, and price columns on mobile
- Added CSS to ensure table fits and truncates long text
- Items now display properly in the list on mobile devices
@talvasconcelos
Copy link
Collaborator

This has been fixed for a while now. What screen size is that, and what TPoS version are you using?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants