Commit c7f37dd
Staging (#251)
* [fix] Config readme
* wip: loading
* Delete yarn.lock
* refact: created shelter list view component in home page
* Fix: mobile UI has broken for mobile devices (#22)
*Fix: mobile UI has broken for mobile devices
* fix: remove chip as fixed as no wrap property
* chore: add shelter card clickable
* chore: remove Fragment component
* build: add set sm as max mobile dimension
sm: 425px
* style: add responsive layout
* refactor: filter page
* fix: priority
* fix: filter parameters
* fix: fixed volunteer supply that had been fulfilled displaying on shelter page
* fix: improve readability
* feat: hidden filter button if filter is empty
* feat: cache in axios request
* fix: cache search params
* feat: cache clean on searchs
* wip: donation tags
* fix: clean search params
* Update README.md
[fix] Retirando a seção Funcionalidades e Backlog
* fix: donation tags / componentized the urgent supplies section
* fix: removed empty shelter tags empty row
* feat: full edit shelter and improved interface of pet friendly in shelter page
* refact: add live link and tech stack to readme
* Fix/develop bugs (#90)
* fix: cache bug (invalite cache on create/update operation)
* feat: added update many shelter supplies and admin rule
* Add license (#81)
Closes #65.
* fix: app port (#80)
* docs: added shadcn/ui reference
* fix for volunteer shelter title (#95)
* treat contact link as a proper link
* simplified href
* docs: add discord link on readme
* Normalizes search string in supply filter so it ignores accents (#125)
* normalized search string to ignore accents
* revert removed button
* add a copy to clipboard button to PIX and contact info (#124)
* add a copy to clipboard button to PIX and contact info
* use && operator instead of ternary
* Substitui onClick e useNavigate por <Link> para melhorar acessibilidade (#128)
* replaced navigate in favour of html link and added card hover
* fixed lint warnings
* fix: change shelter title style (#106)
Prevents badge misalignment on very large titles
* Add new feature and creating LoadingSkeleton (#115)
* Add new feature and creating LoadingSkeleton
* fix/add: add favicon and canonical metatag (#136)
* fix/add: add favicon and canonical metatag
* fix: fixed the path
* refactor: changed order of shelters to updated at instead priority sum (#137)
* Remove zod dependency (#143)
* replaced zod validation with yup
* removed zod dependency from package.json
* sort dependencies
* fixed validation schema variable name
* removed .shape() and added .strict()
* deleted unused file
* Added burger menu to home page (#149)
* Implemented Burger menu
* commented unused components
* feat: Update BurgerMenu to display user's name when logged in
* removed comments
* implemented login and logout button
* Feat/partners (#155)
* fix: menu bar with api partners
* fix: menu bar with api partners
* fix: remove unused session in burguer menu / removed import all icons from lucide and use link icon instead custom icons
* [BUG] Botão de Limpar Filtro sumindo após remover input de busca (#147)
* fix: clean filter button disappearing after removing search input manually
* fix: removing log
* Modificação nas telas de abrigos para adicionar cidades (#110)
* feat: filter shlters by cities
* feat: city on shelter forms, info and list
* feat: shelter city quantities on filter
* fix: wrong conditional
* fix: bug that removing city filter on home doesnt affect the filter
* feat: new address fields on shelter forms
* feat: useDebouncedValue, useViaCep
* feat: adapt useFetch for conditional paths and different response
* feat: address fields required and zipCode triggering viaCep
* feat: address fields required on update shelter
* feat: address fields on shelter details when theres no address field
* fix: suggestions(shorthand, optional chaining, separated zipCode, formatted city on list)
* feat: sticky footer on filter dialog
* fix: reset errors on zipcode search; copy filter change
* fix: timeoutId not assigned value; InfoRow copy can copy undefined
* Campo de quantidade adicionado quando adicionar suprimento a um abrigo (#46)
* feat(shelter-supply): input to add quantity supply
* feat(shelter-supply): show quantity supply at Shelter page and EditShelter page
* resolve conflict
---------
Co-authored-by: Lipe <[email protected]>
* feat: google analytics
* feat: edit shelter supply item quantity (#170)
* fix: send address field formatted (#171)
* feat: add a template to log bugs/defects (#168)
* feat: add a template to log bugs/defects
* Feat/privacy terms about us (#169)
* feat: privacy policy page
* feat: done about us page
* fix: removed redundant value check in info row component
* fix: ordering the list of items on the shelter edit page (#166)
* feat: Melhoria no esquema de cores dos chip's e ajuste de acessibilidade (#162)
* feat: new text colors with adjusted light var colors
* feat: change chip element tag to span and improve a11y
* feat: added update date information to shelter page (#159)
* Adding update date to shelter page
* (Aditional) Informing when no update date for shelter in main page
* feat: ajuste de textos de voluntários e doações (#129)
* hotfix: shelter list item broken div tag
* Feat/back navigation to home (#177)
* feat: added back navigation to home when click in header label
* Hotfix/merge bugs (#183)
* fix: shelter list item duplicate code after merge
* fix: order in filter select menu, filter supplies by category and useSupplies interface
* fix: update shelter validation schema and created useAuthRoles hook to reduce complexity of code
* fix: conflicts with master branch
* feat: dev and staging gh actions
* wip
* feat: done supporters page
* feat: added shelter category (#250)
Co-authored-by: José Fagundes <[email protected]>
---------
Co-authored-by: helenapaixao <[email protected]>
Co-authored-by: José Fagundes <[email protected]>
Co-authored-by: Luccas Specht <[email protected]>
Co-authored-by: MatheusDubin <[email protected]>
Co-authored-by: danmqs <[email protected]>
Co-authored-by: Giovanni Bassi <[email protected]>
Co-authored-by: Felipe Monteiro <[email protected]>
Co-authored-by: André Ferraz <[email protected]>
Co-authored-by: Sombrio <[email protected]>
Co-authored-by: Filipe Pacheco de Fraga <[email protected]>
Co-authored-by: Daniel Marques <[email protected]>
Co-authored-by: Matheus Dubin Da Silveira <[email protected]>
Co-authored-by: Miguel Dalberto <[email protected]>
Co-authored-by: Pablo A. Maximo <[email protected]>
Co-authored-by: Marcos Nascimento <[email protected]>
Co-authored-by: Gilmar José <[email protected]>
Co-authored-by: Kelvin <[email protected]>
Co-authored-by: Jhonatan David <[email protected]>
Co-authored-by: Alexander Scheibler <[email protected]>
Co-authored-by: Giovani Andrino Carnaval <[email protected]>
Co-authored-by: Thiago Oliveira <[email protected]>
Co-authored-by: Henrique Uhlmann Gobbi <[email protected]>
Co-authored-by: Janderson Soares <[email protected]>1 parent 8854303 commit c7f37dd
File tree
14 files changed
+206
-104
lines changed- src
- components
- Authenticated
- BurgerMenu
- components/BurguerMenuItem
- CardAboutShelter
- components/InfoRow
- hooks
- useShelters
- useShelter
- lib
- pages
- Home/components
- Filter
- ShelterListItem
- Shelter
- UpdateShelter
14 files changed
+206
-104
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
7 | 11 | | |
8 | 12 | | |
9 | | - | |
| 13 | + | |
10 | 14 | | |
11 | 15 | | |
12 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
52 | | - | |
| 53 | + | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
57 | | - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
58 | 66 | | |
59 | 67 | | |
60 | 68 | | |
61 | 69 | | |
62 | | - | |
| 70 | + | |
| 71 | + | |
63 | 72 | | |
64 | 73 | | |
65 | 74 | | |
66 | 75 | | |
67 | | - | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
68 | 82 | | |
69 | 83 | | |
70 | 84 | | |
| |||
Lines changed: 12 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
10 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
11 | 20 | | |
12 | 21 | | |
13 | 22 | | |
14 | 23 | | |
15 | 24 | | |
16 | | - | |
17 | 25 | | |
18 | 26 | | |
19 | 27 | | |
20 | 28 | | |
21 | 29 | | |
22 | 30 | | |
| 31 | + | |
23 | 32 | | |
24 | 33 | | |
25 | 34 | | |
| 35 | + | |
26 | 36 | | |
27 | 37 | | |
28 | 38 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| |||
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
72 | 78 | | |
73 | 79 | | |
74 | 80 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
1 | 6 | | |
2 | 7 | | |
3 | 8 | | |
| |||
17 | 22 | | |
18 | 23 | | |
19 | 24 | | |
| 25 | + | |
| 26 | + | |
20 | 27 | | |
21 | 28 | | |
22 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| 22 | + | |
| 23 | + | |
21 | 24 | | |
22 | 25 | | |
23 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
49 | 57 | | |
50 | 58 | | |
51 | 59 | | |
| |||
0 commit comments