-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Topic Archival #9871
Topic Archival #9871
Conversation
@mzparacha, the backend for this PR is complete. When you hit 'delete topic' on the client, it will archive the topic and its threads (they show up in archived). What remains to do on the client:
|
@timolegros I did this frontend work
I did find 1 issue with unarchiving a topic -> when unarchived the threads of that topic remain archived for some reason, could you please take a look a this. Also, I couldn't verify cache updates for this case in frontend, will try it after we update the command. |
@mzparacha fixed the bug. For caching on the client most everything seemed to work except 1 thing: after archiving a topic the archived threads did not show up in the archived section until I refreshed. Other than that I think this is ready. |
# Conflicts: # libs/model/src/community/DeleteTopic.command.ts
Tested but wasn't able to repro Screen.Recording.2024-11-13.at.5.44.25.PM.movcc: @timolegros |
huh ok no worries then. Can you push a fix for the lint errors and then I will put this up for review? |
# Conflicts: # libs/model/test/community/community-lifecycle.spec.ts # packages/commonwealth/client/scripts/views/pages/overview/index.tsx
Link to Issue
Closes: #9825
Description of Changes
Test Plan
Deployment Plan
#9825 (comment)
Other Considerations