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
771a977c
Commit
771a977c
authored
Sep 29, 2024
by
Steven
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: tweak words
parent
69ad5178
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
index.tsx
web/src/components/MemoEditor/index.tsx
+1
-0
UserStatisticsView.tsx
web/src/components/UserStatisticsView.tsx
+2
-2
No files found.
web/src/components/MemoEditor/index.tsx
View file @
771a977c
...
@@ -364,6 +364,7 @@ const MemoEditor = (props: Props) => {
...
@@ -364,6 +364,7 @@ const MemoEditor = (props: Props) => {
isRequesting
:
false
,
isRequesting
:
false
,
resourceList
:
[],
resourceList
:
[],
relationList
:
[],
relationList
:
[],
location
:
undefined
,
};
};
});
});
};
};
...
...
web/src/components/UserStatisticsView.tsx
View file @
771a977c
...
@@ -65,7 +65,7 @@ const UserStatisticsView = () => {
...
@@ -65,7 +65,7 @@ const UserStatisticsView = () => {
await
memoServiceClient
.
rebuildMemoProperty
({
await
memoServiceClient
.
rebuildMemoProperty
({
name
:
"memos/-"
,
name
:
"memos/-"
,
});
});
toast
.
success
(
"Re
fresh successfully
"
);
toast
.
success
(
"Re
build memo properties successfully.
"
);
window
.
location
.
reload
();
window
.
location
.
reload
();
};
};
...
@@ -96,7 +96,7 @@ const UserStatisticsView = () => {
...
@@ -96,7 +96,7 @@ const UserStatisticsView = () => {
<
PopoverContent
align=
"end"
alignOffset=
{
-
12
}
>
<
PopoverContent
align=
"end"
alignOffset=
{
-
12
}
>
<
button
className=
"w-auto flex flex-row justify-between items-center gap-2 hover:opacity-80"
onClick=
{
rebuildMemoTags
}
>
<
button
className=
"w-auto flex flex-row justify-between items-center gap-2 hover:opacity-80"
onClick=
{
rebuildMemoTags
}
>
<
RefreshCcwIcon
className=
"text-gray-400 w-4 h-auto cursor-pointer opacity-60"
/>
<
RefreshCcwIcon
className=
"text-gray-400 w-4 h-auto cursor-pointer opacity-60"
/>
<
span
className=
"text-sm shrink-0 text-gray-500 dark:text-gray-400"
>
Re
fresh
</
span
>
<
span
className=
"text-sm shrink-0 text-gray-500 dark:text-gray-400"
>
Re
build properties
</
span
>
</
button
>
</
button
>
</
PopoverContent
>
</
PopoverContent
>
</
Popover
>
</
Popover
>
...
...
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