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

Door check titles are longer than displayable #74

Open
1 of 3 tasks
miketheman opened this issue May 15, 2024 · 1 comment
Open
1 of 3 tasks

Door check titles are longer than displayable #74

miketheman opened this issue May 15, 2024 · 1 comment

Comments

@miketheman
Copy link
Member

I'm submitting a ... (check one with "x")

Current behavior:
When trying to pick an event for the Door Check, if the titles and time frames are too similar, it's not possible to see which even is which.

Example: Wed May 15 1:30 PM - Introduction ... - there are two such entries today.

Expected behavior:
Trim some of the information displayed in the title to make more characters visible

Related code:

<ion-select [(ngModel)]="product" interface="popover" [interfaceOptions]="{'cssClass': 'mycomponent-wider-popover'}" aria-label="products" label="Product" placeholder="Product">
<div *ngFor="let product of display_products">
<ion-select-option [value]="product.id">{{product.name}}</ion-select-option>
</div>
</ion-select>

getProductName(productId: number) {
return this.redeemable_products.find(x => x.id === productId)?.name
}

@miketheman
Copy link
Member Author

miketheman commented May 15, 2024

I'm not 100% certain how to dev/test a door check locally yet, but wanted to capture the issue as it surfaced.

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

No branches or pull requests

1 participant