Skip to content

Commit

Permalink
Andrei/phs 25 home screen redo (#38)
Browse files Browse the repository at this point in the history
* styling ok on phones

* updated types

* fixed global styling

* config fix

* feat: Global styling + Welcome graphic on home screen

* feat: basic frontend for spotlight carousel

* feat: basic visitor resources buttons

* feat: routing from home page buttons added, WIP: bugs with rpc function

* chore: added docs to pages

* fix: changed styling for other phone screens

* rpc functions added

* feat: rpc function added to media spotlights on home page

* chore: commented out related spotlight for now

* style: changed div styling to meet tailwind conventions + base styling

* chore: extra changes from supabase types sync

* chore: removed console logs

* chore: prettier script

* chore: supabase types changed again

* fix: incorrect function call + extra console log removed

* style: fixing the spacing on the visitor resources buttons

* chore: supabase sync

* chore: comment fix

* feat: fixed some styling, added routing to the wildlife carousel

* chore: supabase sync

* feat: updated to match RPC DB func changes

* chore: removed unnecessary useEffect

* chore: removed imports

---------

Co-authored-by: sarahhpeng <[email protected]>
  • Loading branch information
andreisito and sarahhpeng authored Mar 16, 2024
1 parent 7f94351 commit 66c4342
Show file tree
Hide file tree
Showing 18 changed files with 6,650 additions and 242 deletions.
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

0 comments on commit 66c4342

Please sign in to comment.