Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
canifa_note
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
Vũ Hoàng Anh
canifa_note
Commits
6a11fc57
Commit
6a11fc57
authored
Oct 05, 2023
by
Steven
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: update empty icon
parent
771fe394
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
5 deletions
+7
-5
empty.png
web/public/assets/empty.png
+0
-0
Empty.tsx
web/src/components/Empty.tsx
+3
-1
en.json
web/src/locales/en.json
+1
-1
Archived.tsx
web/src/pages/Archived.tsx
+1
-1
SignIn.tsx
web/src/pages/SignIn.tsx
+1
-1
SignUp.tsx
web/src/pages/SignUp.tsx
+1
-1
No files found.
web/public/assets/empty.png
deleted
100644 → 0
View file @
771fe394
127 KB
web/src/components/Empty.tsx
View file @
6a11fc57
import
Icon
from
"./Icon"
;
const
Empty
=
()
=>
{
return
(
<
div
className=
"mx-auto"
>
<
img
className=
"w-24 h-auto opacity-60 dark:opacity-40"
src=
"/assets/empty.png"
alt=
"
"
/>
<
Icon
.
Bird
strokeWidth=
{
1
}
className=
"w-24 h-auto text-gray-500 dark:text-gray-400
"
/>
</
div
>
);
};
...
...
web/src/locales/en.json
View file @
6a11fc57
...
...
@@ -328,7 +328,7 @@
"other-projects"
:
"Other Projects"
},
"message"
:
{
"no-data"
:
"
Maybe no data was found, or maybe it should be another option
."
,
"no-data"
:
"
No data found
."
,
"memos-ready"
:
"all memos are ready"
,
"resource-ready"
:
"all resource are ready"
,
"restored-successfully"
:
"Restored successfully"
,
...
...
web/src/pages/Archived.tsx
View file @
6a11fc57
...
...
@@ -36,7 +36,7 @@ const Archived = () => {
},
[
memos
,
textQuery
]);
return
(
<
section
className=
"w-full min-h-full flex flex-col md:flex-row justify-start items-start px-4 sm:px-2 sm:pt-4 pb-8 bg-zinc-100 dark:bg-zinc-800"
>
<
section
className=
"w-full m
ax-w-3xl m
in-h-full flex flex-col md:flex-row justify-start items-start px-4 sm:px-2 sm:pt-4 pb-8 bg-zinc-100 dark:bg-zinc-800"
>
<
MobileHeader
showSearch=
{
false
}
/>
<
div
className=
"archived-memo-page"
>
<
MemoFilter
/>
...
...
web/src/pages/SignIn.tsx
View file @
6a11fc57
...
...
@@ -105,7 +105,7 @@ const SignIn = () => {
<
div
className=
"w-full py-4 grow flex flex-col justify-center items-center"
>
<
div
className=
"w-full flex flex-row justify-center items-center mb-6"
>
<
img
className=
"h-14 w-auto rounded-full shadow"
src=
{
systemStatus
.
customizedProfile
.
logoUrl
}
alt=
""
/>
<
p
className=
"ml-
4
text-5xl text-black opacity-80 dark:text-gray-200"
>
{
systemStatus
.
customizedProfile
.
name
}
</
p
>
<
p
className=
"ml-
2
text-5xl text-black opacity-80 dark:text-gray-200"
>
{
systemStatus
.
customizedProfile
.
name
}
</
p
>
</
div
>
{
!
disablePasswordLogin
&&
(
<>
...
...
web/src/pages/SignUp.tsx
View file @
6a11fc57
...
...
@@ -72,7 +72,7 @@ const SignUp = () => {
<
div
className=
"w-full py-4 grow flex flex-col justify-center items-center"
>
<
div
className=
"w-full flex flex-row justify-center items-center mb-6"
>
<
img
className=
"h-14 w-auto rounded-full shadow"
src=
{
systemStatus
.
customizedProfile
.
logoUrl
}
alt=
""
/>
<
p
className=
"ml-
4
text-5xl text-black opacity-80 dark:text-gray-200"
>
{
systemStatus
.
customizedProfile
.
name
}
</
p
>
<
p
className=
"ml-
2
text-5xl text-black opacity-80 dark:text-gray-200"
>
{
systemStatus
.
customizedProfile
.
name
}
</
p
>
</
div
>
<
p
className=
"w-full text-2xl mt-2 dark:text-gray-500"
>
{
t
(
"auth.create-your-account"
)
}
</
p
>
<
form
className=
"w-full mt-2"
onSubmit=
{
handleFormSubmit
}
>
...
...
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