Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/property search improvements #199

Merged
merged 66 commits into from
May 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
66 commits
Select commit Hold shift + click to select a range
02b6528
Some improvements to loading and Accessibility.
bstopp Dec 1, 2023
a4a4fef
Fix icons.
bstopp Dec 1, 2023
f8ff0ee
More icon fixing.
bstopp Dec 1, 2023
90472d6
Need to test intermediate logic on site.
bstopp Dec 20, 2023
255d13e
Remove references to partytown. (#178)
bstopp Dec 6, 2023
b03c669
add style for section top-border (#179)
rrusher Dec 6, 2023
481a336
added style to override margin bottom (#180)
rrusher Dec 6, 2023
19a906e
update host for dev publishing (#182)
rrusher Dec 6, 2023
bb21d19
starter hero slides
rrusher Dec 11, 2023
1921b91
mocked listings
rrusher Jan 10, 2024
6478123
Fix images in default content. (#184)
bstopp Dec 19, 2023
8974def
fix the gradiant overlay, less opacity (#185)
bstopp Dec 19, 2023
4a055b4
Update styles on Shade Icon card variation. (#186)
bstopp Dec 19, 2023
089330f
css layout
rrusher Jan 12, 2024
16afa24
hide paging
rrusher Jan 12, 2024
7d33d77
rearrange functions
rrusher Jan 16, 2024
8c4143c
disable linting on specific functions
rrusher Jan 16, 2024
0eac4a6
css linting
rrusher Jan 16, 2024
ca31e60
style updates
rrusher Jan 17, 2024
ff65ec0
added class that scales images
rrusher Dec 6, 2023
bdd270c
js linting
rrusher Dec 6, 2023
46eaedd
added section full-bleed to allow full-witdh scaled image
rrusher Jan 8, 2024
28ec2f2
create div for headline
rrusher Nov 8, 2023
e483cad
add row for headline to block
rrusher Nov 9, 2023
39d83ae
js clean up
rrusher Nov 9, 2023
5e5ecec
linting
rrusher Nov 9, 2023
98a2fd8
linting
rrusher Nov 9, 2023
386560b
linting css
rrusher Nov 9, 2023
0010ca4
js linting
rrusher Nov 9, 2023
f4c1cd2
update logic around classlist
rrusher Nov 9, 2023
6a13e9b
create helix-query and start lookahead dropdown
rrusher Dec 19, 2023
46e9a76
display list w/ listeners
rrusher Dec 21, 2023
dd8258c
css tune
rrusher Dec 22, 2023
f019084
css clean up
rrusher Dec 22, 2023
80cef16
js clean up
rrusher Dec 22, 2023
f517c21
js update
rrusher Dec 22, 2023
fac7ffe
js linting
rrusher Dec 22, 2023
9dd16da
css linting
rrusher Dec 22, 2023
43a0f0b
css linting color notation
rrusher Dec 22, 2023
68a6e36
add communities search styles
rrusher Dec 22, 2023
850fc1f
Feat/login2 (#190)
badvision Jan 18, 2024
44e6022
add style to adjust hero brightness in community dir
rrusher Jan 19, 2024
b383725
Adjusted the city text and styling
rrusher Jan 19, 2024
9c31eeb
add braces
rrusher Jan 19, 2024
faa31ae
css linting
rrusher Jan 19, 2024
4f9936f
Feat/profile (#194)
badvision Jan 30, 2024
2d7e717
Intermediate work.
bstopp Jan 10, 2024
f44cc36
Intermediate work with property search bar refactor.
bstopp Feb 12, 2024
680d4a9
Final work for updating Property Search Bar.
bstopp Mar 6, 2024
eb830f5
Merge remote-tracking branch 'origin/main' into feat/property-search-…
bstopp Mar 6, 2024
911254a
Fix some lint.
bstopp Mar 7, 2024
ccf3ef1
Functional Search results list.
bstopp Mar 25, 2024
bbcc412
Functional Search results list.
bstopp Mar 25, 2024
7305916
Add pagination and all associated logic.
bstopp Apr 1, 2024
4c1a6cc
Intermediate work on map.
bstopp Apr 23, 2024
d330da8
Intermediate info window work.
bstopp Apr 24, 2024
2c2d451
More intermediate pin work.
bstopp Apr 25, 2024
9fdea97
Finalize info window views.
bstopp Apr 26, 2024
858a56c
Finish mapping logic.
bstopp Apr 29, 2024
c526aa5
Merge up-to-date UX
bstopp Apr 30, 2024
b11e1da
Push first search off til after CWV
bstopp Apr 30, 2024
bb27c96
No redraw on pagination.
bstopp May 8, 2024
38c3086
Merge remote-tracking branch 'origin/main' into feat/property-search-…
bstopp May 8, 2024
1919aeb
Trying css based animation.
bstopp May 8, 2024
0fd2a02
Merge remote-tracking branch 'origin/main' into feat/property-search-…
bstopp May 20, 2024
7bbcfdd
Fix some minor visual bugs.
bstopp May 20, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .eslintrc.js → .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@ module.exports = {
'import/extensions': ['error', {
js: 'always',
}],
'max-len': ['error', { "code": 200 }],
'function-paren-newline': 'off',
},
};
1 change: 1 addition & 0 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ jobs:
node-version: '16' #required for npm 8 or later.
- run: npm install
- run: npm run lint
- run: npm test
env:
CI: true
3 changes: 3 additions & 0 deletions .mocharc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"recursive": true
}
1 change: 1 addition & 0 deletions blocks/agent-search/builders/tags.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export const addSelectionTag = (wrapper, filter, value) => {
`;
wrapper.querySelector('.selection-tags-list').append(li);
};

/**
* Builds the Container for the search bar selections.
*
Expand Down
5 changes: 3 additions & 2 deletions blocks/header/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ body.light-nav {
/ 1fr min-content;
align-items: start;
overflow-y: scroll;
z-index: 50;
z-index: 1000;
}

.header.block nav[aria-expanded="true"] {
Expand Down Expand Up @@ -259,6 +259,7 @@ body.light-nav {
}

.header.block nav .nav-hamburger .open {
display: block;
position: absolute;
top: 0;
left: 0;
Expand Down Expand Up @@ -444,7 +445,7 @@ body.light-nav {
right: 0;
height: 5px;
background-color: var(--white);
z-index: 10;
z-index: 1010;
}

.header.block nav[aria-expanded="true"] .nav-sections > ul > li > ul {
Expand Down
3 changes: 0 additions & 3 deletions blocks/hero/search/agent.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@

.hero.block .agent-search .selection-tags {
position: absolute;
}

.hero.block .agent-search .selection-tags {
padding: 0;
}

Expand Down
227 changes: 0 additions & 227 deletions blocks/hero/search/home-delayed.js

This file was deleted.

8 changes: 7 additions & 1 deletion blocks/hero/search/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,16 @@
right: 0;
}

.hero.block .content .homes .filters .select-wrapper.open .selected::after {
.hero.block .content .homes .filters .select-wrapper.open > .selected::after {
content: '\f0d8';
}

.hero.block .content .homes .filters .select-wrapper .selected span {
font-size: var(--body-font-size-xs);
color: var(--input-placeholder);
}


.hero.block .content .homes .filters .select-wrapper .select-items {
display: none;
position: absolute;
Expand Down
Loading
Loading