+26
packages/core-extensions/src/moonbase/style.css
+26
packages/core-extensions/src/moonbase/style.css
···
+125
packages/core-extensions/src/moonbase/webpackModules/ui/about.tsx
+125
packages/core-extensions/src/moonbase/webpackModules/ui/about.tsx
···
···+import IntegrationCard from "@moonlight-mod/wp/discord/modules/guild_settings/IntegrationCard.css";+const { Card, Text, useThemeContext, Button, AngleBracketsIcon, BookCheckIcon, ClydeIcon } = Components;+const wordmark = "https://raw.githubusercontent.com/moonlight-mod/moonlight/refs/heads/main/img/wordmark.png";+"https://raw.githubusercontent.com/moonlight-mod/moonlight/refs/heads/main/img/wordmark-light.png";+<Flex direction={Flex.Direction.HORIZONTAL} align={Flex.Align.CENTER} className="moonbase-gap">+<img src={darkTheme ? wordmarkLight : wordmark} alt="moonlight wordmark" className="moonbase-wordmark" />+<Dev name="Cynosphere" picture="https://github.com/Cynosphere.png" link="https://github.com/Cynosphere" />+<Dev name="NotNite" picture="https://github.com/NotNite.png" link="https://github.com/NotNite" />+<Dev name="adryd" picture="https://github.com/adryd325.png" link="https://github.com/adryd325" />+<Flex direction={Flex.Direction.HORIZONTAL} align={Flex.Align.CENTER} className="moonbase-gap">+<IconButton text="View source" icon={AngleBracketsIcon} link="https://github.com/moonlight-mod/moonlight" />+<IconButton text="Open the docs" icon={BookCheckIcon} link="https://moonlight-mod.github.io/" />+<Flex direction={Flex.Direction.VERTICAL} align={Flex.Align.START} className="moonbase-about-text">+"moonlight is licensed under the [GNU Lesser General Public License](https://www.gnu.org/licenses/lgpl-3.0.html) (`LGPL-3.0-or-later`)."
+6
packages/core-extensions/src/moonbase/webpackModules/ui/index.tsx
+6
packages/core-extensions/src/moonbase/webpackModules/ui/index.tsx
······
······