• Kazuki H's avatar
    fix: displaying archived memos (#2933) · 5ac17fc0
    Kazuki H authored
    * fix: web: Archived: Show displayTime instead of updateTime
    
    Archiving a memo is considered "updating" it, so the time it was
    archived will be displayed, instead of the time it was created.
    
    * fix: web: Archived: Add an option to fetch more memos
    
    Just like on other pages, add a button to fetch more memos. Otherwise,
    the user would only be able to load the latest 10 memos, as defined in
    DEFAULT_MEMO_LIMIT.
    5ac17fc0
Name
Last commit
Last update
..
About.tsx Loading commit data...
Archived.tsx Loading commit data...
AuthCallback.tsx Loading commit data...
Explore.tsx Loading commit data...
Home.tsx Loading commit data...
Inboxes.tsx Loading commit data...
Loading.tsx Loading commit data...
MemoDetail.tsx Loading commit data...
NotFound.tsx Loading commit data...
PermissionDenied.tsx Loading commit data...
Resources.tsx Loading commit data...
Setting.tsx Loading commit data...
SignIn.tsx Loading commit data...
SignUp.tsx Loading commit data...
Timeline.tsx Loading commit data...
UserProfile.tsx Loading commit data...