Skip to content

Commit e904774

Browse files
authored
Stepper redesign (#85)
* Stepper fix * Fix Margins, User Status Update and Join as the only required calls * Loop fix * button css * Fix join stepper * Status Page Fixes * . * Fix Admin Page order * status page button * Fix Status page showing notifed after user left the queue * Deleteed refress button hide * Color * Refrest button to circular progress
1 parent 7cc215d commit e904774

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

simplq/.firebaserc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"projects": {
3-
"default": "simplq-dev"
3+
"default": "simplq-us"
44
}
55
}

simplq/src/components/page/AdminQueue/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export default () => {
6161
return <>
6262
<CentralSection heading={queueName}>
6363
<CreaterStepper />
64-
<ShareBar queueId={queueId} className={classes.urlBox} onRefresh={update} />
64+
<ShareBar queueId={queueId} className={classes.urlBox} onRefresh={() => {update(); setItems(false)}} />
6565
<ItemList items={items} queueId={queueId} joinQueueHandler={addNewItem} removeItemHandler={removeItemHandler} />
6666
</CentralSection>
6767
</>

0 commit comments

Comments
 (0)