DanXi-Dev / DanXi-swift

A Swift Reimplementation of DanXi
GNU Affero General Public License v3.0
13 stars 3 forks source link

Add refreshable to pages using AsyncCollection #96

Closed singularity-s0 closed 5 months ago

singularity-s0 commented 7 months ago

Now that all pages using AsyncContentView is refreshable, pages using AsyncCollection should be, too. However, AsyncCollection cannot be made refreshable globally because they are usually inside list or other containers. We should add refresh logic to each page using AsyncCollection. This includes Announcement Page and #95 and may include other pages as well.