New activity posts with fixed heights
0/1
thread resolved
added 1 commit
- ad2261e2 - (fix): comments overflowing when fixed height
unmarked as a Work In Progress
added 13 commits
-
ad2261e2...14445689 - 12 commits from branch
master
- 497fa48c - Merge branch 'master' of https://gitlab.com/Minds/front into feat/2511-activity-v2
-
ad2261e2...14445689 - 12 commits from branch
changed the description
177 191 delete(activity) { 178 192 this.router.navigate(['/newsfeed']); 179 193 } 194 195 get showLegacyActivity(): boolean { 196 return ( 197 this.editing || !this.featuresService.has('activity-v2--single-page') - Developer
https://gitlab.com/minds/engine/-/blob/master/Core/Features/Provider.php#L46
This needs an engine addition so we can turn on the FF via unleash
added scoped label