aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-06-26 20:07:17 +0800
committercrupest <crupest@outlook.com>2021-06-26 20:07:17 +0800
commit9da204b13c881e9834564387f2b2604978930edc (patch)
tree8691154c7480eb4c8f9b0594bbd8173f600407c7
parentb767c7d23d031c58c594570d55933e40065495ae (diff)
downloadtimeline-9da204b13c881e9834564387f2b2604978930edc.tar.gz
timeline-9da204b13c881e9834564387f2b2604978930edc.tar.bz2
timeline-9da204b13c881e9834564387f2b2604978930edc.zip
...
-rw-r--r--FrontEnd/TODO.md6
-rw-r--r--FrontEnd/src/views/user/UserCard.tsx2
2 files changed, 7 insertions, 1 deletions
diff --git a/FrontEnd/TODO.md b/FrontEnd/TODO.md
new file mode 100644
index 00000000..29fbbafe
--- /dev/null
+++ b/FrontEnd/TODO.md
@@ -0,0 +1,6 @@
+- Implement dialog.
+- Implement popup menu.
+- Implement tabs and tab page.
+- Improve forms.
+- Improve buttons.
+- Improve icon buttons.
diff --git a/FrontEnd/src/views/user/UserCard.tsx b/FrontEnd/src/views/user/UserCard.tsx
index e7e4252e..06bb2143 100644
--- a/FrontEnd/src/views/user/UserCard.tsx
+++ b/FrontEnd/src/views/user/UserCard.tsx
@@ -23,7 +23,7 @@ const UserCard: React.FC<TimelinePageCardProps> = (props) => {
<div className="align-middle">
<UserAvatar
username={timeline.owner.username}
- className="avatar small rounded-circle me-3"
+ className="cru-avatar small cru-round me-3"
/>
{timeline.owner.nickname}
</div>