[PR #204] [MERGED] Fix sidebar layout #8512

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

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/204
Author: @zackpollard
Created: 6/6/2022
Status: Merged
Merged: 6/6/2022
Merged by: @alextran1502

Base: mainHead: fix/sidebar-layout


📝 Commits (2)

  • fde6f58 fix: sidebar margins with more than one item incorrect
  • bedc34e fix: api url in sidebar shouldn't overflow the sidebar width

📊 Changes

3 files changed (+5 additions, -7 deletions)

View changed files

📝 web/src/lib/components/shared/status-box.svelte (+1 -3)
📝 web/src/routes/admin/index.svelte (+2 -2)
📝 web/src/routes/photos/index.svelte (+2 -2)

📄 Description

In preparation for adding a second page to the UI, this fixes the sidebar layout so things don't get funky with more than a single sidebar option.

This also fixes the overflow issues with the API url when it is too long by using an input box for the container instead of a div and a paragraph element.


🔄 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/204 **Author:** [@zackpollard](https://github.com/zackpollard) **Created:** 6/6/2022 **Status:** ✅ Merged **Merged:** 6/6/2022 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `fix/sidebar-layout` --- ### 📝 Commits (2) - [`fde6f58`](https://github.com/immich-app/immich/commit/fde6f580159b3f6146917486fe548e3c11856630) fix: sidebar margins with more than one item incorrect - [`bedc34e`](https://github.com/immich-app/immich/commit/bedc34e0881679176790bfb189f351f7713e3c55) fix: api url in sidebar shouldn't overflow the sidebar width ### 📊 Changes **3 files changed** (+5 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `web/src/lib/components/shared/status-box.svelte` (+1 -3) 📝 `web/src/routes/admin/index.svelte` (+2 -2) 📝 `web/src/routes/photos/index.svelte` (+2 -2) </details> ### 📄 Description In preparation for adding a second page to the UI, this fixes the sidebar layout so things don't get funky with more than a single sidebar option. This also fixes the overflow issues with the API url when it is too long by using an input box for the container instead of a div and a paragraph element. --- <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 13:48:33 +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#8512