diff --git a/.idea/graphql-settings.xml b/.idea/graphql-settings.xml new file mode 100644 index 0000000..ecdc633 --- /dev/null +++ b/.idea/graphql-settings.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/webui/src/components/panel/rooms/RoomsTable.tsx b/webui/src/components/panel/rooms/RoomsTable.tsx index 17d3028..f618d12 100644 --- a/webui/src/components/panel/rooms/RoomsTable.tsx +++ b/webui/src/components/panel/rooms/RoomsTable.tsx @@ -2,7 +2,6 @@ import React from "react"; import {usePaginationFragment} from "react-relay/hooks"; import {graphql} from "babel-plugin-relay/macro"; import {RoomsTableFragment$key} from "./__generated__/RoomsTableFragment.graphql"; -import {useTable} from "react-table"; import styles from "./RoomsTable.module.scss"; import {useNavigate} from "react-router-dom"; import {Trans} from "react-i18next"; diff --git a/webui/src/layouts/PanelLayout.module.scss b/webui/src/layouts/PanelLayout.module.scss index c6f72a9..7f4bdd6 100644 --- a/webui/src/layouts/PanelLayout.module.scss +++ b/webui/src/layouts/PanelLayout.module.scss @@ -152,7 +152,6 @@ $navBreakpoint: 650px; >* { flex-shrink: 0; - flex-basis: 0; } .dropdown {