Automatically closed - issue fixed for 2 weeks with no activity.
Both "widgets" duplicate a LOT of code. Making it seemingly impossible to effectively work on it without fear of major regressions.
Make InlineParagraphsWidget
a subclass of ParagraphsWidget
and simply reuse existing methods that are the same between the two.
Also, create an additional helper class, like ParagraphsWidgetItem
or something to wrap a lot of the boilerplate code so it doesn't have to be determined again in the various methods called (plus it will give constraints).
None
Technically making InlineParagraphsWidget
a subclass of ParagraphsWidget
is a "change", however no actual code/logic would change.
None
Fixed
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed - issue fixed for 2 weeks with no activity.