Skip to content

Commit

Permalink
Add channel shorts sort options (#484)
Browse files Browse the repository at this point in the history
* Add channel shorts sort options

* changelog

* [skip ci]
  • Loading branch information
iBicha authored Nov 10, 2024
1 parent 23d0558 commit 92091a6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- Nothing.
### Added

- Sort options for channel shorts

## [0.29.2] - 2024-11-07

Expand Down
10 changes: 10 additions & 0 deletions playlet-lib/src/components/ChannelView/ChannelView.bs
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,16 @@ function InitializeSortOptions()
"id": "oldest"
"title": "Oldest"
}]
"channel_shorts": [{
"id": "newest"
"title": "Latest"
}, {
"id": "popular"
"title": "Popular"
}, {
"id": "oldest"
"title": "Oldest"
}]
"channel_streams": [{
"id": "newest"
"title": "Latest"
Expand Down

0 comments on commit 92091a6

Please sign in to comment.