You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a section.base.element.ts (maybe an abtract? class)
Extract the function to get pages ids and to sort them into a separate implementation class (this is the same logic as the profile page) (maybe the blog feed can be just a view over the collection.)
For the card view, we can have new "read-only" document viewer component that fetches 2 levels of the document and renders it without the editor capabilities. Let's create a task for this.
Reuse the same web component to show a section pages or the forks section.
It will have two views: grid and table.
Mock the fork search for now
The text was updated successfully, but these errors were encountered: