Files
ThreadNet-Web/src/settings/enums/Layout.ts
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
425 B
TypeScript
Raw Normal View History

2021-02-04 18:15:15 +01:00
/*
2024-09-09 14:57:16 +01:00
Copyright 2024 New Vector Ltd.
2021-02-04 18:15:15 +01:00
Copyright 2021 Šimon Brandner <simon.bra.ag@gmail.com>
2021-06-17 14:11:44 +01:00
Copyright 2021 Quirin Götz <codeworks@supercable.onl>
2021-02-04 18:15:15 +01:00
2024-09-09 14:57:16 +01:00
SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only
Please see LICENSE files in the repository root for full details.
2021-02-04 18:15:15 +01:00
*/
2021-01-22 13:41:21 +01:00
/* TODO: This should be later reworked into something more generic */
export enum Layout {
IRC = "irc",
2021-06-17 14:11:44 +01:00
Group = "group",
Bubble = "bubble",
2021-01-22 13:41:21 +01:00
}