Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export fixes #646

Merged
merged 8 commits into from
May 24, 2024
Merged

Export fixes #646

merged 8 commits into from
May 24, 2024

Conversation

smialko
Copy link
Collaborator

@smialko smialko commented May 23, 2024

We've incorporated Michael's feedback from the comment on this Trello card

Now, when exporting a session, users will find an email input interface positioned just above the button.
Note: Mobile users will still see the previous modal design as per the original specifications."

};

const handleKeyDown = (event: React.KeyboardEvent<HTMLDialogElement>) => {
if (event.key === "Escape") {
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think we can move this to KeyboarKeys.ts

Copy link
Collaborator

@evulins evulins left a comment

Choose a reason for hiding this comment

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

Great! I added just small comments

Copy link
Collaborator

@jankrzempek jankrzempek left a comment

Choose a reason for hiding this comment

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

First, well done! 🥳
I have two concerns:

  1. This text "Email data" is barely visible even when wearing glasses
  2. When I go to mobile version (shrink screen to the mobile size) and then resize to full screen web, the window for email changes its place

Zrzut ekranu 2024-05-23 o 18 56 56

Zrzut ekranu 2024-05-23 o 18 57 54

@@ -0,0 +1,95 @@
import React, { useState, useRef, useEffect } from "react";
import { useTranslation } from "react-i18next";
import {
Copy link
Collaborator

Choose a reason for hiding this comment

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

empty line between please 😃

@smialko smialko merged commit 6a83e7f into master May 24, 2024
@smialko smialko deleted the export-fixes branch May 24, 2024 12:55
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.

None yet

3 participants