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

Migration to TailwindCSS #445

Merged
merged 81 commits into from
Oct 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
81 commits
Select commit Hold shift + click to select a range
d9d0316
Initialized Tailwind & added tailwind config
marsian83 Sep 13, 2023
9cb43d8
initial tailwind config
marsian83 Sep 13, 2023
5667987
added utility class p-page
marsian83 Sep 13, 2023
3ebf4ce
Added tailwind-merge for merging classnames
marsian83 Sep 14, 2023
5e0ee03
Replaced 'Header' with 'Navbar' and migrated to tailwindCSS
marsian83 Sep 14, 2023
8f5e304
added utility class absolute-cover in tailwind.css
marsian83 Sep 14, 2023
b9c0e01
Added hide on scroll effect on Navbar with debouncing to detect user …
marsian83 Sep 15, 2023
5df8cfc
HomePage Hero - migrated to tailwind
marsian83 Sep 16, 2023
7d2cbfd
HomePage HowItWorks section migrated to Tailwind
marsian83 Sep 16, 2023
16cf5c9
HomePage - Diagram migrated to Tailwind
marsian83 Sep 17, 2023
baa9247
Micro And Macro - migrated to Tailwind
marsian83 Sep 17, 2023
ef10f73
Migrated HomePage completely
marsian83 Sep 17, 2023
2d0ecdd
Redesigned and Migrated Footer to tailwind
marsian83 Sep 17, 2023
e4f3898
Started Migration for Status Page to Tailwind
marsian83 Sep 17, 2023
038bd2e
StatusPage Hero migrated to Tailwind
marsian83 Sep 17, 2023
b015910
Removed now unused library react-countup
marsian83 Sep 17, 2023
7860a6e
Status Page - code restructure & Tailwind migration
marsian83 Sep 18, 2023
2a3e5fa
Merge branch 'vitessio:main' into main
marsian83 Oct 9, 2023
613bb17
bugfix, indefinite eventlistener
marsian83 Oct 10, 2023
673cb6a
Merge branch 'vitessio:main' into main
marsian83 Oct 10, 2023
65daa5f
started DailyPage migration
marsian83 Oct 10, 2023
ecb7a18
Merge branch 'vitessio:main' into main
marsian83 Oct 11, 2023
c7c38f0
Merge branch 'vitessio:main' into main
marsian83 Oct 12, 2023
ef3c457
Compare Page migration
marsian83 Oct 12, 2023
642d1ff
ComparePage migration'
marsian83 Oct 12, 2023
6ab56bf
PR Page migrated
marsian83 Oct 13, 2023
20e58e0
migrated components for Search Page
marsian83 Oct 13, 2023
2ed3025
added common components folder and added DisplayList
marsian83 Oct 13, 2023
4bf0e1d
added icon component
marsian83 Oct 13, 2023
7c75686
migrated all pages, left compoennts and Micro Macro pages
marsian83 Oct 13, 2023
d572b40
Deleted pre-migration resources for StatusPage
marsian83 Oct 13, 2023
cc0a05e
deleted old resources for Navbar / Header which were no longer needed
marsian83 Oct 13, 2023
6957907
removed pre-migration resources for DailyPage
marsian83 Oct 13, 2023
3ee3428
removed pre-migration resources for PRs Page
marsian83 Oct 13, 2023
46b71bc
removed no longer needed pre-migration resources for Search Page
marsian83 Oct 13, 2023
fc42689
bugfix - typo in proptype declaration
marsian83 Oct 13, 2023
e29a32a
Removed old resources for PRPage and fixed single PR Page
marsian83 Oct 13, 2023
ec51946
Removed duplicate lock file
marsian83 Oct 13, 2023
f286363
bugfix - accidental comment in docker-compose
marsian83 Oct 13, 2023
3401213
added global context and hooks useTheme and useModal
marsian83 Oct 14, 2023
a4693ae
added new icon 'close'
marsian83 Oct 14, 2023
2ada2fc
migrated Query Compare Page and configured modal
marsian83 Oct 14, 2023
aed7df1
removed old resources for Macrobench Query Compare page
marsian83 Oct 14, 2023
721301f
removed pre-migration styling which is no longed used
marsian83 Oct 14, 2023
009813b
bugfix - loader not centered on comapre page
marsian83 Oct 15, 2023
654c62e
updated conventions for Micro Page
marsian83 Oct 17, 2023
966a130
Removed Micro link from navbar
marsian83 Oct 17, 2023
0394d62
Migrated Macro Page completely, fixes in other pages
marsian83 Oct 18, 2023
1e50259
removed old resources for Compare Page
marsian83 Oct 18, 2023
04987df
rename folder context -> contexts
marsian83 Oct 18, 2023
2a8ecbe
bugfixes -> import statement fixes
marsian83 Oct 18, 2023
77f3009
fixes in MacroQueriesCompare Page -> added loader, removed unused props
marsian83 Oct 18, 2023
3fd5093
fix error styling on Daily Page
marsian83 Oct 18, 2023
7a9cb94
fixed list width issues on status page
marsian83 Oct 18, 2023
f5fd7f3
homepage hero -> changed slogan and changed button to Link
marsian83 Oct 18, 2023
3d83290
capitalized Github in Footer
marsian83 Oct 18, 2023
5396175
fixed alignment and spacing in Compare Page
marsian83 Oct 18, 2023
a79cfaa
fix width issue on PRs Page
marsian83 Oct 18, 2023
cbb581d
change padding for Hero of Prs Page
marsian83 Oct 18, 2023
acc5c09
removed old utility class apiError causing error rendering glitches
marsian83 Oct 18, 2023
de5290f
changed Hero height in Hero page
marsian83 Oct 18, 2023
8828692
changed height of hero and removed unused import in Daily Page Hero
marsian83 Oct 18, 2023
f397f07
changed Hero height in compare Page and fixed semantic html
marsian83 Oct 18, 2023
6496401
changed Hero height in Search page
marsian83 Oct 18, 2023
6072799
removed rightmost footer section ephemerally
marsian83 Oct 18, 2023
20d49a6
rename Github -> GitHub
marsian83 Oct 20, 2023
dae2d53
add Vitess icon to home screen
marsian83 Oct 21, 2023
1ddba71
fix defaultValue not reflecting url parameters for left right in comp…
marsian83 Oct 21, 2023
df615ac
added loader for compare Page
marsian83 Oct 21, 2023
6691052
remove scroll event lsitener when navbar unmounts
marsian83 Oct 22, 2023
a42f25f
fix - theme not getting stored in localStorage
marsian83 Oct 22, 2023
14ab070
remove color state from useTheme due to multiple recalls and redeclar…
marsian83 Oct 22, 2023
549fb3c
fix Chart rendering and redesign
marsian83 Oct 22, 2023
dfa7052
fix Diagram at homepage not changing color, also add label
marsian83 Oct 22, 2023
b916e2a
added license to new files
marsian83 Oct 22, 2023
313002c
fix merge conflict
marsian83 Oct 22, 2023
68d82ad
Update website/src/pages/HomePage/components/Hero.jsx
frouioui Oct 23, 2023
53fa66e
Update website/src/pages/HomePage/HomePage.jsx
frouioui Oct 23, 2023
050e587
Update website/src/pages/DailyPage/DailyPage.jsx
frouioui Oct 23, 2023
c90e979
Apply suggestions from code review
frouioui Oct 23, 2023
eec3586
Update website/src/pages/ComparePage/ComparePage.jsx
frouioui Oct 23, 2023
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
2 changes: 2 additions & 0 deletions website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
href="./src/assets/favicon.png"
type="image/png"
/>

<link rel="stylesheet" href="./src/assets/styles/index.css">
</head>
<body>
<div id="root"></div>
Expand Down
Loading
Loading