Replace ghost action links with shared btn components in Queue.
Deploy Ladill Queue / deploy (push) Successful in 1m6s

Aligns kiosk, appointment, queue, and admin destructive actions with the Frontdesk pill-button pattern.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-09 06:38:09 +00:00
co-authored by Cursor
parent 5780ace7d0
commit cfef8bee06
12 changed files with 186 additions and 23 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
</select>
</div>
</template>
<button type="button" @click="steps.push({name:'',service_queue_id:''})" class="text-sm text-indigo-600">Add step</button>
<x-btn type="button" @click="steps.push({name:'',service_queue_id:''})" variant="link" size="sm">Add step</x-btn>
<button type="submit" class="btn-primary w-full">Save workflow</button>
</form>
</div>