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: new entry point for app creation #10847

Merged
merged 61 commits into from
Dec 13, 2024
Merged
Changes from 1 commit
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
e3fc12c
wip: new create app style
douxc Nov 19, 2024
c253ed4
fix: update app icons
douxc Nov 20, 2024
63c4964
Merge branch 'main' into feat/new-studio
douxc Nov 20, 2024
ca09509
fix: update create app style
douxc Nov 20, 2024
af6408b
fix: add beta tag
douxc Nov 20, 2024
93da176
wip: update create from template style
douxc Nov 22, 2024
7ef1f7d
Merge branch 'main' into feat/new-studio
douxc Nov 22, 2024
cd69af4
wip: update cretate from template style
douxc Nov 22, 2024
970adc7
Merge branch 'main' into feat/new-studio
douxc Nov 22, 2024
73257da
feat: create from template now supports sidebar
douxc Nov 22, 2024
2c8c449
wip: update create from template
douxc Nov 25, 2024
911a07b
wip: update app type selector stlye; fix: update app modes icon
douxc Nov 25, 2024
0ca1158
feat: create from template now supports app type select
douxc Nov 26, 2024
91a4803
fix: update app icon z-index
douxc Nov 26, 2024
49b89a5
wip: add no template tips
douxc Nov 26, 2024
b15b6d3
Merge branch 'main' into feat/new-studio
douxc Nov 26, 2024
0574aa7
fix: update full screen modal style
douxc Nov 26, 2024
a5916ed
fix: make App type Icon as component
douxc Nov 26, 2024
e5b90dd
Merge branch 'main' into feat/new-studio
douxc Nov 26, 2024
91d11cf
fix: merge themes from main
douxc Nov 26, 2024
2fa280b
Delete node_modules/.yarn-integrity
douxc Nov 26, 2024
9ce028c
fix: we can change between create from template & create from blank
douxc Nov 27, 2024
3dfda00
Merge branch 'main' into feat/new-studio
douxc Nov 27, 2024
59a8028
fix: show tips and placeholder card if there is no apps
douxc Nov 27, 2024
a4874a4
fix: change app card width to dynamic
douxc Nov 27, 2024
fe1322c
fix: remove dark mode screen shots
douxc Nov 27, 2024
7579c91
Merge branch 'feat/new-studio' of github.com:langgenius/dify into fea…
douxc Nov 27, 2024
aa74018
fix: image name Chatflow -> ChatFlow
douxc Nov 28, 2024
cad811d
Merge branch 'main' of github.com:langgenius/dify
douxc Nov 28, 2024
458ae2b
Merge branch 'main' of github.com:langgenius/dify
douxc Nov 28, 2024
fea9dc7
Merge branch 'main' into feat/new-studio
douxc Nov 28, 2024
e4f5da4
Merge branch 'main' of github.com:langgenius/dify
douxc Nov 28, 2024
ba70bf6
Merge branch 'main' into feat/new-studio
douxc Nov 28, 2024
b305132
Merge branch 'main' into feat/new-studio
douxc Dec 3, 2024
affa551
fix: update component prop name from mode to type
douxc Dec 3, 2024
63c0c54
fix: template list should return values if app type is set to 'chatflow'
douxc Dec 3, 2024
fbb4efc
fix: UI update
douxc Dec 4, 2024
59f6615
fix: update translate
douxc Dec 4, 2024
e4b4689
fix: update create app form style
douxc Dec 4, 2024
deb2713
Merge branch 'main' into feat/new-studio
douxc Dec 4, 2024
7871044
Merge branch 'main' into feat/new-studio
douxc Dec 5, 2024
7e5d8a7
style: add dark mode screen shots
douxc Dec 6, 2024
6209877
fix: update App card border radius
douxc Dec 6, 2024
42b8138
Merge branch 'main' into feat/new-studio
douxc Dec 6, 2024
1b7704e
Merge branch 'main' into feat/new-studio
douxc Dec 9, 2024
3b7cbf9
fix: adjust studio list page for dark mode
douxc Dec 10, 2024
c38e3c5
fix: revert default theme value to light
douxc Dec 10, 2024
1645c85
fix: update card count based on screen size
douxc Dec 10, 2024
de400f9
Merge branch 'main' into feat/new-studio
douxc Dec 11, 2024
e59abad
fix: change create from template api
douxc Dec 11, 2024
c002013
fix: add hover style to fullscreen modal close button
douxc Dec 11, 2024
964ad68
fix: app type icon border-radius & border color
douxc Dec 11, 2024
6e154cd
fix: compress screen shot; update AppIcon Emoji size
douxc Dec 11, 2024
3111c81
fix: i18n miss
douxc Dec 11, 2024
dcd40ea
fix: add outline to AppTypeIcon
douxc Dec 12, 2024
0ffe7af
Merge branch 'main' into feat/new-studio
douxc Dec 12, 2024
2bf99c9
fix: move appIcon border from svg to wrapper
douxc Dec 12, 2024
08be326
fix: update checkbox checked style
douxc Dec 12, 2024
c1b52ac
Merge branch 'main' into feat/new-studio
douxc Dec 12, 2024
96141f8
fix: use hidden to control image show, can reuse cache
douxc Dec 12, 2024
27f4edc
fix: bind close functin to icon wrapper in fullscreen modal component
douxc Dec 13, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into feat/new-studio
  • Loading branch information
douxc committed Dec 11, 2024
commit de400f973b4ba0ab65fd13aaa97fdde64dfca9bf
1 change: 1 addition & 0 deletions web/app/(commonLayout)/apps/AppCard.tsx
Original file line number Diff line number Diff line change
@@ -29,6 +29,7 @@ import TagSelector from '@/app/components/base/tag-management/selector'
import type { EnvironmentVariable } from '@/app/components/workflow/types'
import DSLExportConfirmModal from '@/app/components/workflow/dsl-export-confirm-modal'
import { fetchWorkflowDraft } from '@/service/workflow'
import { fetchInstalledAppList } from '@/service/explore'
import { AppTypeIcon } from '@/app/components/app/type-selector'

export type AppCardProps = {
You are viewing a condensed version of this merge commit. You can view the full changes here.