diff options
author | crupest <crupest@outlook.com> | 2021-06-26 20:07:17 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-06-26 20:07:17 +0800 |
commit | 9da204b13c881e9834564387f2b2604978930edc (patch) | |
tree | 8691154c7480eb4c8f9b0594bbd8173f600407c7 | |
parent | b767c7d23d031c58c594570d55933e40065495ae (diff) | |
download | timeline-9da204b13c881e9834564387f2b2604978930edc.tar.gz timeline-9da204b13c881e9834564387f2b2604978930edc.tar.bz2 timeline-9da204b13c881e9834564387f2b2604978930edc.zip |
...
-rw-r--r-- | FrontEnd/TODO.md | 6 | ||||
-rw-r--r-- | FrontEnd/src/views/user/UserCard.tsx | 2 |
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> |