File tree Expand file tree Collapse file tree 5 files changed +5
-1
lines changed Expand file tree Collapse file tree 5 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ class ExperimentalFlags {
92
92
93
93
bool get isDarkModeDefault => isEnabled ('dark-as-default' );
94
94
95
- bool get showTrending => isEnabled ( 'trending-search' ) ;
95
+ bool get showTrending => true ;
96
96
97
97
String encodedAsCookie () => _enabled.join (':' );
98
98
Original file line number Diff line number Diff line change @@ -427,6 +427,7 @@ <h3 class="search-form-section-header foldable-button">
427
427
< button class ="sort-control-option " data-value ="like "> most likes</ button >
428
428
< button class ="sort-control-option " data-value ="points "> most pub points</ button >
429
429
< button class ="sort-control-option " data-value ="downloads "> downloads</ button >
430
+ < button class ="sort-control-option " data-value ="trending "> trending</ button >
430
431
</ div >
431
432
</ div >
432
433
</ div >
Original file line number Diff line number Diff line change @@ -181,6 +181,7 @@ <h1 class="title pub-monochrome-icon-hoverable">example.com</h1>
181
181
< button class ="sort-control-option " data-value ="like "> most likes</ button >
182
182
< button class ="sort-control-option " data-value ="points "> most pub points</ button >
183
183
< button class ="sort-control-option " data-value ="downloads "> downloads</ button >
184
+ < button class ="sort-control-option " data-value ="trending "> trending</ button >
184
185
</ div >
185
186
</ div >
186
187
</ div >
Original file line number Diff line number Diff line change @@ -181,6 +181,7 @@ <h1 class="title pub-monochrome-icon-hoverable">example.com</h1>
181
181
< button class ="sort-control-option " data-value ="like "> most likes</ button >
182
182
< button class ="sort-control-option " data-value ="points "> most pub points</ button >
183
183
< button class ="sort-control-option " data-value ="downloads "> downloads</ button >
184
+ < button class ="sort-control-option " data-value ="trending "> trending</ button >
184
185
</ div >
185
186
</ div >
186
187
</ div >
Original file line number Diff line number Diff line change @@ -428,6 +428,7 @@ <h3 class="search-form-section-header foldable-button">
428
428
< button class ="sort-control-option " data-value ="like "> most likes</ button >
429
429
< button class ="sort-control-option " data-value ="points "> most pub points</ button >
430
430
< button class ="sort-control-option " data-value ="downloads "> downloads</ button >
431
+ < button class ="sort-control-option " data-value ="trending "> trending</ button >
431
432
</ div >
432
433
</ div >
433
434
</ div >
You can’t perform that action at this time.
0 commit comments