You've already forked mattermost-webapp
mirror of
https://github.com/zerotier/mattermost-webapp.git
synced 2026-05-22 16:23:25 -07:00
af6a14ff9d
This adds 2 new widgets: * AdminHeader, which is a widget that makes the Admin Console page header which can take any components or values as children. * FormattedAdminHeader, which is a child widget that can be used where the AdminHeader component is to contain a single localised (markdown) string. These are not the most complicated components in existence, but they are distinctly UI widgets that can be separated from the code, and were needed for the code I was writing at the present.