Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Subsections and headings #237

Closed
wants to merge 45 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
932e2f2
create custom heading components for react-markdown
dankimberley Jul 9, 2024
48904f1
return variable <Tag> instead of <p>
dankimberley Jul 9, 2024
db718f2
add tag parameter to p and list react-markdown components
dankimberley Jul 9, 2024
a757c52
replaceAll not replace
dankimberley Jul 9, 2024
1acd316
style headings differently
dankimberley Jul 9, 2024
56373a7
return separate <p> and <h> jsx
dankimberley Jul 10, 2024
30ad585
upper case IDs
dankimberley Jul 10, 2024
32b59d0
prettier
dankimberley Jul 10, 2024
bfa724f
tag param optional, default <p>
dankimberley Jul 11, 2024
88bbd72
fixed comment position for headings
dankimberley Jul 11, 2024
67b75a1
Mobile and narrow-resolution improvements (#235)
dankimberley Jul 11, 2024
2d32b79
added copy button, broken heading comment position
dankimberley Jul 11, 2024
62d2acd
move nav diagram into folder
alasdairwilson May 30, 2024
342c9ce
refactor: Add className and style props to SubTitle, Title, and Stack…
alasdairwilson Jun 3, 2024
39af11c
feat: Add CourseGrid component and update Course layout
alasdairwilson Jun 3, 2024
bdc4f94
refactor: Update Layout component to use MuiTheme for theming
alasdairwilson Jun 3, 2024
c7a746b
feat: Add NavDiagram component and update Material pages
alasdairwilson Jun 3, 2024
93311ea
Add files property to Course type
alasdairwilson Jun 3, 2024
9968353
grids for courses
alasdairwilson Jun 14, 2024
018af6c
fixed rounding on coursegrid
alasdairwilson Jul 11, 2024
79c2998
fixed rounding on coursegrid
alasdairwilson Jul 11, 2024
eecc321
refactor: Add getStaticPaths function to diagram.tsx
alasdairwilson Jul 11, 2024
9e09d06
prettier
alasdairwilson Jul 11, 2024
5ea0f67
copy heading button works with window href
dankimberley Jul 12, 2024
73ad469
prettier
dankimberley Jul 12, 2024
dec2cdd
create custom heading components for react-markdown
dankimberley Jul 9, 2024
8050b7b
return variable <Tag> instead of <p>
dankimberley Jul 9, 2024
d63e468
add tag parameter to p and list react-markdown components
dankimberley Jul 9, 2024
359b440
replaceAll not replace
dankimberley Jul 9, 2024
7ba02fe
style headings differently
dankimberley Jul 9, 2024
547ff6c
return separate <p> and <h> jsx
dankimberley Jul 10, 2024
44f0a1e
upper case IDs
dankimberley Jul 10, 2024
bfdf8df
prettier
dankimberley Jul 10, 2024
0080b1a
tag param optional, default <p>
dankimberley Jul 11, 2024
8755d9b
fixed comment position for headings
dankimberley Jul 11, 2024
3a471da
added copy button, broken heading comment position
dankimberley Jul 11, 2024
1b65436
copy heading button works with window href
dankimberley Jul 12, 2024
56f568a
prettier
dankimberley Jul 12, 2024
62a617c
Merge branch 'subsections-and-headings' of github.com:OxfordRSE/guten…
dankimberley Jul 12, 2024
a92c026
fix heading copy position
dankimberley Jul 12, 2024
f5882ce
put heading content in variable
dankimberley Jul 15, 2024
df1d4c3
display share button only on hover
dankimberley Jul 15, 2024
7551a38
fix styling changes due to turning headings into paragraphs
dankimberley Jul 15, 2024
595cd57
fix styling of copy heading button and first heading of content page
dankimberley Jul 15, 2024
edc90de
prettier
dankimberley Jul 15, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixed rounding on coursegrid
alasdairwilson committed Jul 11, 2024
commit 018af6ce49ba24987373f20f25b376cae895759e
2 changes: 1 addition & 1 deletion components/MuiTheme.tsx
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ export const LightTheme = createTheme({
root: {
backgroundColor: "#f8fafc", // Similar to bg-slate-50
borderColor: "#e5e7eb", // border-gray-200
borderRadius: "8px", // rounded-lg
borderRadius: "8", // rounded-lg
},
},
},