Skip to content

Feature/new landing block - #50

Draft
evn88 wants to merge 65 commits into
mainfrom
feature/new-landing-block
Draft

Feature/new landing block#50
evn88 wants to merge 65 commits into
mainfrom
feature/new-landing-block

Conversation

@evn88

@evn88 evn88 commented Jul 29, 2026

Copy link
Copy Markdown
Owner

No description provided.

@vercel

vercel Bot commented Jul 29, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
psy Ignored Ignored Preview Aug 2, 2026 9:00am

Request Review

@evn88
evn88 marked this pull request as draft July 29, 2026 22:25

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: af7215fc97

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +250 to +251
setCode('');
setStep('code');

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Provide a fallback when an account cannot use email codes

When the entered email belongs to an existing user who disabled otpSignInEnabled, the request endpoint deliberately returns 200 without sending a code (src/app/api/auth/email-code/request/route.ts, lines 82-87), but this modal always advances to a screen that only accepts a six-digit code. Those users can therefore never complete quick booking from this flow; provide the same password/Google fallback offered by the main authentication page.

Useful? React with 👍 / 👎.

Comment thread src/app/api/user/events/[id]/route.ts Outdated
Comment on lines +364 to +366
data: {
role: Role.USER,
...(name ? { name } : {})

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Reconcile auto-activation with the registration messages

For a brand-new quick-booking user, passwordless authorization first sends the welcome email and creates user/admin notifications, after which this transaction immediately changes the account from GUEST to USER. Those messages still state that an administrator must approve the account, the admin notification says the account awaits approval, and the welcome email asks the user to add a name even though this flow already saved it. Every successful new quick booking therefore communicates obsolete account state; the onboarding messages need booking-aware content or must be updated after activation.

Useful? React with 👍 / 👎.

evn88 added 5 commits August 1, 2026 00:46
…их и исходящих Telegram запросов + редизайн журнала
… INFO и кликабельность строк по дизайну страницы Сегодня
…на из ответа Telegram API при открытии настроек
Comment on lines +131 to +134
const response = await fetch(`https://api.telegram.org/bot${token}/getMe`, {
method: 'GET',
headers: { 'Content-Type': 'application/json' }
});
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.

3 participants