Skip to content

Commit 2b13673

Browse files
fagundesjgdadedeandradelarissapissurnogiggiovinny-silveira
authored
Update staging branch (#299)
* 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]>
1 parent 637e7b8 commit 2b13673

File tree

24 files changed

+996
-168
lines changed

24 files changed

+996
-168
lines changed

.env.example

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
VITE_API_URL=http://localhost:4000
1+
VITE_API_URL=http://localhost:4000
2+
VITE_HMAC_SECRET_KEY=

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
run: |
2323
touch .env
2424
echo VITE_API_URL=${{ secrets.VITE_API_URL }} >> .env
25+
echo VITE_HMAC_SECRET_KEY=${{ secrets.VITE_HMAC_SECRET_KEY }} >> .env
2526
cat .env
2627
2728
- run: npm run build

.github/workflows/dev.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
run: |
2323
touch .env
2424
echo VITE_API_URL=${{ secrets.DEV_VITE_API_URL }} >> .env
25+
echo VITE_HMAC_SECRET_KEY=${{ secrets.VITE_HMAC_SECRET_KEY }} >> .env
2526
cat .env
2627
2728
- run: npm run build

.github/workflows/staging.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
run: |
2323
touch .env
2424
echo VITE_API_URL=${{ secrets.STG_VITE_API_URL }} >> .env
25+
echo VITE_HMAC_SECRET_KEY=${{ secrets.VITE_HMAC_SECRET_KEY }} >> .env
2526
cat .env
2627
2728
- run: npm run build

0 commit comments

Comments
 (0)