[PR #43] [CLOSED] Custom changes hubflo #124

Closed
opened 2026-02-16 10:16:13 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/webapp-conversation/pull/43
Author: @kunjesh1
Created: 2/5/2024
Status: Closed

Base: mainHead: custom-changes-hubflo


📝 Commits (2)

  • 55bd4ca feat: initial boilerplate for hubflow
  • 513c9a1 feat: custom hubflo changes

📊 Changes

25 files changed (+195 additions, -79 deletions)

View changed files

📝 app/components/base/app-icon/index.tsx (+4 -13)
📝 app/components/base/button/index.tsx (+3 -3)
📝 app/components/chat/answer/index.tsx (+1 -1)
app/components/chat/icons/chathubflo.svg (+11 -0)
app/components/chat/icons/profile.svg (+14 -0)
📝 app/components/chat/index.tsx (+1 -2)
📝 app/components/chat/question/index.tsx (+16 -11)
📝 app/components/chat/style.module.css (+12 -9)
📝 app/components/config-scence/index.tsx (+1 -1)
📝 app/components/header.tsx (+1 -1)
app/components/icons/Logo.tsx (+11 -0)
app/components/icons/MessageIcon.tsx (+20 -0)
app/components/icons/Pen (+0 -0)
app/components/icons/PenIcon.tsx (+12 -0)
app/components/icons/PlusIcon.tsx (+15 -0)
app/components/icons/ProfileIcon.tsx (+21 -0)
📝 app/components/index.tsx (+9 -8)
📝 app/components/sidebar/index.tsx (+23 -20)
📝 app/components/welcome/index.tsx (+3 -2)
📝 app/components/welcome/massive-component.tsx (+3 -3)

...and 5 more files

📄 Description

Custom hubflo changes

https://www.figma.com/file/WH1bEykviPTx6gNM6Hmxa6/Hubflo-web-app-(Main)?type=design&node-id=13636-224431&mode=dev


🔄 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/webapp-conversation/pull/43 **Author:** [@kunjesh1](https://github.com/kunjesh1) **Created:** 2/5/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `custom-changes-hubflo` --- ### 📝 Commits (2) - [`55bd4ca`](https://github.com/langgenius/webapp-conversation/commit/55bd4ca44510df26e2612922b1cdeeed1d28eacf) feat: initial boilerplate for hubflow - [`513c9a1`](https://github.com/langgenius/webapp-conversation/commit/513c9a1e25b4dac8b9a49a3d4fcaeb62629f28a6) feat: custom hubflo changes ### 📊 Changes **25 files changed** (+195 additions, -79 deletions) <details> <summary>View changed files</summary> 📝 `app/components/base/app-icon/index.tsx` (+4 -13) 📝 `app/components/base/button/index.tsx` (+3 -3) 📝 `app/components/chat/answer/index.tsx` (+1 -1) ➕ `app/components/chat/icons/chathubflo.svg` (+11 -0) ➕ `app/components/chat/icons/profile.svg` (+14 -0) 📝 `app/components/chat/index.tsx` (+1 -2) 📝 `app/components/chat/question/index.tsx` (+16 -11) 📝 `app/components/chat/style.module.css` (+12 -9) 📝 `app/components/config-scence/index.tsx` (+1 -1) 📝 `app/components/header.tsx` (+1 -1) ➕ `app/components/icons/Logo.tsx` (+11 -0) ➕ `app/components/icons/MessageIcon.tsx` (+20 -0) ➕ `app/components/icons/Pen` (+0 -0) ➕ `app/components/icons/PenIcon.tsx` (+12 -0) ➕ `app/components/icons/PlusIcon.tsx` (+15 -0) ➕ `app/components/icons/ProfileIcon.tsx` (+21 -0) 📝 `app/components/index.tsx` (+9 -8) 📝 `app/components/sidebar/index.tsx` (+23 -20) 📝 `app/components/welcome/index.tsx` (+3 -2) 📝 `app/components/welcome/massive-component.tsx` (+3 -3) _...and 5 more files_ </details> ### 📄 Description Custom hubflo changes https://www.figma.com/file/WH1bEykviPTx6gNM6Hmxa6/Hubflo-web-app-(Main)?type=design&node-id=13636-224431&mode=dev --- <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-16 10:16:13 -05:00
yindo closed this issue 2026-02-16 10:16:13 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/webapp-conversation#124