[PR #2453] [MERGED] feat(web): improve page header + scrolling #9555

Closed
opened 2026-02-05 14:06:48 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/2453
Author: @jrasm91
Created: 5/17/2023
Status: Merged
Merged: 5/17/2023
Merged by: @alextran1502

Base: mainHead: fix/separator-line


📝 Commits (3)

📊 Changes

7 files changed (+124 additions, -127 deletions)

View changed files

📝 web/src/lib/components/layouts/user-page-layout.svelte (+12 -11)
📝 web/src/lib/components/shared-components/side-bar/side-bar-section.svelte (+1 -1)
📝 web/src/routes/(user)/archive/+page.svelte (+1 -1)
📝 web/src/routes/(user)/explore/+page.svelte (+107 -111)
📝 web/src/routes/(user)/favorites/+page.svelte (+1 -1)
📝 web/src/routes/(user)/map/+page.svelte (+1 -1)
📝 web/src/routes/(user)/sharing/+page.svelte (+1 -1)

📄 Description

Extend line to edge of the screen between page title and content. Also, the content scrolls after the title. The sidemenu also now scrolls similarly.

image
image

image
image

image
image


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/immich-app/immich/pull/2453 **Author:** [@jrasm91](https://github.com/jrasm91) **Created:** 5/17/2023 **Status:** ✅ Merged **Merged:** 5/17/2023 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `fix/separator-line` --- ### 📝 Commits (3) - [`9b8f411`](https://github.com/immich-app/immich/commit/9b8f41167c7d15663c9fd6a3004f3c1c0c4d47e6) fix: line to edge of screen - [`7acf934`](https://github.com/immich-app/immich/commit/7acf934fa05889eeddba70f626f80285f055d6c3) chore: merge main - [`ad04450`](https://github.com/immich-app/immich/commit/ad044508c308ddf751a6eedcb4fbbe0353ae03ac) refactor: user layout page ### 📊 Changes **7 files changed** (+124 additions, -127 deletions) <details> <summary>View changed files</summary> 📝 `web/src/lib/components/layouts/user-page-layout.svelte` (+12 -11) 📝 `web/src/lib/components/shared-components/side-bar/side-bar-section.svelte` (+1 -1) 📝 `web/src/routes/(user)/archive/+page.svelte` (+1 -1) 📝 `web/src/routes/(user)/explore/+page.svelte` (+107 -111) 📝 `web/src/routes/(user)/favorites/+page.svelte` (+1 -1) 📝 `web/src/routes/(user)/map/+page.svelte` (+1 -1) 📝 `web/src/routes/(user)/sharing/+page.svelte` (+1 -1) </details> ### 📄 Description Extend line to edge of the screen between page title and content. Also, the content scrolls _after_ the title. The sidemenu also now scrolls similarly. ![image](https://github.com/immich-app/immich/assets/4334196/93f95068-c97f-4eb2-a56a-d10a6265e08f) ![image](https://github.com/immich-app/immich/assets/4334196/971da1ed-3f76-4c20-a0ca-deb488ace759) ![image](https://github.com/immich-app/immich/assets/4334196/aad653e2-42a0-46d4-9453-21837fb50b5d) ![image](https://github.com/immich-app/immich/assets/4334196/55f321ba-eb75-4595-9249-2d86b8af89f3) ![image](https://github.com/immich-app/immich/assets/4334196/7d91b9f8-71f3-4b00-9ae5-9a2c587261d6) ![image](https://github.com/immich-app/immich/assets/4334196/026144ab-d4e3-4c3d-931e-c8bb83f85e14) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 14:06:48 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#9555