Skip to content

Commit

Permalink
Merge pull request #484 from totegamma/feat/リストとメッセージページのタブをスクロール可能に
Browse files Browse the repository at this point in the history
  • Loading branch information
totegamma authored Feb 10, 2024
2 parents f59ce65 + 622d332 commit 858aeef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/ListPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ export function ListPage(): JSX.Element {
}}
textColor="secondary"
indicatorColor="secondary"
variant="scrollable"
scrollButtons={false}
>
{Object.keys(lists)
.filter((e) => lists[e].pinned)
Expand Down
1 change: 1 addition & 0 deletions src/pages/MessagePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ export function MessagePage(): JSX.Element {
}}
textColor="secondary"
indicatorColor="secondary"
variant="scrollable"
>
<Tab value="replies" label="Replies" />
<Tab value="reroutes" label="Reroutes" />
Expand Down

0 comments on commit 858aeef

Please sign in to comment.