akash-network / akash-network/console

Profile Icon and Sign In/Sign Up UI Tweaks

Open
#712 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
264
Forks
94
Avg merge
18h 49m
Merged PRs (30d)
297

Description

We have two ways for users to sign in:

  • A direct "Sign In" button.
  • A profile icon that reveals "Sign Up" and "Sign In" options when hovered.
Image

The profile icon should only show after the user is signed in,.

The hover effect for the profile icon looks off. It’s round by default, but on hover, it becomes a square with rounded corners, creating an overlapping effect with two hover states.

Image

Instead of separate buttons (sign/log in, sign up, wallet connect) that might clutter the bar with too many options (example below).
Image

we could use a single "My Account" button. When clicked, a dropdown with options for "log in," "sign up," and "connect wallet" will appear.
Proposed design (before users signs in):
Image

Proposed design (user signed in): Instead of showing only the icon, we can make the profile button more prominent - just like the wallet with its information.

Image

example: https://ui.shadcn.com/blocks/sidebar#sidebar-15

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the TypeScript UI entry points for the direct Sign In button, profile icon, and wallet controls. Compare the proposed signed-out and signed-in designs, including the hover behavior and the shadcn sidebar example. Done means the agreed account control presents the intended sign-in, sign-up, and wallet actions without overlapping hover states.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
authentication, design, frontend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.