Complete Offline Wallet Display & Edit

This commit is contained in:
yaso 2026-06-30 16:21:47 +02:00
parent 6ad1ea613c
commit 04f034971f
21 changed files with 973 additions and 507 deletions

View file

@ -1,7 +1,7 @@
# Generated by Hive CE
# Manual modifications may be necessary for certain migrations
# Check in to version control
nextTypeId: 7
nextTypeId: 8
types:
AppUser:
typeId: 0
@ -127,7 +127,7 @@ types:
index: 7
MIHLoyaltyCard:
typeId: 6
nextIndex: 7
nextIndex: 8
fields:
idloyalty_cards:
index: 0
@ -143,3 +143,21 @@ types:
index: 5
nickname:
index: 6
offline_id:
index: 7
Appointment:
typeId: 7
nextIndex: 6
fields:
idappointments:
index: 0
app_id:
index: 1
business_id:
index: 2
date_time:
index: 3
title:
index: 4
description:
index: 5