Skip to content

Commit

Permalink
Merge branch 'develop' into fix-browser-nav
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiramTadepalli committed Nov 21, 2024
2 parents 99ac32e + fcf390c commit 932d252
Show file tree
Hide file tree
Showing 42 changed files with 875 additions and 635 deletions.
46 changes: 14 additions & 32 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"@mui/icons-material": "^6.1.2",
"@mui/material": "^6.1.2",
"@next/third-parties": "^14.2.15",
"@vercel/analytics": "^1.0.0",
"@vercel/speed-insights": "^1.0.12",
"apexcharts": "^3.33.2",
"autoprefixer": "^10.4.2",
Expand All @@ -42,6 +41,7 @@
"react-apexcharts": "^1.3.9",
"react-docgen-typescript": "^2.2.2",
"react-dom": "^18.2.0",
"react-resizable-panels": "^2.1.4",
"sharp": "^0.33.5",
"style-loader": "^4.0.0",
"tailwindcss": "^3.0.23",
Expand Down
231 changes: 0 additions & 231 deletions src/components/common/Filters/filters.tsx

This file was deleted.

13 changes: 6 additions & 7 deletions src/components/common/SingleGradesInfo/singleGradesInfo.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
import { Skeleton } from '@mui/material';
import React from 'react';

import SearchQuery from '../../../modules/SearchQuery/SearchQuery';
import searchQueryLabel from '../../../modules/searchQueryLabel/searchQueryLabel';
import type {
GenericFetchedData,
GradesType,
} from '../../../pages/dashboard/index';
import BarGraph from '../../graph/BarGraph/barGraph';
import BarGraph from '@/components/graph/BarGraph/barGraph';
import {
type SearchQuery,
searchQueryLabel,
} from '@/modules/SearchQuery/SearchQuery';
import type { GenericFetchedData, GradesType } from '@/pages/dashboard/index';

function convertNumbersToPercents(distribution: GradesType): number[] {
const total = distribution.total;
Expand Down
Loading

0 comments on commit 932d252

Please sign in to comment.