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

Footer enhancements #358

Merged
merged 26 commits into from
Jul 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
e1d3418
new footer markups and styling
nirmalkc Jun 28, 2022
fb9543a
footer responsive fixes
nirmalkc Jun 28, 2022
1828d64
footer link fixes
nirmalkc Jun 28, 2022
184d54e
fixing logo
nirmalkc Jul 5, 2022
46cb5a6
styling header sponsor modal contents
nirmalkc Jul 5, 2022
eaa3fb6
required changes
Angryman18 Jul 9, 2022
73de57c
hasura, postgres added and overlay espace on modal open
Angryman18 Jul 9, 2022
0ecee8b
Fixed footer text
atapas Jul 10, 2022
6c15230
Link corrections and text changes
atapas Jul 10, 2022
17d8d1f
enhanced header support text
atapas Jul 10, 2022
fed9875
techstack
atapas Jul 10, 2022
a7c43e5
build fail
atapas Jul 10, 2022
6128509
name convetion fix
Angryman18 Jul 10, 2022
ee6a966
do not show extended header other than home page
atapas Jul 10, 2022
6c49228
corrected a typo
atapas Jul 10, 2022
23c6a0c
filename change
Angryman18 Jul 10, 2022
ea0a9e5
footer fix
Angryman18 Jul 12, 2022
1fec33f
filename fix and icons added
Angryman18 Jul 12, 2022
dc960eb
fixed techstack, header dropdown, footer rwd
nirmalkc Jul 12, 2022
a374200
Merge branch '340-bug-report-footer-enhancements' of https://github.c…
nirmalkc Jul 12, 2022
c566fe2
fixing tapas link after merge conflict
nirmalkc Jul 12, 2022
9faa340
Corrected the sponsor link in the header
atapas Jul 14, 2022
6fb63f8
Updated the sponsor link in the footer
atapas Jul 14, 2022
99f3dbe
removed the unwanted class and refined share modal
nirmalkc Jul 14, 2022
3632e79
Merge branch '340-bug-report-footer-enhancements' of https://github.c…
nirmalkc Jul 14, 2022
6f360fe
Merge branch 'main' into 340-bug-report-footer-enhancements
atapas Jul 14, 2022
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
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"version": "1.0.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@giscus/react": "^2.0.3",
"@mui/material": "^5.8.7",
"@nhost/react": "^0.9.0",
"@types/lodash": "^4.14.182",
"@types/react": "^18.0.6",
Expand Down
Loading