Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
frontend
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
vicotor
frontend
Commits
44dd2803
Commit
44dd2803
authored
Apr 29, 2024
by
Max Alekseenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update styles of no result component
parent
c0bbc4c2
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
19 deletions
+22
-19
empty_search_result.svg
icons/empty_search_result.svg
+11
-6
EmptySearchResult.tsx
ui/marketplace/EmptySearchResult.tsx
+1
-1
EmptySearchResult.tsx
ui/shared/EmptySearchResult.tsx
+10
-12
No files found.
icons/empty_search_result.svg
View file @
44dd2803
This diff is collapsed.
Click to expand it.
ui/marketplace/EmptySearchResult.tsx
View file @
44dd2803
...
...
@@ -28,7 +28,7 @@ const EmptySearchResult = ({ favoriteApps, selectedCategoryId }: Props) => (
No matching apps found.
{
'
suggestIdeasFormUrl
'
in
feature
&&
(
<>
{
'
'
}
Have a groundbreaking idea or app suggestion?
{
'
'
}
{
'
'
}
Have a groundbreaking idea or app suggestion?
<
br
/>
<
LinkExternal
href=
{
feature
.
suggestIdeasFormUrl
}
>
Share it with us
</
LinkExternal
>
</>
)
}
...
...
ui/shared/EmptySearchResult.tsx
View file @
44dd2803
...
...
@@ -16,23 +16,21 @@ const EmptySearchResult = ({ text }: Props) => {
display=
"flex"
flexDirection=
"column"
alignItems=
"center"
justifyContent=
"center"
mt=
"50px"
>
<
Icon
as=
{
emptySearchResultIcon
}
boxSize=
{
60
}
/>
<
Icon
as=
{
emptySearchResultIcon
}
w=
{
{
base
:
'
160px
'
,
sm
:
'
240px
'
}
}
h=
"auto"
mb=
{
{
base
:
4
,
sm
:
6
}
}
/>
<
Heading
as=
"h3"
marginBottom=
{
2
}
fontSize=
{
{
base
:
'
2xl
'
,
sm
:
'
3xl
'
}
}
fontWeight=
"semibold"
>
<
Heading
as=
"h4"
size=
"sm"
mb=
{
2
}
>
No results
</
Heading
>
<
Text
fontSize=
{
{
base
:
'
sm
'
}
}
variant=
"secondary"
align=
"center"
>
<
Text
fontSize=
{
{
base
:
'
sm
'
,
sm
:
'
md
'
}
}
align=
"center"
>
{
text
}
</
Text
>
</
Box
>
...
...
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