Skip to content

Conversation

@Sudarshan-21
Copy link

Fixes #2678

Changes:
For resolving this issue there were many design ideas i thought:

  1. providing padding or margin so that we will be able to stop the overflow of the dropdown. But crating blank space in the right side of that element would look bad.
  2. alignning the dropdown menu right would be another option but as mentioned in the following comment I dropped this idea Clicking hello! username user-menu dropdown causes the console to move when the username is short #2678 (comment)
  3. So, the better option was to use different style of dropdown menu
    Screenshot from 2024-01-02 02-22-19
    Screenshot from 2024-01-02 02-21-46
    So for the longer usernames it stays as before, but for short usernames it shrinks itself below the username.

4.Another proposed idea is to interchange the postion of the language dropdown and username dropdown. @lindapaiste I would like to have your review of my currently created and 4th proposed idea.

I have verified that this pull request:

  • has no linting errors (npm run lint)
  • has no test errors (npm run test)
  • is from a uniquely-named feature branch and is up to date with the develop branch.
  • is descriptively named and links to an issue number, i.e. Fixes #123

@release-com
Copy link

release-com bot commented Jan 4, 2024

Release Environments

This Environment is provided by Release, learn more!
To see the status of the Environment click on Environment Status below.

🔧Environment Status : https://app.release.com/public/Processing%20Foundation/env-f155cff815

@lindapaiste lindapaiste added Area: Design For UI/UX design updates, proposals, or feedback Bug Error or unexpected behaviors labels Jan 14, 2024
@raclim
Copy link
Collaborator

raclim commented Jun 5, 2024

Thanks for your work on this! I think this solution doesn't exactly address the original issue, which was referring to the position of the dropdown element affecting the console, rather than the dropdown's overflow, which is somewhat of a separate issue! I think this change might not be what we're looking for, so I'm going to close this for now. I'm sorry that we couldn't get this in, but please feel free to check out our other issues!

@raclim raclim closed this Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area: Design For UI/UX design updates, proposals, or feedback Bug Error or unexpected behaviors

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Clicking hello! username user-menu dropdown causes the console to move when the username is short

3 participants