Skip to content

Commit

Permalink
Merge pull request #53 from push-protocol/comment-notifications-by-ch…
Browse files Browse the repository at this point in the history
…annel

commented notifications by channel
  • Loading branch information
rohitmalhotra1420 authored Oct 1, 2024
2 parents 2ed228b + 72e9c75 commit dfe4b1f
Show file tree
Hide file tree
Showing 4 changed files with 4,111 additions and 2,920 deletions.
Binary file added .yarn/install-state.gz
Binary file not shown.
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
11 changes: 8 additions & 3 deletions components/Dashboard/LineChartSet/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,12 @@ export default function LineChartSet() {
Notifications Statistics
</Text>
</Box> */}
<Grid container spacing={isMobile ? 0 : 3} justifyContent="center" mt={0}>
<Grid
container
spacing={isMobile ? 0 : 3}
justifyContent="flex-start"
mt={0}
>
<Notifications
isLoading={isStatisticDataLoading}
data={notificationData}
Expand All @@ -252,13 +257,13 @@ export default function LineChartSet() {
isLoading={isChannelDataLoading}
/>
<HorizontalLine />
<HorizontalBarChart
{/* <HorizontalBarChart
title="Notifications By Channel"
label="Notifications"
category={notificationCategories}
value={notificationValues}
isLoading={isChannelDataLoading}
/>
/> */}
</Grid>
{/* <Box
sx={{ display: 'flex', width: '100%', justifyContent: 'flex-start' }}
Expand Down
Loading

0 comments on commit dfe4b1f

Please sign in to comment.