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

DF-832-Prototype/search filters accordion #1434

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
36b7072
gds accordion system prototype for search filters
JohnHeeryTNA Oct 24, 2023
e7b652f
content blocks for search filters accordian
JohnHeeryTNA Oct 24, 2023
2733b41
integration of search filter sections
JohnHeeryTNA Oct 24, 2023
028e0b6
initial section styles for search filters accordion.
JohnHeeryTNA Oct 24, 2023
c17e939
dates section for search filters accordian
JohnHeeryTNA Oct 25, 2023
4992405
initial styling for search filter accordian
JohnHeeryTNA Oct 25, 2023
7a8dded
structure html for filters accordion - search
JohnHeeryTNA Oct 25, 2023
c7c1cf4
Sort by update
JohnHeeryTNA Oct 26, 2023
5153fc1
population of accordion element for search filters
JohnHeeryTNA Oct 26, 2023
7d89cfc
search filters accordian
JohnHeeryTNA Oct 26, 2023
6ff2ecc
gov uk display overides for search filters
JohnHeeryTNA Oct 30, 2023
e24a90b
display overides
JohnHeeryTNA Oct 30, 2023
7a55756
button cursor for filters accordian
JohnHeeryTNA Oct 30, 2023
baccdef
visual improvement
JohnHeeryTNA Oct 30, 2023
6439a2d
typography / labelling improvement
JohnHeeryTNA Oct 30, 2023
7a5ebe5
commenting of form elements
JohnHeeryTNA Nov 1, 2023
744cad2
new and existing form together - debug.
JohnHeeryTNA Nov 1, 2023
1fd3d08
search filters form consolidation with accordion element
JohnHeeryTNA Nov 1, 2023
e796dc9
Merge branch 'develop' into prototype/search-mobile-accordian-form
JohnHeeryTNA Nov 1, 2023
b5d40a8
formatting
JohnHeeryTNA Nov 1, 2023
6849236
Fixing merge
JohnHeeryTNA Nov 1, 2023
54f8e43
python check
JohnHeeryTNA Nov 1, 2023
1efa83b
formatting adjustment
JohnHeeryTNA Nov 2, 2023
95e7f2b
font size adjustment
JohnHeeryTNA Nov 2, 2023
b1abddf
integrating local coy of accordion script
JohnHeeryTNA Nov 6, 2023
644cc98
formatting tidy
JohnHeeryTNA Nov 6, 2023
fced016
Merge branch 'develop' into prototype/search-mobile-accordian-form-in…
JohnHeeryTNA Nov 6, 2023
0f02acb
adding in GDS chevron elements
JohnHeeryTNA Nov 9, 2023
58a33a4
updating from base .Merge branch 'prototype/search-mobile-accordian-f…
JohnHeeryTNA Nov 9, 2023
ba874b0
Merge branch 'develop' into prototype/search-mobile-accordian-form-in…
JohnHeeryTNA Nov 9, 2023
84f379f
chevron adjustments
JohnHeeryTNA Nov 9, 2023
0c5c9ba
html tidy up
JohnHeeryTNA Nov 9, 2023
d64672d
accordian.js
JohnHeeryTNA Nov 29, 2023
3acd81f
Merge branch 'develop' into prototype/search-mobile-accordian-form-in…
JohnHeeryTNA Nov 29, 2023
91f409f
formatting tidy
JohnHeeryTNA Nov 29, 2023
8faad9e
Merge branch 'prototype/search-mobile-accordian-form-integrate' of ht…
JohnHeeryTNA Nov 29, 2023
abfc099
Merge branch 'develop' into prototype/search-mobile-accordian-form-in…
JohnHeeryTNA Jan 18, 2024
1295419
Filter accordion updates
JohnHeeryTNA Jan 18, 2024
e0eb370
typo change
JohnHeeryTNA Jan 18, 2024
fa7f60d
Prettier fixes
JohnHeeryTNA Jan 18, 2024
dff9546
Search filters - record opening date
JohnHeeryTNA Jan 24, 2024
854f2e1
Record opening date on search filters
JohnHeeryTNA Jan 25, 2024
81b62de
refactoring to make accordion elements for search filters dynamic
JohnHeeryTNA Jan 25, 2024
f7198f6
js to hide non available filters 'creators' bucket
JohnHeeryTNA Jan 25, 2024
3f00e99
search filters refactor
JohnHeeryTNA Jan 25, 2024
d278abd
non tna records search filter
JohnHeeryTNA Jan 25, 2024
292eaf8
Record creators search filters
JohnHeeryTNA Jan 25, 2024
f834d2f
Find an Archive
JohnHeeryTNA Jan 25, 2024
d007afa
Prettier formating
JohnHeeryTNA Jan 25, 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
1 change: 1 addition & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [

{
"name": "Python: Django",
"type": "python",
Expand Down
8 changes: 7 additions & 1 deletion sass/includes/search/_search-filters.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

&__heading {
font-size: 1.3em;
display: none;
// display: none;
}

&__widget-list {
Expand Down Expand Up @@ -234,3 +234,9 @@
border-top: 0.125rem solid;
border-right: 0.125rem solid;
}

// turning off the show all controls

.govuk-accordion__controls {
display: none;
}
Loading
Loading