Loading capif_frontend/.eslintrc.js +0 −13 Original line number Diff line number Diff line Loading @@ -24,19 +24,6 @@ module.exports = { 'react/no-unescaped-entities': 'off', 'import/no-anonymous-default-export': 'off', // add new line above comment 'lines-around-comment': [ 'error', { beforeLineComment: true, beforeBlockComment: true, allowBlockStart: true, allowClassStart: true, allowObjectStart: true, allowArrayStart: true } ], // add new line above return 'newline-before-return': 'error', Loading capif_frontend/package.json +1 −0 Original line number Diff line number Diff line Loading @@ -36,6 +36,7 @@ "@mui/x-data-grid": "6.0.3", "@popperjs/core": "2.11.7", "@reduxjs/toolkit": "1.9.5", "@tanstack/react-query": "^5.8.9", "aes-js": "^3.1.2", "apexcharts-clevision": "3.28.5", "axios": "1.4.0", Loading capif_frontend/src/@core/layouts/components/vertical/navigation/index.js +1 −1 Original line number Diff line number Diff line Loading @@ -144,7 +144,7 @@ const Navigation = props => { sx={{ pt: 0, transition: 'padding .25s ease', '& > :first-child': { mt: '0' }, '& > :first-of-type': { mt: '0' }, pr: !navCollapsed || (navCollapsed && navHover) ? 4.5 : 1.25 }} > Loading capif_frontend/src/@core/theme/overrides/accordion.js +1 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ const Accordion = () => { borderBottomRightRadius: 0 }), '& + .MuiCollapse-root': { '& .MuiAccordionDetails-root:first-child': { '& .MuiAccordionDetails-root:first-of-type': { paddingTop: 0 } } Loading capif_frontend/src/@core/theme/overrides/table.js +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ const Table = () => { MuiTableRow: { styleOverrides: { root: ({ theme }) => ({ '& .MuiTableCell-head:not(.MuiTableCell-paddingCheckbox):first-child, & .MuiTableCell-root:not(.MuiTableCell-paddingCheckbox):first-child ': '& .MuiTableCell-head:not(.MuiTableCell-paddingCheckbox):first-of-type, & .MuiTableCell-root:not(.MuiTableCell-paddingCheckbox):first-of-type ': { paddingLeft: theme.spacing(5) }, Loading Loading
capif_frontend/.eslintrc.js +0 −13 Original line number Diff line number Diff line Loading @@ -24,19 +24,6 @@ module.exports = { 'react/no-unescaped-entities': 'off', 'import/no-anonymous-default-export': 'off', // add new line above comment 'lines-around-comment': [ 'error', { beforeLineComment: true, beforeBlockComment: true, allowBlockStart: true, allowClassStart: true, allowObjectStart: true, allowArrayStart: true } ], // add new line above return 'newline-before-return': 'error', Loading
capif_frontend/package.json +1 −0 Original line number Diff line number Diff line Loading @@ -36,6 +36,7 @@ "@mui/x-data-grid": "6.0.3", "@popperjs/core": "2.11.7", "@reduxjs/toolkit": "1.9.5", "@tanstack/react-query": "^5.8.9", "aes-js": "^3.1.2", "apexcharts-clevision": "3.28.5", "axios": "1.4.0", Loading
capif_frontend/src/@core/layouts/components/vertical/navigation/index.js +1 −1 Original line number Diff line number Diff line Loading @@ -144,7 +144,7 @@ const Navigation = props => { sx={{ pt: 0, transition: 'padding .25s ease', '& > :first-child': { mt: '0' }, '& > :first-of-type': { mt: '0' }, pr: !navCollapsed || (navCollapsed && navHover) ? 4.5 : 1.25 }} > Loading
capif_frontend/src/@core/theme/overrides/accordion.js +1 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ const Accordion = () => { borderBottomRightRadius: 0 }), '& + .MuiCollapse-root': { '& .MuiAccordionDetails-root:first-child': { '& .MuiAccordionDetails-root:first-of-type': { paddingTop: 0 } } Loading
capif_frontend/src/@core/theme/overrides/table.js +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ const Table = () => { MuiTableRow: { styleOverrides: { root: ({ theme }) => ({ '& .MuiTableCell-head:not(.MuiTableCell-paddingCheckbox):first-child, & .MuiTableCell-root:not(.MuiTableCell-paddingCheckbox):first-child ': '& .MuiTableCell-head:not(.MuiTableCell-paddingCheckbox):first-of-type, & .MuiTableCell-root:not(.MuiTableCell-paddingCheckbox):first-of-type ': { paddingLeft: theme.spacing(5) }, Loading