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

Andrei/phs 25 home screen redo #38

Merged
merged 28 commits into from
Mar 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
02f60be
styling ok on phones
andreisito Oct 29, 2023
3bd76f7
updated types
andreisito Oct 29, 2023
648ef68
fixed global styling
andreisito Nov 3, 2023
e1f9faf
config fix
andreisito Nov 3, 2023
de8cc7f
feat: Global styling + Welcome graphic on home screen
andreisito Nov 5, 2023
91e0ca0
feat: basic frontend for spotlight carousel
andreisito Nov 5, 2023
6fbaee6
feat: basic visitor resources buttons
andreisito Nov 5, 2023
283aeb3
feat: routing from home page buttons added, WIP: bugs with rpc function
andreisito Nov 8, 2023
c467b9d
chore: added docs to pages
andreisito Nov 8, 2023
85c0111
fix: changed styling for other phone screens
andreisito Nov 17, 2023
cb197e5
rpc functions added
andreisito Nov 27, 2023
b85d12e
feat: rpc function added to media spotlights on home page
andreisito Nov 30, 2023
f61e230
chore: commented out related spotlight for now
andreisito Nov 30, 2023
fce8219
style: changed div styling to meet tailwind conventions + base styling
andreisito Feb 25, 2024
abb9976
chore: extra changes from supabase types sync
andreisito Feb 25, 2024
e07f6af
chore: removed console logs
andreisito Feb 25, 2024
f44d361
chore: prettier script
andreisito Feb 25, 2024
a5ff318
chore: supabase types changed again
andreisito Feb 25, 2024
ffaafcb
fix: incorrect function call + extra console log removed
andreisito Feb 25, 2024
f809b0f
style: fixing the spacing on the visitor resources buttons
andreisito Feb 26, 2024
1eece85
chore: supabase sync
andreisito Feb 26, 2024
8a43e2a
chore: comment fix
andreisito Feb 26, 2024
c6c6cee
feat: fixed some styling, added routing to the wildlife carousel
andreisito Feb 26, 2024
238b59a
chore: supabase sync
andreisito Feb 26, 2024
9519f7c
feat: updated to match RPC DB func changes
andreisito Feb 27, 2024
33cd229
chore: removed unnecessary useEffect
andreisito Feb 27, 2024
7ff2ec6
chore: removed imports
andreisito Feb 27, 2024
2483e9a
Merge branch 'main' into andrei/phs-25-home-screen-redo
sarahhpeng Mar 16, 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
9 changes: 9 additions & 0 deletions .vscode/css_custom_data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"version": 1.1,
"atDirectives": [
{
"name": "@tailwind",
"description": "Use the @tailwind directive to insert Tailwind's `base`, `components`, `utilities`, and `screens` styles into your CSS."
}
]
}
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"typescript.tsdk": "node_modules/typescript/lib"
}
Loading
Loading