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

Find-75 new accordion style to search filters #10

Open
wants to merge 43 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 36 commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
979d82d
layout build for search results page
JohnHeeryTNA Nov 6, 2024
edf3f3c
accordion layout
JohnHeeryTNA Nov 6, 2024
b1d1100
accordion panel content outline
JohnHeeryTNA Nov 6, 2024
c9002bf
accordion sections
JohnHeeryTNA Nov 6, 2024
edd5c1d
examples of record entries.
JohnHeeryTNA Nov 7, 2024
c105830
Results panels
JohnHeeryTNA Nov 7, 2024
3188941
Results panel intro / dropdown
JohnHeeryTNA Nov 7, 2024
76b8a3f
sort by icons
JohnHeeryTNA Nov 7, 2024
14925a4
pagination element
JohnHeeryTNA Nov 7, 2024
0552346
styling adjustments
JohnHeeryTNA Nov 7, 2024
cfc5923
responsive behaviour (grid)
JohnHeeryTNA Nov 18, 2024
9a8699f
sub navigation styles
JohnHeeryTNA Nov 18, 2024
02ea4f8
formatting / prettier
JohnHeeryTNA Nov 18, 2024
e34c4a1
Merge branch 'main' into feature/search-results-layout
JohnHeeryTNA Nov 18, 2024
11d71d2
search box and sub nav adjustments
JohnHeeryTNA Nov 19, 2024
ac709b1
Merge branch 'feature/search-results-layout' of https://github.com/na…
JohnHeeryTNA Nov 19, 2024
d5ff0a2
icon adjustments
JohnHeeryTNA Nov 19, 2024
2b022f6
separation of sass files
JohnHeeryTNA Nov 20, 2024
5a40554
styles seperation (sass)
JohnHeeryTNA Nov 20, 2024
9f2af4f
code formatting
JohnHeeryTNA Nov 20, 2024
577b0b3
Merge branch 'main' into feature/FIND-75-new-accordion-style-to-searc…
JohnHeeryTNA Nov 20, 2024
ba3b16c
npm audit fix
JohnHeeryTNA Nov 20, 2024
bc734da
Merge branch 'feature/FIND-75-new-accordion-style-to-search-filters' …
JohnHeeryTNA Nov 20, 2024
3f257a8
package.json
JohnHeeryTNA Nov 20, 2024
85cd155
prettier formating
JohnHeeryTNA Nov 20, 2024
8937dba
styles formatting
JohnHeeryTNA Nov 20, 2024
55364e4
formatting styles
JohnHeeryTNA Nov 21, 2024
dfca182
formating
JohnHeeryTNA Nov 21, 2024
e801ef1
sass formatting
JohnHeeryTNA Nov 21, 2024
e8662df
static folder
JohnHeeryTNA Nov 21, 2024
f59fa5c
formatting / CI
JohnHeeryTNA Nov 21, 2024
3171a57
heading style for CI
JohnHeeryTNA Nov 21, 2024
42f8afd
sass formatting
JohnHeeryTNA Nov 21, 2024
8822fee
heading addition for tests
JohnHeeryTNA Nov 21, 2024
dcc8a86
hiding heading
JohnHeeryTNA Nov 21, 2024
1c8c8c2
code format
JohnHeeryTNA Nov 21, 2024
fef289b
typo correction.
JohnHeeryTNA Nov 25, 2024
3b8c66b
Merge branch 'main' into feature/FIND-75-new-accordion-style-to-searc…
JohnHeeryTNA Nov 25, 2024
7a9446c
removal of redundant code
JohnHeeryTNA Nov 25, 2024
555ff7a
Merge branch 'feature/FIND-75-new-accordion-style-to-search-filters' …
JohnHeeryTNA Nov 25, 2024
559a3b3
code tidy
JohnHeeryTNA Nov 25, 2024
04388b5
dependancy update
JohnHeeryTNA Nov 25, 2024
703c699
updated code for column divs
JohnHeeryTNA Nov 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
2 changes: 1 addition & 1 deletion app/templates/main/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div class="tna-container">
<div class="tna-column tna-column--width-2-3 tna-column--width-5-6-medium tna-column--full-small tna-column--full-tiny">
<h1 class="tna-heading-xl">DS Search</h1>
<p class="tna-large-paragraph">Get started building a National Archives Django application.</p>
<p class="tna-large-paragraph">xGet started building a National Archives Django application.</p>
JohnHeeryTNA marked this conversation as resolved.
Show resolved Hide resolved
<h2 class="tna-heading-l">Useful links</h2>
<ul class="tna-ul">
<li>
Expand Down
Loading