4856-worker.time-control #1375

Merged
joan merged 32 commits from 4856-worker.time-control into dev 2023-03-16 06:39:02 +00:00
3 changed files with 5132 additions and 5123 deletions
Showing only changes of commit 6cc7017475 - Show all commits

File diff suppressed because it is too large Load Diff

View File

@ -154,6 +154,11 @@
"model": "Account", "model": "Account",
"foreignKey": "id" "foreignKey": "id"
}, },
"user": {
"type": "belongsTo",
"model": "Account",
"foreignKey": "id"
},
"payMethod": { "payMethod": {
"type": "belongsTo", "type": "belongsTo",
"model": "PayMethod", "model": "PayMethod",

View File

@ -6,7 +6,7 @@
align-items: center; align-items: center;
border-radius: 50%; border-radius: 50%;
font-size: .9rem; font-size: .9rem;
width: 30px; height: 28px;
height: 30px; width: 28px;
cursor: pointer; cursor: pointer;
} }