← All templates CRUD
Approval Queue
Pending-review table with priority badges, bulk-approve toolbar, and a warning alert.
Start typing to see your wireframe…
The Wiremark source
This is the entire template — edit it live in the editor, or paste it into any .wiremark file.
wiremarkUI
sidebar SD {
nav "Dashboard"
nav "Pending" active
nav "Approved"
nav "Rejected"
nav "Archive"
}
header H "Approvals"
page QUEUE "Pending Approvals" {
H
SD
toolbar {
search "Search requests…"
select "Filter by type"
button "Bulk approve" primary
}
alert "12 requests are awaiting review for more than 48 hours." warning
table "Pending Requests" {
columns "ID", "Requester", "Type", "Submitted", "Priority", "Actions"
row "#1042", "Alice Martin", "Budget increase", "2h ago", "High", "Approve · Reject"
row "#1041", "Bob Chen", "Access request", "5h ago", "Medium", "Approve · Reject"
row "#1038", "Carol White", "Vendor contract", "1d ago", "High", "Approve · Reject"
row "#1035", "David Kim", "Expense claim", "2d ago", "Low", "Approve · Reject"
}
}