Add new layout switcher UI

Co-authored-by: Quirin Götz <codeworks@supercable.onl>
This commit is contained in:
Germain Souquet 2021-06-17 14:11:44 +01:00
parent 97e6599780
commit ae5cd9d7ac
4 changed files with 137 additions and 11 deletions

View file

@ -1,5 +1,6 @@
/*
Copyright 2021 Šimon Brandner <simon.bra.ag@gmail.com>
Copyright 2021 Quirin Götz <codeworks@supercable.onl>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@ -19,7 +20,8 @@ import PropTypes from 'prop-types';
/* TODO: This should be later reworked into something more generic */
export enum Layout {
IRC = "irc",
Group = "group"
Group = "group",
Bubble = "bubble",
}
/* We need this because multiple components are still using JavaScript */