Open erikos opened 1 year ago
Let's consider Search. This is the line that adds no_available_filtering
conditionally inside the searchChannelsOnce()
method. Insted, that should be a new parameter. Then the SearchPage.vue
view would be able to call the method with "filter available" true/false.
Current channel layout:
The control itself could be a BootstrapVue switch style checkbox: https://bootstrap-vue.org/docs/components/form-checkbox#individual-checkbox-switch-style
The spec from @jofilizola shows a checkbox control from Material, but I'm afraid we are using Bootstrap through BootstrapVue. The only exception is that we use icons from Material. Switching entirely to Material would be a bigger change, and mixing UI frameworks is not convenient.
The control from Bootstrap is totally fine, I just used the material library for convenience (because of the icons)
Moving back to In Progress as I believe this is still missing the switch on initial page when entering a channel. #591 only adds the filter to the search results.
One major piece is missing here that would lead to inconsistency when landing the button to filter on the channel view top level:
Moving to in-progress and assigning @GeorgesStavracas since he is working on this.
Not on the to-do-for-now list anymore, back to the backlog.
We have landed the capabilities to view content that is not on your device yet. This can be overwhelming if there is a lot of content. The user should be able to filter the view to further edit the view. Filters is something already used in the channel view, this would be another one. All the rest of the view and order of individual items should stay intact.