LibraryLeave App — 3. My Requests
PROleave
Leave App — 3. My Requests
Screen 3 of 5 of the Leave Requests mini-app: every request with one-tap status filtering, date ranges, day counts and colored statuses — backed by the shared colLeaves collection with a demo fallback.
AllPendingApproved
Paid leave
5 dApproved
RTT
2 dPending
Sick leave
1 dRejected
Mini-app · screen 3 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 3/5 — My Requests — PowerBlocks (PRO mini-app)
# All requests with status chip filtering, over the shared colLeaves collection
# (inline demo fallback until it exists). "Reset demo" (re)creates it —
# replace the demo Table with your data source.
- LeaveList:
Control: GroupContainer
Variant: ManualLayout
Properties:
X: =0
Y: =0
Width: =Parent.Width
Height: =Parent.Height
Fill: =RGBA(10, 10, 10, 1)
# … full component definition unlocked with PROThis is a partial preview. Unlock the full component →