diff --git a/README.md b/README.md
index ac2b823..ac5f004 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ No spreadsheets, no per-seat SaaS bill, no employee data leaving your server.
[](LICENSE)
[](./SPECIFICATION.md)
-
+
@@ -86,7 +86,7 @@ Absence puts it on infrastructure you already run and already trust:
## On the dashboard
-
+
Most people should not have to open a leave app to use one. The **dashboard widget**
is role-aware and shows each person exactly what is theirs to know: every employee
@@ -103,7 +103,7 @@ calendar, on the page they already open every morning.
> *"How many days do I have left, and can I take them in August?"* — answered on one
> screen, in about three seconds.
-
+
**Booking leave takes four fields and tells you everything you need before you send
it.** Pick a type and a date range, and the app:
@@ -135,7 +135,7 @@ already been approved politely asks your manager first, because they planned aro
## For line managers
-
+
**The common answer costs one click.** A request arrives as a Nextcloud notification
with **Approve**, **Decline** and **Review** buttons; approving happens in place and
@@ -154,7 +154,7 @@ When you do open a request, the sidebar gives you the whole picture:
- the employee's **reason**, the full **comment thread**, and a complete **history**
of every edit, escalation and decision.
-
+
**Team timeline** is a Gantt-style month view of your direct reports: continuous
leave pills, hatched while still pending, with weekend shading and a *today* line —
@@ -194,7 +194,7 @@ much as the category names. Enforced by the API, not merely hidden in the UI.
### Record absences directly
-
+
Sick leave is not something anyone applies for in advance. HR books it (or any type)
on an employee's behalf, straight to approved, with no approval step — and the
@@ -209,19 +209,19 @@ semicolon-separated, straight out of Excel.
### Balances and entitlements
-
+
Per-employee entitlement, used, pending, remaining and available, per year and type,
filterable by group. Set entitlements individually or **in bulk for a whole group**.
-
+
Every entitlement is a **base allowance plus an explicit adjustment with a note**, so
"why does Ada have 27 days?" always has an answer written down next to the number.
### Statistics
-
+
Stat tiles — approved leave days, **average sick days per employee across the
calendar year**, the busiest month, leave types used — plus an absence-days trend
@@ -235,27 +235,27 @@ down to the individual days.
### Who's off, company-wide
-
+
The same timeline as the team view, across the entire organisation — and each pill
opens the record behind it.
### Export
-
+
Leave requests and balances as CSV, with date-range and group filters, for payroll or
an external HR system.
**And HR requests their own leave like everybody else:**
-
+
---
## For administrators
-
+
Everything is configured from **Administration settings → Absence** — a declarative
settings form, so there is no bespoke admin UI to learn.
diff --git a/appinfo/info.xml b/appinfo/info.xml
index d664003..502c5f4 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -65,15 +65,15 @@ properly. Every rule and design decision is documented in the
https://github.com/nextcloud/absence
https://github.com/nextcloud/absence/issues
https://github.com/nextcloud/absence.git
- https://raw.githubusercontent.com/nextcloud/absence/main/screenshots/2.png
- https://raw.githubusercontent.com/nextcloud/absence/main/screenshots/1.png
- https://raw.githubusercontent.com/nextcloud/absence/main/screenshots/3.png
- https://raw.githubusercontent.com/nextcloud/absence/main/screenshots/4.png
- https://raw.githubusercontent.com/nextcloud/absence/main/screenshots/5.png
- https://raw.githubusercontent.com/nextcloud/absence/main/screenshots/11.png
- https://raw.githubusercontent.com/nextcloud/absence/main/screenshots/7.png
- https://raw.githubusercontent.com/nextcloud/absence/main/screenshots/9.png
- https://raw.githubusercontent.com/nextcloud/absence/main/screenshots/13.png
+ https://raw.githubusercontent.com/nextcloud/absence/main/screenshots/my-leave.png
+ https://raw.githubusercontent.com/nextcloud/absence/main/screenshots/dashboard.png
+ https://raw.githubusercontent.com/nextcloud/absence/main/screenshots/request-dialog.png
+ https://raw.githubusercontent.com/nextcloud/absence/main/screenshots/request-detail.png
+ https://raw.githubusercontent.com/nextcloud/absence/main/screenshots/team-timeline.png
+ https://raw.githubusercontent.com/nextcloud/absence/main/screenshots/hr-statistics.png
+ https://raw.githubusercontent.com/nextcloud/absence/main/screenshots/hr-balances.png
+ https://raw.githubusercontent.com/nextcloud/absence/main/screenshots/hr-whos-off.png
+ https://raw.githubusercontent.com/nextcloud/absence/main/screenshots/admin-settings.png
diff --git a/screenshots/hr-new-request.png b/screenshots/hr-new-request.png
new file mode 100644
index 0000000..fcf5c2c
Binary files /dev/null and b/screenshots/hr-new-request.png differ