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

Fixed the responsiveness of the header, footer, and card. #252

Merged
merged 23 commits into from
Jan 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
d311172
made header, footer and card responsive
Tusharjamdade Dec 23, 2024
1debf14
Fix summary layout and adjust leaders/labels alignment on card
Tusharjamdade Dec 23, 2024
cd73d88
Merge branch 'main' into header_footer_card
Tusharjamdade Dec 24, 2024
7f51c7f
Merge branch 'main' into header_footer_card
arkid15r Dec 24, 2024
81673c9
Merge branch 'main' into header_footer_card
arkid15r Dec 24, 2024
0b42df1
Merge branch 'main' into header_footer_card
Tusharjamdade Dec 24, 2024
f57bfbb
Merge branch 'main' into header_footer_card
Tusharjamdade Dec 25, 2024
c67b482
Merge branch 'main' into header_footer_card
Tusharjamdade Dec 25, 2024
9d6cceb
Merge branch 'main' into header_footer_card
Tusharjamdade Dec 25, 2024
1de4425
fixed some issues with the headers and made the card responsive
Tusharjamdade Dec 29, 2024
7792969
Merge branch 'main' into header_footer_card
Tusharjamdade Dec 29, 2024
62f408d
fixed the unnecessary escape character error
Tusharjamdade Dec 29, 2024
85e9781
fixed lucide-react import should occur before import of react error
Tusharjamdade Dec 29, 2024
65af4ba
Add millify package to have human readable numbers for Card meta data
kasya Dec 29, 2024
11bf73f
Merge branch 'main' into header_footer_card
Tusharjamdade Dec 30, 2024
3c672f5
Update Header.tsx
Tusharjamdade Dec 31, 2024
c4918af
Merge branch 'main' into header_footer_card
Tusharjamdade Jan 1, 2025
81c176e
fix: resolve label delay issue after hard refresh
Tusharjamdade Jan 1, 2025
50174b1
Fix meta data icons in Card component for mobile devices
kasya Jan 2, 2025
0b2af4a
Merge branch 'main' into header_footer_card
kasya Jan 2, 2025
b65f2c6
Fix Footer to work with new centered layout
kasya Jan 2, 2025
aee9e2c
Apply pre-commit
kasya Jan 2, 2025
3ca4354
Apply pre-commit
kasya Jan 2, 2025
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
27 changes: 12 additions & 15 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"lodash": "^4.17.21",
"lucide-react": "^0.469.0",
"markdown-it": "^14.1.0",
"millify": "^6.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.3.0",
Expand Down
Loading
Loading