Gift card theme uses a table to display redeemed gift cards

Created on 2 November 2024, 6 months ago

Problem/Motivation

Currently the theme for the the redeemed gift cards uses a table. A table is entirely unnecessary for displaying redeemed gift cards. They can also break layouts on small screens. Additionally most themes will have no styling for this table so the code and the remove button will be squished together with gap between them.

Steps to reproduce

Proposed resolution

Change to using a div with inline elements
<div>{{ giftcard.code }} {{ giftcard.remove_button }}</div>

Remaining tasks

User interface changes

API changes

Data model changes

✨ Feature request
Status

Active

Version

2.0

Component

User interface

Created by

πŸ‡ΊπŸ‡ΈUnited States rhovland Oregon

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024