-
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
✨ [#1797] Show filename(s) in success msg for document upload #837
✨ [#1797] Show filename(s) in success msg for document upload #837
Conversation
7565db0
to
08da81a
Compare
08da81a
to
136638f
Compare
Codecov Report
@@ Coverage Diff @@
## develop #837 +/- ##
===========================================
- Coverage 92.84% 92.84% -0.01%
===========================================
Files 752 752
Lines 26127 26136 +9
===========================================
+ Hits 24257 24265 +8
- Misses 1870 1871 +1
📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today! |
@@ -92,4 +92,12 @@ | |||
position: inherit; | |||
} | |||
} | |||
|
|||
& &__content { |
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.
Is it usual to have block and element as part of the same class? I'm familiar with block__element block__element--modifier
but haven't seen block block__element
before. Or perhaps I misunderstand the & &
syntax.
|
||
<div class="notifications"> | ||
{% for message in messages %} | ||
{% notification icon=message.icon type=message.level_tag message=message.message closable=True compact=compact %} | ||
{% with as_markdown=message.extra_tags|is_substring:"as_markdown" %} |
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.
extra_tags|has_as_substring:"as_markdown"
would read more natural imho (similarly for the signature of the tag).
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.
Couple minor suggestions/questions.
Taiga: https://taiga.maykinmedia.nl/project/open-inwoner/task/1797