Add a settings button for color pickers
This commit is contained in:
@@ -17,6 +17,7 @@ import { DiscordButton } from "../Discord/DiscordButton";
|
|||||||
import { GitHubButton } from "../Github/GitHubButton";
|
import { GitHubButton } from "../Github/GitHubButton";
|
||||||
import { LoginButton } from "../Login/LoginButton";
|
import { LoginButton } from "../Login/LoginButton";
|
||||||
import { PlanModeButton } from "../PlanModeButton/PlanModeButton";
|
import { PlanModeButton } from "../PlanModeButton/PlanModeButton";
|
||||||
|
import { SettingsButton } from "../Settings/SettingsButtons";
|
||||||
|
|
||||||
function ResponsiveAppBar() {
|
function ResponsiveAppBar() {
|
||||||
const [anchorElNav, setAnchorElNav] = React.useState<null | HTMLElement>(
|
const [anchorElNav, setAnchorElNav] = React.useState<null | HTMLElement>(
|
||||||
@@ -101,6 +102,9 @@ function ResponsiveAppBar() {
|
|||||||
<MenuItem onClick={handleCloseNavMenu}>
|
<MenuItem onClick={handleCloseNavMenu}>
|
||||||
<CCPButton />
|
<CCPButton />
|
||||||
</MenuItem>
|
</MenuItem>
|
||||||
|
<MenuItem onClick={handleCloseNavMenu}>
|
||||||
|
<SettingsButton />
|
||||||
|
</MenuItem>
|
||||||
<MenuItem onClick={handleCloseNavMenu}>
|
<MenuItem onClick={handleCloseNavMenu}>
|
||||||
<CompactModeButton />
|
<CompactModeButton />
|
||||||
</MenuItem>
|
</MenuItem>
|
||||||
@@ -142,6 +146,7 @@ function ResponsiveAppBar() {
|
|||||||
<DiscordButton />
|
<DiscordButton />
|
||||||
<GitHubButton />
|
<GitHubButton />
|
||||||
<CCPButton />
|
<CCPButton />
|
||||||
|
<SettingsButton />
|
||||||
<CompactModeButton />
|
<CompactModeButton />
|
||||||
<PlanModeButton />
|
<PlanModeButton />
|
||||||
</Box>
|
</Box>
|
||||||
|
Reference in New Issue
Block a user