Commit Graph

55 Commits

Author SHA1 Message Date
b1ek bd15e49dea
make page buttons on home page usable 2023-05-12 09:39:54 +10:00
b1ek 9790e4b70a
fix typo in state name 2023-05-12 09:13:00 +10:00
b1ek b95326977e
change swiper to RAS ( #14 ) 2023-05-12 09:10:30 +10:00
b1ek 75ca34ff2a
fix WSOD on filtering 2023-05-11 23:54:50 +10:00
b1ek 69c66d943a
move filter submit button to right (as according to design sheet) 2023-05-11 23:47:23 +10:00
b1ek 2ff0851d60
add filter loading spinner 2023-05-11 23:45:00 +10:00
b1ek eb89bb3526
cache filters in session storage 2023-05-11 23:20:10 +10:00
b1ek c91eba0a62
make filters work (almost) 2023-05-11 23:11:38 +10:00
Александр Манаенков f00635ef7c update comparisons page 2023-05-09 20:02:50 +10:00
b1ek 4fc71731c3
add line to ApartmentList 2023-05-09 15:40:05 +10:00
b1ek e24310a910
merge conflicts 2023-05-09 12:37:12 +10:00
b1ek fd731ee0e3
use ApartmentsList for displaying apartments in favoutires page 2023-05-09 12:29:35 +10:00
Александр Манаенков 75dcdea886 Merge branch 'dev_unstable' of github.com:vvsu-rent-project/dev_rent into dev_unstable 2023-05-09 12:27:25 +10:00
Александр Манаенков 8a2ffa7260 add comparisons page react 2023-05-09 12:26:41 +10:00
b1ek 85ff547eea
add loading spinner 2023-05-09 12:16:18 +10:00
b1ek 4b55008f16
finish index page (readonly) 2023-05-09 11:40:59 +10:00
b1ek 0d1646962f
add apartment list to index page 2023-05-09 00:19:31 +10:00
b1ek c0c5432210
add protocol to api root 2023-05-08 23:59:58 +10:00
b1ek 080d1e0ffc
use class for types 2023-05-08 23:32:10 +10:00
b1ek aada1271a0
finish base filter form 2023-05-08 22:53:28 +10:00
b1ek ca749322f7
add rooms selector 2023-05-08 22:45:37 +10:00
b1ek abe92545cf
add filter by area 2023-05-08 20:58:40 +10:00
b1ek b5828134a9
create form using states instead of formik
formik (or any other form framework) doesn't support setting field value programmatically. filter form uses 2 fields that are triggered by clicking a button, and that's the reason there's no other workaround. probably needs a rewrite
2023-05-08 20:32:50 +10:00
b1ek ff321143aa
style submit button 2023-05-08 20:21:16 +10:00
b1ek edc784b273
half-baked index page 2023-05-08 20:13:57 +10:00
b1ek 11198ea1a3
add font-awesome icons 2023-05-08 15:18:44 +10:00
b1ek 415b41ff2a
refactor styles in questions 2023-05-08 15:02:43 +10:00
b1ek 925b5b855a
shorten import paths 2023-05-08 14:32:44 +10:00
b1ek fee5d43007
refactor Header.jsx 2023-05-08 14:29:42 +10:00
b1ek 995d4349fc
add lost file 2023-05-08 14:22:27 +10:00
b1ek 656b058031
fix import error 2023-05-08 14:21:47 +10:00
Александр Манаенков 613ea46479 Merge branch 'dev_unstable' of github.com:vvsu-rent-project/dev_rent into dev_unstable 2023-05-08 14:15:12 +10:00
Александр Манаенков b910716d7d add questions component 2023-05-08 14:14:44 +10:00
b1ek d76bfe7dca
refactor styles & icons in Header.jsx 2023-05-08 14:14:02 +10:00
b1ek 5b3250a2bb
refactor CardApartment.jsx
- use styled-components instead of plain css files
 - use tables instead of flexboxes
 - move SVGs to external files
2023-05-08 11:54:31 +10:00
b1ek 026c18f1bd
refactor imports for router 2023-05-07 21:24:55 +10:00
b1ek 16b7ce607e
refactor imports (shorten paths) 2023-05-07 21:15:13 +10:00
b1ek c9781a0ced
fix errors 2023-05-07 21:10:46 +10:00
blek! cf39b342e3
Merge pull request #13 from vvsu-rent-project/vite_proposal
[Proposal] Switch to vite for react
2023-05-07 21:04:16 +10:00
b1ek 5ab3a91fdb
display studio apartments correctly 2023-05-07 16:41:58 +10:00
blek! c1b2e32c04
Merge branch 'dev_unstable' into vite_proposal 2023-05-07 16:38:43 +10:00
b1ek f728f0c4cd
attempt to fix conflict 2023-05-07 16:37:27 +10:00
Александр Манаенков c6a4784cd2 add router
add navigate
add comparisons page (empty page)
update favorites page
2023-05-07 10:54:41 +10:00
b1ek f63e70c8f6
change readme.md 2023-05-07 10:17:16 +10:00
b1ek e9b608d296
switch to vite 2023-05-07 09:51:40 +10:00
b1ek 46e56f5e6b
fix error 2023-05-07 09:07:12 +10:00
b1ek a504d0b53a
load api root path from a constant 2023-05-05 17:55:40 +10:00
Александр Манаенков 9b9956dcaa update page favorites react 2023-05-04 22:16:25 +10:00
b1ek 012fd67768
change class property to className 2023-05-04 13:52:54 +10:00
b1ek 8606633223
add type annotations 2023-05-04 13:52:30 +10:00