feat: remove dynamic

This commit is contained in:
bggRGjQaUbCoE
2024-09-30 15:44:09 +08:00
parent 390a2155d5
commit d1a1ef4231
6 changed files with 109 additions and 6 deletions

View File

@@ -166,7 +166,10 @@ class _DynamicsTabPageState extends State<DynamicsTabPage>
for (var i in loadingState.response)
if (!dynamicsController.tempBannedList
.contains(i.modules?.moduleAuthor?.mid))
DynamicPanel(item: i),
DynamicPanel(
item: i,
onRemove: _dynamicsTabController.onRemove,
),
]
],
)