Skip to content

Fix incorrect documentation link on Activity empty state#3106

Merged
HarshMN2345 merged 1 commit into
mainfrom
fix/activity-audit-logs-doc-link
Jul 3, 2026
Merged

Fix incorrect documentation link on Activity empty state#3106
HarshMN2345 merged 1 commit into
mainfrom
fix/activity-audit-logs-doc-link

Conversation

@HarshMN2345

@HarshMN2345 HarshMN2345 commented Jul 3, 2026

Copy link
Copy Markdown
Member

No description provided.

The 'No activities available' empty state linked to the databases
docs page regardless of context (account, users, teams, etc.). Points
to the audit logs docs page instead, which matches what Activity
actually shows.
@appwrite

appwrite Bot commented Jul 3, 2026

Copy link
Copy Markdown

Console (appwrite/console)

Project ID: 688b7bf400350cbd60e9

Sites (1)
Site Status Logs Preview QR
 console-stage
688b7cf6003b1842c9dc
Processing Processing View Logs Preview URL QR Code

Tip

Realtime gives you live updates for users, storage, functions, and databases

@greptile-apps

greptile-apps Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

Fixes a stale copy-paste documentation link in the shared Activity empty-state component. The button previously pointed to the Databases product page regardless of which Activity tab (account, user, team, or database) was being viewed.

  • The href in the Empty component's Documentation button is updated from /docs/products/databases/databases to /docs/advanced/security/audit-logs, which is the correct live page describing the Activity tab's audit log format and access.
  • Because activity.svelte is a single shared component, the fix applies to all Activity tab contexts simultaneously with no other changes needed.

Confidence Score: 5/5

Safe to merge — a one-line URL fix with no logic changes and the replacement URL verified as a live, on-topic Appwrite documentation page.

The change is a single string replacement in a template; no logic, state, or API behaviour is touched. The new URL resolves to an existing Appwrite page that describes the exact data shown in the Activity tab (User, Event, Location, IP, Date), making it a clearly correct and complete fix.

No files require special attention.

Important Files Changed

Filename Overview
src/lib/layout/activity.svelte Single-line URL correction in the empty-state Documentation button — old /docs/products/databases/databases replaced with the correct /docs/advanced/security/audit-logs link, which is a live page describing exactly the Activity tab's content.

Reviews (1): Last reviewed commit: "Fix incorrect documentation link on the ..." | Re-trigger Greptile

@HarshMN2345 HarshMN2345 merged commit 2ab0f0d into main Jul 3, 2026
3 of 4 checks passed
@HarshMN2345 HarshMN2345 deleted the fix/activity-audit-logs-doc-link branch July 3, 2026 13:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants