Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dify
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ai-tech
dify
Commits
9e37702d
Unverified
Commit
9e37702d
authored
Jan 31, 2024
by
crazywoola
Committed by
GitHub
Jan 31, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: ui improvements for Portuguese (#2304)
parent
bc11c6a7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
NewAppDialog.tsx
web/app/(commonLayout)/apps/NewAppDialog.tsx
+1
-1
massive-component.tsx
web/app/components/share/chat/welcome/massive-component.tsx
+1
-1
style.module.css
web/app/components/share/chat/welcome/style.module.css
+2
-2
No files found.
web/app/(commonLayout)/apps/NewAppDialog.tsx
View file @
9e37702d
...
...
@@ -153,7 +153,7 @@ const NewAppDialog = ({ show, onSuccess, onClose }: NewAppDialogProps) => {
<
div
className=
{
style
.
listItemHeading
}
>
<
div
className=
{
style
.
listItemHeadingContent
}
>
{
t
(
'app.newApp.chatApp'
)
}
</
div
>
</
div
>
<
div
className=
'
shrink-0 flex items-center h-[18px] border border-indigo-300 px-1 rounded-[5px] text-xs font-medium text-indigo-600 uppercas
e'
>
{
t
(
'app.newApp.agentAssistant'
)
}
</
div
>
<
div
className=
'
flex items-center h-[18px] border border-indigo-300 px-1 rounded-[5px] text-xs font-medium text-indigo-600 uppercase truncat
e'
>
{
t
(
'app.newApp.agentAssistant'
)
}
</
div
>
</
div
>
<
div
className=
{
`${style.listItemDescription} ${style.noClip}`
}
>
{
t
(
'app.newApp.chatAppIntro'
)
}
</
div
>
{
/* <div className={classNames(style.listItemFooter, 'justify-end')}>
...
...
web/app/components/share/chat/welcome/massive-component.tsx
View file @
9e37702d
...
...
@@ -45,7 +45,7 @@ export const ChatBtn: FC<{ onClick: () => void; className?: string }> = ({
return
(
<
Button
type=
'primary'
className=
{
cn
(
className
,
`
!px-0
flex items-center ${s.customBtn} gap-2`
)
}
className=
{
cn
(
className
,
`
px-4 inline-
flex items-center ${s.customBtn} gap-2`
)
}
onClick=
{
onClick
}
>
<
svg
width=
"20"
height=
"20"
viewBox=
"0 0 20 20"
fill=
"none"
xmlns=
"http://www.w3.org/2000/svg"
>
<
path
fillRule=
"evenodd"
clipRule=
"evenodd"
d=
"M18 10.5C18 14.366 14.418 17.5 10 17.5C8.58005 17.506 7.17955 17.1698 5.917 16.52L2 17.5L3.338 14.377C2.493 13.267 2 11.934 2 10.5C2 6.634 5.582 3.5 10 3.5C14.418 3.5 18 6.634 18 10.5ZM7 9.5H5V11.5H7V9.5ZM15 9.5H13V11.5H15V9.5ZM9 9.5H11V11.5H9V9.5Z"
fill=
"white"
/>
...
...
web/app/components/share/chat/welcome/style.module.css
View file @
9e37702d
...
...
@@ -18,5 +18,5 @@
}
.customBtn
{
width
:
136px
;
}
\ No newline at end of file
width
:
auto
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment