File tree 4 files changed +22
-0
lines changed
users/tests/snapshots/test_registration/test_registration_success
4 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 7
7
- Allow you to add a custom script.
8
8
- Can fetch feed without an explicit full site URL.
9
9
- Can force feeds to refresh in the admin.
10
+ - Can refresh a reading list no mobile easily, without going to the top of the page or opening the reading list selector.
10
11
11
12
## 24.12.4
12
13
Original file line number Diff line number Diff line change @@ -90,6 +90,14 @@ html {
90
90
max-height 1s ease-out;
91
91
}
92
92
93
+ .refresh-btn {
94
+ right : 0.5rem ;
95
+ bottom : 0.5rem ;
96
+ width : max-content;
97
+ margin-left : auto;
98
+ display : block;
99
+ }
100
+
93
101
@media (width > = 768px) {
94
102
.article-card-container {
95
103
max-height : 500px ;
Original file line number Diff line number Diff line change @@ -164,4 +164,8 @@ <h2 class="fs-6 col-6 col-md-2 align-middle d-flex align-items-center px-0 mx-0"
164
164
value ="{{ displayed_reading_list.id }} " />
165
165
< input type ="hidden " name ="from_url " value ="{{ from_url }} " />
166
166
</ form >
167
+ < a class ="btn btn-outline-primary sticky-bottom refresh-btn bg-secondary-subtle "
168
+ aria-label ="{% translate 'Refresh current reading list' %} "
169
+ role ="button "
170
+ href ="{{ request.get_full_path }} "> {% include "core/partials/bs-icons/refetch.html" %}</ a >
167
171
{% endblock content %}
Original file line number Diff line number Diff line change @@ -435,6 +435,15 @@ <h1>Unread</h1>
435
435
value ="2 " />
436
436
< input type ="hidden " name ="from_url " value ="/reading/ " />
437
437
</ form >
438
+ < a class ="btn btn-outline-primary sticky-bottom refresh-btn bg-secondary-subtle "
439
+ aria-label ="Refresh current reading list "
440
+ role ="button "
441
+ href ="/reading/ ">
442
+
443
+ < img class ="bi "
444
+ src ="/static/images/bs/arrow-clockwise.svg "
445
+ alt ="Refetch " />
446
+ </ a >
438
447
439
448
</ div >
440
449
</ div >
You can’t perform that action at this time.
0 commit comments