LibraryLeave App — 4. Approval
PROleave
Leave App — 4. Approval
Screen 4 of 5 of the Leave Requests mini-app: the manager queue with working Approve / Reject buttons that Patch the shared colLeaves — approvals update the balance and list screens instantly.
Pending leave requests
Alice Martin — RTT (2 d)
31/07 → 01/08
Bob Chen — Paid leave (3 d)
10/08 → 12/08
Mini-app · screen 4 of 5
MINI-APP SUITE
Leave Requests mini-app
The 5 screens share the colLeaves collection — paste them all, wire the Navigate calls, and the app works end-to-end.
YAML source
Preview — full code with PRO# Leave App 4/5 — Approval — PowerBlocks (PRO mini-app)
# FUNCTIONAL on paste: Approve / Reject Patch the shared colLeaves
# (initializing it with the demo data on first click).
- LeaveApproval:
Control: GroupContainer
Variant: ManualLayout
Properties:
X: =0
Y: =0
Width: =Parent.Width
Height: =Parent.Height
Fill: =RGBA(10, 10, 10, 1)
Children:
# … full component definition unlocked with PROThis is a partial preview. Unlock the full component →