d11n
bdf56c0a6f
Keypad: List recent transactions ( #5478 )
...
* Keypad: List recent transactions
Closes #5379 .
* UI updates
* Optional: No border
* Fix class
* Decrease keypad max-width
2023-11-30 18:19:03 +09:00
d11n
6d288271cd
Unify public page styles ( #5462 )
...
Based on #5413 and needs it to get merged first.
- Uses `--wrap-max-width` on `.public-page-wrap` rather than inner `.container` classes
- Applies `.tile` class to boxes and makes them connect to the edge of the screen below `400px` width.
2023-11-21 10:13:26 +01:00
d11n
696a414e95
POS Keypad: Add plus and change clear functionality ( #5396 )
...
Closes #5299 .
2023-11-02 20:03:34 +01:00
d11n
845e2881fa
POS Cart redesign ( #5171 )
...
* Move POS assets
* WIP
* Refactor into common Vue mixin
* Offcanvas updates
* Unifications across POS views
* POSData view fix
* Number and test fixes
* Update cart width
* Fix test
* More view unification
* Hide cart when emptied
* Validate cart
* Header improvement
* Increase remove icon size
* Animate add to cart action
* Offcanvas for mobile, sidebar for desktop
* ui+pos: updates icon size + badge + label
* Remove cart table headers
* Use same size for Cart and Shop headlines
* Update search placeholder
* Bump horizontal input padding
* Increase sidebar width
* Bump badge font size
* Fix manipulating the quantity of line items
* Fix cart icon
* Update cart display
* updates empty button
* Rounded search input
* Remove cart button on desktop
* Fix dark accent color
* More accent fixes
* Fix plus/minus alignment
* Update BTCPayServer/Views/Shared/PointOfSale/Public/Cart.cshtml
* Apply suggestions from code review
---------
Co-authored-by: dstrukt <gfxdsign@gmail.com>
2023-07-22 21:15:41 +09:00