[Layouts] DRY up shared code in `application`, `bare`, etc. layouts
A few of our layouts have duplicated code. This includes the new login layout from https://github.com/hackclub/hcb/pull/9056.
IIRC, Rails has nested layouts. maybe that's something we can use.
Should this be a part of UI3 or maybe after we release that?
IIRC, Rails has nested layouts. maybe that's something we can use.
Please!
Should this be a part of UI3 or maybe after we release that?
separate from UI3!
@manuthecoder, IIRC, you were working on this?
yep! I’ll get this done soon. I was also wondering what the timeline for this looks like, especially since we’re planning to release UI3 in the near future - it might make sense to hold off on this until then. Let me know if you’d prefer I continue with it now though!
This can be after UI3— it'll make the merge conflicts easier.