11
11
< link href ="../../../../assets/source-file.css " type ="text/css " rel ="stylesheet ">
12
12
</ head >
13
13
< body >
14
- < div style ="margin-top:3em " class ="ui container "> < h1 class ="ui header "> < a href ="../../../../index.html "> TypeScript coverage report</ a > </ h1 > < table style ="margin-top:2em " class ="ui celled table "> < thead class =""> < tr class =""> < th class =""> Filename</ th > < th class =""> Percent</ th > < th class =""> Threshold</ th > < th class =""> Total</ th > < th class =""> Covered</ th > < th class =""> Uncovered</ th > </ tr > </ thead > < tbody class =""> < tr class ="positive "> < td class =""> app/src/Dashboard/NavbarDash.tsx</ td > < td class =""> 88.44 %</ td > < td class =""> 80%</ td > < td class =""> 225 </ td > < td class =""> 199 </ td > < td class =""> 26 </ td > </ tr > </ tbody > </ table > < textarea id ="editor " readonly ="" style ="margin-top:3em "> import React, { useState, useContext } from 'react';
14
+ < div style ="margin-top:3em " class ="ui container "> < h1 class ="ui header "> < a href ="../../../../index.html "> TypeScript coverage report</ a > </ h1 > < table style ="margin-top:2em " class ="ui celled table "> < thead class =""> < tr class =""> < th class =""> Filename</ th > < th class =""> Percent</ th > < th class =""> Threshold</ th > < th class =""> Total</ th > < th class =""> Covered</ th > < th class =""> Uncovered</ th > </ tr > </ thead > < tbody class =""> < tr class ="positive "> < td class =""> app/src/Dashboard/NavbarDash.tsx</ td > < td class =""> 88.51 %</ td > < td class =""> 80%</ td > < td class =""> 235 </ td > < td class =""> 208 </ td > < td class =""> 27 </ td > </ tr > </ tbody > </ table > < textarea id ="editor " readonly ="" style ="margin-top:3em "> import React, { useState, useContext } from 'react';
15
15
import { Theme } from '@mui/material/styles';
16
16
import withStyles from '@mui/styles/withStyles';
17
17
import createStyles from '@mui/styles/createStyles';
106
106
<div className={classes.root} style={style}>
107
107
<AppBar position='static'>
108
108
<Toolbar>
109
- <Avatar src={greenLogo}></Avatar>
110
- <Typography variant="h6" style={{ marginLeft: '1rem' }} className={classes.title}>
111
- ReacType
112
- </Typography>
113
- <div style ={ { textDecoration: 'none' } }>
109
+ <Link to="/" style={{display: 'inline-flex', justifyContent: 'center', textDecoration: 'none'}}>
110
+ <Avatar src={greenLogo}></Avatar>
111
+ <Typography variant="h6" style={{ marginTop: '0.3rem', marginLeft: '0.5rem', color: 'silver' }} className={classes.title}>
112
+ ReacType
113
+ </Typography>
114
+ </Link>
115
+ <div style ={ { marginLeft: '0.5rem', textDecoration: 'none' } }>
114
116
<Button
115
117
variant='contained'
116
118
color='primary'
185
187
</div>
186
188
);
187
189
}
188
- </ textarea > < pre id ="annotations " style ="display:none "> [{"file":"app/src/Dashboard/NavbarDash.tsx","line":65,"character":34,"text":"theme","kind":1},{"file":"app/src/Dashboard/NavbarDash.tsx","line":69,"character":8,"text":"color","kind":1},{"file":"app/src/Dashboard/NavbarDash.tsx","line":69,"character":15,"text":"theme","kind":1},{"file":"app/src/Dashboard/NavbarDash.tsx","line":69,"character":21,"text":"palette","kind":1},{"file":"app/src/Dashboard/NavbarDash.tsx","line":69,"character":29,"text":"common","kind":1},{"file":"app/src/Dashboard/NavbarDash.tsx","line":69,"character":36,"text":"white","kind":1},{"file":"app/src/Dashboard/NavbarDash.tsx","line":75,"character":31,"text":"props","kind":1},{"file":"app/src/Dashboard/NavbarDash.tsx","line":84,"character":9,"text":"anchorEl","kind":1},{"file":"app/src/Dashboard/NavbarDash.tsx","line":85,"character":22,"text":"event","kind":1},{"file":"app/src/Dashboard/NavbarDash.tsx","line":86,"character":16,"text":"event","kind":1},{"file":"app/src/Dashboard/NavbarDash.tsx","line":86,"character":22,"text":"currentTarget","kind":1},{"file":"app/src/Dashboard/NavbarDash.tsx","line":112,"character":12,"text":"anchorEl","kind":1},{"file":"app/src/Dashboard/NavbarDash.tsx","line":112,"character":22,"text":"anchorEl","kind":1},{"file":"app/src/Dashboard/NavbarDash.tsx","line":114,"character":26,"text":"anchorEl","kind":1},{"file":"app/src/Dashboard/NavbarDash.tsx","line":119,"character":22,"text":"props","kind":1},{"file":"app/src/Dashboard/NavbarDash.tsx","line":119,"character":28,"text":"optionClicked","kind":1},{"file":"app/src/Dashboard/NavbarDash.tsx","line":145,"character":21,"text":"props","kind":1},{"file":"app/src/Dashboard/NavbarDash.tsx","line":145,"character":27,"text":"isThemeLight","kind":1},{"file":"app/src/Dashboard/NavbarDash.tsx","line":150,"character":14,"text":"props","kind":1},{"file":"app/src/Dashboard/NavbarDash.tsx","line":150,"character":20,"text":"isThemeLight","kind":1},{"file":"app/src/Dashboard/NavbarDash.tsx","line":150,"character":35,"text":"props","kind":1},{"file":"app/src/Dashboard/NavbarDash.tsx","line":150,"character":41,"text":"setTheme","kind":1},{"file":"app/src/Dashboard/NavbarDash.tsx","line":150,"character":59,"text":"props","kind":1},{"file":"app/src/Dashboard/NavbarDash.tsx","line":150,"character":65,"text":"setTheme","kind":1},{"file":"app/src/Dashboard/NavbarDash.tsx","line":153,"character":13,"text":"props","kind":1},{"file":"app/src/Dashboard/NavbarDash.tsx","line":153,"character":19,"text":"isThemeLight","kind":1}]</ pre > </ div >
189
- < p class ="footer-text "> TypeScript Coverage Report generated by < a href ="https://github.com/plantain-00/type-coverage "> type-coverage</ a > and < a href ="https://github.com/alexcanessa/typescript-coverage-report "> typescript-coverage-report</ a > at Fri, 05 May 2023 01:51:04 GMT</ p >
190
+ </ textarea > < pre id ="annotations " style ="display:none "> [{"file":"app/src/Dashboard/NavbarDash.tsx","line":20,"character":7,"text":"greenLogo","kind":1},{"file":"app/src/Dashboard/NavbarDash.tsx","line":65,"character":34,"text":"theme","kind":1},{"file":"app/src/Dashboard/NavbarDash.tsx","line":69,"character":8,"text":"color","kind":1},{"file":"app/src/Dashboard/NavbarDash.tsx","line":69,"character":15,"text":"theme","kind":1},{"file":"app/src/Dashboard/NavbarDash.tsx","line":69,"character":21,"text":"palette","kind":1},{"file":"app/src/Dashboard/NavbarDash.tsx","line":69,"character":29,"text":"common","kind":1},{"file":"app/src/Dashboard/NavbarDash.tsx","line":69,"character":36,"text":"white","kind":1},{"file":"app/src/Dashboard/NavbarDash.tsx","line":75,"character":31,"text":"props","kind":1},{"file":"app/src/Dashboard/NavbarDash.tsx","line":84,"character":9,"text":"anchorEl","kind":1},{"file":"app/src/Dashboard/NavbarDash.tsx","line":85,"character":22,"text":"event","kind":1},{"file":"app/src/Dashboard/NavbarDash.tsx","line":86,"character":16,"text":"event","kind":1},{"file":"app/src/Dashboard/NavbarDash.tsx","line":86,"character":22,"text":"currentTarget","kind":1},{"file":"app/src/Dashboard/NavbarDash.tsx","line":114,"character":12,"text":"anchorEl","kind":1},{"file":"app/src/Dashboard/NavbarDash.tsx","line":114,"character":22,"text":"anchorEl","kind":1},{"file":"app/src/Dashboard/NavbarDash.tsx","line":116,"character":26,"text":"anchorEl","kind":1},{"file":"app/src/Dashboard/NavbarDash.tsx","line":121,"character":22,"text":"props","kind":1},{"file":"app/src/Dashboard/NavbarDash.tsx","line":121,"character":28,"text":"optionClicked","kind":1},{"file":"app/src/Dashboard/NavbarDash.tsx","line":147,"character":21,"text":"props","kind":1},{"file":"app/src/Dashboard/NavbarDash.tsx","line":147,"character":27,"text":"isThemeLight","kind":1},{"file":"app/src/Dashboard/NavbarDash.tsx","line":152,"character":14,"text":"props","kind":1},{"file":"app/src/Dashboard/NavbarDash.tsx","line":152,"character":20,"text":"isThemeLight","kind":1},{"file":"app/src/Dashboard/NavbarDash.tsx","line":152,"character":35,"text":"props","kind":1},{"file":"app/src/Dashboard/NavbarDash.tsx","line":152,"character":41,"text":"setTheme","kind":1},{"file":"app/src/Dashboard/NavbarDash.tsx","line":152,"character":59,"text":"props","kind":1},{"file":"app/src/Dashboard/NavbarDash.tsx","line":152,"character":65,"text":"setTheme","kind":1},{"file":"app/src/Dashboard/NavbarDash.tsx","line":155,"character":13,"text":"props","kind":1},{"file":"app/src/Dashboard/NavbarDash.tsx","line":155,"character":19,"text":"isThemeLight","kind":1}]</ pre > </ div >
191
+ < p class ="footer-text "> TypeScript Coverage Report generated by < a href ="https://github.com/plantain-00/type-coverage "> type-coverage</ a > and < a href ="https://github.com/alexcanessa/typescript-coverage-report "> typescript-coverage-report</ a > at Thu, 07 Sep 2023 18:28:49 GMT</ p >
190
192
</ body >
191
193
</ html >
192
194
0 commit comments