-
Notifications
You must be signed in to change notification settings - Fork 6
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
💄 [#1132] Select-element caret for contacts-page #503
💄 [#1132] Select-element caret for contacts-page #503
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #503 +/- ##
========================================
Coverage 96.48% 96.48%
========================================
Files 527 527
Lines 19003 19003
========================================
Hits 18335 18335
Misses 668 668
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
005898c
to
fddb998
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you - for now I have changed this one to look more like the other pages that have a filter - but this means we are repeating the same pattern for Plans/Actions/Contacts - so in future I probably should refactor them into 1 single JS file (not sure yet...). |
<div class="contacts"> | ||
{% render_form id="contact-filter" form=form method="GET" no_actions=True horizontal=True spaceless=True autosubmit=True form_action=form_action class="form form--columns-2 form--spaceless form--autosubmit form--horizontal" %} | ||
<div class="form__control contacts__filters"> | ||
<div class="contacts__filter-button"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be better to keep the names consistent. The parent is different from the child (contacts__filters
and contacts__filter
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:-D I was using the naming convention from the 'Actions' files open_inwoner/js/components/actions/index.js
- where it seems a collection of filters is called as the multiple 'filters', but I can change this, no prob.
I will then also have to change this in the Actions files, or else we will have different conventions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No problem then, you can keep it as is.
Some of my comments should be present in my previous review but I was lost in the html changes (formatting) and didn't mention them. |
…s option to TimelineLog admin
@vaszig @Bartvaderkin I was trying to solve a merge conflict by rebasing so hopefully this all went correct! |
@jiromaykin This rebase didn't really go as it should, your PR shouldn't list all other commits. Also merging from develop back into a feature branch is not what we'd like to see (this really messes with the git history). If you can't fix this branch it is also an option to make a new branch and do things like Cherry-Pick from this, or if all else fails just manually copy your changes (using Browse At Revision). |
Thanks - this branch has become a mess so I will start a new one - sorry for this! |
select tag needs arrow/caret
https://taiga.maykinmedia.nl/project/open-inwoner/issue/1132
After discussing with Roxanne (designer):