Skip to content

Commit

Permalink
Update staging branch (#299)
Browse files Browse the repository at this point in the history
* fix/ add lucide icons to replace emojis so it works across all browsers

* feat: added shelter category

* setup shadcdn combobox

* remove new item btn

* add autocomplete with search

* handle add new item

* add clear feat

* cleanup

* cleanup

* cleanup

* fix imports

* fix: new item keeps on when item selected

* update text

* add text above list

* add initial filter to show only stored supplies

* Add contributing

* remove unused import

* Resolves #284

* review

* removes unusued session context

* finishing

* removes unusued functions

* feat: added more contributors to about me page (#292)

* feat: added hmac and obfuscate api module (#294)

---------

Co-authored-by: andradeviniicius <[email protected]>
Co-authored-by: Larissa Pissurno <[email protected]>
Co-authored-by: Giovanni Bassi <[email protected]>
Co-authored-by: Vinicius Silveira <[email protected]>
Co-authored-by: rayanerocha07 <[email protected]>
  • Loading branch information
6 people authored May 23, 2024
1 parent 637e7b8 commit 2b13673
Show file tree
Hide file tree
Showing 24 changed files with 996 additions and 168 deletions.
3 changes: 2 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
VITE_API_URL=http://localhost:4000
VITE_API_URL=http://localhost:4000
VITE_HMAC_SECRET_KEY=
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
run: |
touch .env
echo VITE_API_URL=${{ secrets.VITE_API_URL }} >> .env
echo VITE_HMAC_SECRET_KEY=${{ secrets.VITE_HMAC_SECRET_KEY }} >> .env
cat .env
- run: npm run build
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
run: |
touch .env
echo VITE_API_URL=${{ secrets.DEV_VITE_API_URL }} >> .env
echo VITE_HMAC_SECRET_KEY=${{ secrets.VITE_HMAC_SECRET_KEY }} >> .env
cat .env
- run: npm run build
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
run: |
touch .env
echo VITE_API_URL=${{ secrets.STG_VITE_API_URL }} >> .env
echo VITE_HMAC_SECRET_KEY=${{ secrets.VITE_HMAC_SECRET_KEY }} >> .env
cat .env
- run: npm run build
Expand Down
Loading

0 comments on commit 2b13673

Please sign in to comment.