Skip to content

Commit

Permalink
feat(DeckyPanelPages): Set "slim" to true for ReportWeekly component
Browse files Browse the repository at this point in the history
  • Loading branch information
ynhhoJ committed Jan 6, 2025
1 parent 687721b commit deec299
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/pages/DeckyPanelPage.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { ButtonItem, PanelSection, PanelSectionRow } from "@decky/ui";
import type { VFC } from "react";
import { CurrentPlayTime } from "../containers/CurrentPlayTime";
import { ReportWeekly } from "../containers/ReportWeekly";
import {
Expand All @@ -8,11 +7,13 @@ import {
navigateToPage,
} from "./navigation";

export const DeckyPanelPage: VFC = () => {
export const DeckyPanelPage = () => {
return (
<div>
<CurrentPlayTime />
<ReportWeekly />

<ReportWeekly slim={true} />

<PanelSection title="Misc">
<PanelSectionRow>
<ButtonItem
Expand Down

0 comments on commit deec299

Please sign in to comment.