Skip to content

refactor: move Back link to its own row in the page header#585

Merged
pancacake merged 1 commit into
HKUDS:devfrom
IliaAvdeev:refactor/profile-header
Jun 23, 2026
Merged

refactor: move Back link to its own row in the page header#585
pancacake merged 1 commit into
HKUDS:devfrom
IliaAvdeev:refactor/profile-header

Conversation

@IliaAvdeev

@IliaAvdeev IliaAvdeev commented Jun 22, 2026

Copy link
Copy Markdown

Description

Fixes the misaligned header on the profile page (/profile). The Back link
sat on the same row as the title, vertically centered against the two-line
title block — so the small arrow floated awkwardly next to the larger heading.

Moves the Back link to its own row above the title, matching the standard
page-header pattern (same layout used on the admin Users page). Also bumps
the arrow from 15 px to 16 px for consistency.

Single-file, layout-only change — no behavior or logic touched.

Related Issues

Module(s) Affected

  • agents
  • api
  • config
  • core
  • knowledge
  • logging
  • services
  • tools
  • utils
  • web (Frontend)
  • docs (Documentation)
  • scripts
  • tests
  • Other: ...

Checklist

  • I have read and followed the contribution guidelines.
  • My code follows the project's coding standards.
  • I have run pre-commit run --all-files and fixed any issues.
  • I have added relevant tests for my changes.
  • I have updated the documentation (if necessary).
  • My changes do not introduce any new security vulnerabilities.

Additional Notes

Layout-only fix — no test surface (pure CSS class change on a React component).

Screenshots:

Light Dark
01-profile 02-profile-dark

Open to any feedback — if this doesn't fit the project's direction, no worries at all, happy to discuss and rework as needed.

@pancacake
pancacake merged commit e8998ec into HKUDS:dev Jun 23, 2026
11 checks passed
vaskoyudha added a commit to vaskoyudha/deeptutor-for-programmer-fork that referenced this pull request Jul 25, 2026
refactor: move Back link to its own row in the profile page header

Stacks the Back link above the title on /profile, matching the header
layout the admin Users page also adopts in HKUDS#583.

Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
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.

2 participants