Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: web update #1860

Merged
merged 92 commits into from
Aug 22, 2024
Merged

feat: web update #1860

merged 92 commits into from
Aug 22, 2024

Conversation

lhwan
Copy link
Collaborator

@lhwan lhwan commented Aug 21, 2024

Description

  1. Refactor all UI components and update the interaction style
  2. Added some new modules

How Has This Been Tested?

Snapshots:

Include snapshots for easier review.

Checklist:

  • My code follows the style guidelines of this project
  • I have already rebased the commits and make the commit message conform to the project standard.
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • Any dependent changes have been merged and published in downstream modules

夏姜 and others added 30 commits July 31, 2024 11:36
lhwan and others added 11 commits August 21, 2024 10:38
…-0.6-web

# Conflicts:
#	assets/schema/upgrade/v0_6_0/upgrade_to_v0.6.0.sql
#	dbgpt/_private/config.py
#	dbgpt/agent/util/llm/llm.py
#	dbgpt/app/dbgpt_server.py
#	dbgpt/app/knowledge/api.py
#	dbgpt/app/knowledge/service.py
#	dbgpt/app/openapi/api_view_model.py
#	dbgpt/app/openapi/base.py
#	dbgpt/app/scene/chat_knowledge/v1/chat.py
#	dbgpt/app/static/web/404.html
#	dbgpt/app/static/web/404/index.html
#	dbgpt/app/static/web/agent/index.html
#	dbgpt/app/static/web/app/index.html
#	dbgpt/app/static/web/chat/index.html
#	dbgpt/app/static/web/construct/agent/index.html
#	dbgpt/app/static/web/construct/app/components/create-app-modal/index.html
#	dbgpt/app/static/web/construct/app/extra/components/AwelLayout/index.html
#	dbgpt/app/static/web/construct/app/extra/components/NativeApp/index.html
#	dbgpt/app/static/web/construct/app/extra/components/RecommendQuestions/index.html
#	dbgpt/app/static/web/construct/app/extra/components/auto-plan/DetailsCard/index.html
#	dbgpt/app/static/web/construct/app/extra/components/auto-plan/ResourceContent/index.html
#	dbgpt/app/static/web/construct/app/extra/components/auto-plan/ResourcesCard/index.html
#	dbgpt/app/static/web/construct/app/extra/components/auto-plan/index.html
#	dbgpt/app/static/web/construct/app/extra/config/index.html
#	dbgpt/app/static/web/construct/app/extra/index.html
#	dbgpt/app/static/web/construct/app/index.html
#	dbgpt/app/static/web/construct/database/index.html
#	dbgpt/app/static/web/construct/flow/canvas/index.html
#	dbgpt/app/static/web/construct/flow/index.html
#	dbgpt/app/static/web/construct/index.html
#	dbgpt/app/static/web/construct/knowledge/chunk/index.html
#	dbgpt/app/static/web/construct/knowledge/index.html
#	dbgpt/app/static/web/construct/models/index.html
#	dbgpt/app/static/web/construct/prompt/add/index.html
#	dbgpt/app/static/web/construct/prompt/edit/index.html
#	dbgpt/app/static/web/construct/prompt/index.html
#	dbgpt/app/static/web/database/index.html
#	dbgpt/app/static/web/evaluation/index.html
#	dbgpt/app/static/web/flow/canvas/index.html
#	dbgpt/app/static/web/flow/index.html
#	dbgpt/app/static/web/index.html
#	dbgpt/app/static/web/knowledge/chunk/index.html
#	dbgpt/app/static/web/knowledge/graph/index.html
#	dbgpt/app/static/web/knowledge/index.html
#	dbgpt/app/static/web/mobile/chat/components/ChatDialog/index.html
#	dbgpt/app/static/web/mobile/chat/components/Content/index.html
#	dbgpt/app/static/web/mobile/chat/components/DislikeDrawer/index.html
#	dbgpt/app/static/web/mobile/chat/components/Feedback/index.html
#	dbgpt/app/static/web/mobile/chat/components/Header/index.html
#	dbgpt/app/static/web/mobile/chat/components/InputContainer/index.html
#	dbgpt/app/static/web/mobile/chat/components/ModelSelector/index.html
#	dbgpt/app/static/web/mobile/chat/components/OptionIcon/index.html
#	dbgpt/app/static/web/mobile/chat/components/Resource/index.html
#	dbgpt/app/static/web/mobile/chat/components/Thermometer/index.html
#	dbgpt/app/static/web/mobile/chat/index.html
#	dbgpt/app/static/web/models/index.html
#	dbgpt/app/static/web/prompt/index.html
#	dbgpt/serve/agent/team/base.py
#	dbgpt/serve/rag/retriever/qa_retriever.py
yhjun1026
yhjun1026 previously approved these changes Aug 21, 2024
Copy link
Collaborator

@yhjun1026 yhjun1026 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r+

web/public/pictures/QR.png Outdated Show resolved Hide resolved
@csunny
Copy link
Collaborator

csunny commented Aug 21, 2024

When using a dark background, the application management and color creation need to be adjusted for compatibility.

@yhjun1026
Copy link
Collaborator

When using a dark background, the application management and color creation need to be adjusted for compatibility.

done

csunny
csunny previously approved these changes Aug 22, 2024
Copy link
Collaborator

@csunny csunny left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r+

Copy link
Collaborator

@csunny csunny left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r+

Copy link
Collaborator

@yhjun1026 yhjun1026 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r+

@csunny csunny merged commit 3a32344 into main Aug 22, 2024
4 checks passed
csunny pushed a commit that referenced this pull request Sep 2, 2024
Co-authored-by: 夏姜 <[email protected]>
Co-authored-by: yhjun1026 <[email protected]>
Co-authored-by: aries_ckt <[email protected]>
Co-authored-by: wb-lh513319 <[email protected]>
Hopshine pushed a commit to Hopshine/DB-GPT that referenced this pull request Sep 10, 2024
Co-authored-by: 夏姜 <[email protected]>
Co-authored-by: yhjun1026 <[email protected]>
Co-authored-by: aries_ckt <[email protected]>
Co-authored-by: wb-lh513319 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants