[PR #594] [MERGED] Feat/header ssr #22578

Closed
opened 2026-02-21 20:19:16 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify/pull/594
Author: @zxhlyh
Created: 7/18/2023
Status: Merged
Merged: 7/18/2023
Merged by: @zxhlyh

Base: mainHead: feat/header-ssr


📝 Commits (8)

📊 Changes

50 files changed (+916 additions, -275 deletions)

View changed files

📝 web/app/(commonLayout)/layout.tsx (+4 -1)
📝 web/app/components/base/avatar/index.tsx (+15 -13)
web/app/components/base/icons/assets/public/common/dify.svg (+8 -0)
web/app/components/base/icons/assets/public/common/github.svg (+5 -0)
web/app/components/base/icons/assets/vender/line/arrows/arrow-up-right.svg (+5 -0)
web/app/components/base/icons/assets/vender/line/arrows/chevron-down.svg (+5 -0)
web/app/components/base/icons/assets/vender/line/arrows/chevron-right.svg (+5 -0)
web/app/components/base/icons/assets/vender/line/general/check.svg (+5 -0)
web/app/components/base/icons/assets/vender/line/general/log-out-01.svg (+5 -0)
web/app/components/base/icons/assets/vender/solid/development/terminal-square.svg (+5 -0)
web/app/components/base/icons/assets/vender/solid/education/beaker-02.svg (+5 -0)
web/app/components/base/icons/src/public/common/Dify.json (+62 -0)
web/app/components/base/icons/src/public/common/Dify.tsx (+14 -0)
web/app/components/base/icons/src/public/common/Github.json (+36 -0)
web/app/components/base/icons/src/public/common/Github.tsx (+14 -0)
web/app/components/base/icons/src/public/common/index.ts (+2 -0)
web/app/components/base/icons/src/vender/line/arrows/ArrowUpRight.json (+39 -0)
web/app/components/base/icons/src/vender/line/arrows/ArrowUpRight.tsx (+14 -0)
web/app/components/base/icons/src/vender/line/arrows/ChevronDown.json (+39 -0)
web/app/components/base/icons/src/vender/line/arrows/ChevronDown.tsx (+14 -0)

...and 30 more files

📄 Description

No description provided


🔄 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/langgenius/dify/pull/594 **Author:** [@zxhlyh](https://github.com/zxhlyh) **Created:** 7/18/2023 **Status:** ✅ Merged **Merged:** 7/18/2023 **Merged by:** [@zxhlyh](https://github.com/zxhlyh) **Base:** `main` ← **Head:** `feat/header-ssr` --- ### 📝 Commits (8) - [`4e5358b`](https://github.com/langgenius/dify/commit/4e5358b507c72a5275116f0bf0dba08a51746fce) refact header - [`6104a6f`](https://github.com/langgenius/dify/commit/6104a6f669fc81fc19ec9fdbd382edbdfe75605e) refact header - [`a9c8a6f`](https://github.com/langgenius/dify/commit/a9c8a6fa72095365a535fd2b60622bd2581b3382) refact header - [`4af95d7`](https://github.com/langgenius/dify/commit/4af95d70782ae1bc0f1ad7a363325ec653bf70ff) Merge branch 'main' into feat/header-ssr - [`0df135e`](https://github.com/langgenius/dify/commit/0df135ea085bf511353e03059232a84d12ccdcb1) Merge branch 'main' into feat/header-ssr - [`d0ca8af`](https://github.com/langgenius/dify/commit/d0ca8af0800e9f2e5459a7d48d231fb929ed998a) fix: account-dropdown style - [`ec777ff`](https://github.com/langgenius/dify/commit/ec777ff33f8e105c4adeb2146ebe09dcc4d2566f) fix style - [`3e34f73`](https://github.com/langgenius/dify/commit/3e34f731570c2dc19aa9dd26048ceda85e5e3b46) fix style ### 📊 Changes **50 files changed** (+916 additions, -275 deletions) <details> <summary>View changed files</summary> 📝 `web/app/(commonLayout)/layout.tsx` (+4 -1) 📝 `web/app/components/base/avatar/index.tsx` (+15 -13) ➕ `web/app/components/base/icons/assets/public/common/dify.svg` (+8 -0) ➕ `web/app/components/base/icons/assets/public/common/github.svg` (+5 -0) ➕ `web/app/components/base/icons/assets/vender/line/arrows/arrow-up-right.svg` (+5 -0) ➕ `web/app/components/base/icons/assets/vender/line/arrows/chevron-down.svg` (+5 -0) ➕ `web/app/components/base/icons/assets/vender/line/arrows/chevron-right.svg` (+5 -0) ➕ `web/app/components/base/icons/assets/vender/line/general/check.svg` (+5 -0) ➕ `web/app/components/base/icons/assets/vender/line/general/log-out-01.svg` (+5 -0) ➕ `web/app/components/base/icons/assets/vender/solid/development/terminal-square.svg` (+5 -0) ➕ `web/app/components/base/icons/assets/vender/solid/education/beaker-02.svg` (+5 -0) ➕ `web/app/components/base/icons/src/public/common/Dify.json` (+62 -0) ➕ `web/app/components/base/icons/src/public/common/Dify.tsx` (+14 -0) ➕ `web/app/components/base/icons/src/public/common/Github.json` (+36 -0) ➕ `web/app/components/base/icons/src/public/common/Github.tsx` (+14 -0) ➕ `web/app/components/base/icons/src/public/common/index.ts` (+2 -0) ➕ `web/app/components/base/icons/src/vender/line/arrows/ArrowUpRight.json` (+39 -0) ➕ `web/app/components/base/icons/src/vender/line/arrows/ArrowUpRight.tsx` (+14 -0) ➕ `web/app/components/base/icons/src/vender/line/arrows/ChevronDown.json` (+39 -0) ➕ `web/app/components/base/icons/src/vender/line/arrows/ChevronDown.tsx` (+14 -0) _...and 30 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-21 20:19:16 -05:00
yindo closed this issue 2026-02-21 20:19:16 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#22578