datatracker icon indicating copy to clipboard operation
datatracker copied to clipboard

feat(agenda): fallback link to plaintext version

Open NGPixel opened this issue 1 year ago • 1 comments

Adds fallback links to loading screen and error screen: image

image

Fixes #4655

NGPixel avatar Oct 27 '22 20:10 NGPixel

Codecov Report

Merging #4663 (7775025) into main (d34e88d) will decrease coverage by 0.02%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #4663      +/-   ##
==========================================
- Coverage   88.43%   88.40%   -0.03%     
==========================================
  Files         296      296              
  Lines       39716    39730      +14     
==========================================
+ Hits        35122    35123       +1     
- Misses       4594     4607      +13     
Impacted Files Coverage Δ
ietf/meeting/views.py 90.52% <100.00%> (ø)
ietf/utils/timezone.py 91.17% <100.00%> (+6.17%) :arrow_up:
ietf/utils/text.py 85.97% <0.00%> (-1.22%) :arrow_down:
ietf/group/utils.py 93.72% <0.00%> (-0.90%) :arrow_down:
ietf/doc/views_search.py 89.44% <0.00%> (-0.83%) :arrow_down:
ietf/nomcom/utils.py 90.77% <0.00%> (-0.49%) :arrow_down:
ietf/utils/mail.py 79.62% <0.00%> (-0.47%) :arrow_down:
ietf/submit/forms.py 82.70% <0.00%> (-0.18%) :arrow_down:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

codecov[bot] avatar Oct 27 '22 21:10 codecov[bot]

Nice fix. I just wish we wouldn't continue to build a ton of custom CSS instead of using b5. It will be a pain to move to newer bs versions.

larseggert avatar Oct 28 '22 06:10 larseggert