Skip to content

Remove "All" tab from new Vue To-Do app

Thomas Hutterer requested to merge vue_todos_rm_all_tab into master

What does this MR do and why?

This removes the All tab from our beta Vue Todo app. We currently don't see a use-case for it. Removing it gives the two other tabs more attention, and it should also help speed up our counts query, which is currently quite slow.

Cherry-picked from !169484 🍒

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Before After
image image

How to set up and validate locally

Enable the todos_vue_application feature flag and open your To-Dos page (http://gdk.test:3000/dashboard/todos/vue)

Merge request reports

Loading