Skip to content

feat: added dismissible prop to header alert and email verification b…#2237

Merged
Meldiron merged 11 commits into
mainfrom
feat-SER-165-Show-Banner-if-Unverified
Aug 27, 2025
Merged

feat: added dismissible prop to header alert and email verification b…#2237
Meldiron merged 11 commits into
mainfrom
feat-SER-165-Show-Banner-if-Unverified

Conversation

@HarshMN2345
Copy link
Copy Markdown
Member

@HarshMN2345 HarshMN2345 commented Aug 20, 2025

What does this PR do?

added dismissible prop to header alert and email verification banner

Test Plan

image

Related PRs and Issues

(If this PR is related to any other PR or resolves any issue or related to any issue link all related PR and issues here.)

Have you read the Contributing Guidelines on issues?

yes

@appwrite
Copy link
Copy Markdown

appwrite Bot commented Aug 20, 2025

Console

Project ID: 688b7bf400350cbd60e9

Sites (2)
Site Status Logs Preview QR
 console-qa
688b7cf6003b1842c9dc
Ready Ready View Logs Preview URL QR Code
 console-cloud
688b7c18002b9b871a8f
Ready Ready View Logs Preview URL QR Code

Note

Cursor pagination performs better than offset pagination when loading further pages.

@HarshMN2345 HarshMN2345 requested a review from ItzNotABug August 20, 2025 12:37
Comment thread src/routes/(console)/+layout.svelte Outdated
Comment thread src/routes/(console)/+layout.svelte Outdated
@HarshMN2345 HarshMN2345 requested a review from ItzNotABug August 24, 2025 11:11
Comment thread src/lib/components/alerts/emailVerificationBanner.svelte Outdated
Comment thread src/lib/components/alerts/emailVerificationBanner.svelte
@HarshMN2345 HarshMN2345 requested a review from ItzNotABug August 25, 2025 05:19
Comment thread src/lib/components/alerts/emailVerificationBanner.svelte Outdated
@HarshMN2345 HarshMN2345 requested a review from ItzNotABug August 25, 2025 13:30
Comment thread src/lib/components/alerts/emailVerificationBanner.svelte
Comment on lines +19 to +20
const hasUser = $derived(!!$user);
const needsEmailVerification = $derived($user && !$user.emailVerification);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can group users check! one of those is anyways checking for user.

Comment thread src/lib/components/alerts/emailVerificationBanner.svelte
Comment thread src/lib/components/alerts/emailVerificationBanner.svelte
@HarshMN2345 HarshMN2345 requested a review from ItzNotABug August 27, 2025 04:58
@ItzNotABug ItzNotABug requested a review from stnguyen90 August 27, 2025 05:20
@HarshMN2345 HarshMN2345 requested a review from Meldiron August 27, 2025 05:31
@Meldiron Meldiron merged commit cfc7880 into main Aug 27, 2025
4 checks passed
@Meldiron Meldiron deleted the feat-SER-165-Show-Banner-if-Unverified branch August 27, 2025 08:00
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.

4 participants