Skip to content

applets/kickoff: Fix properties; Avoid creating invisible objects and menu items

ivan tkachenko requested to merge work/ratijas/kickoff-invisible-items into master
  1. Don't rely on visible & enabled properties in dependent expressions

Their read values are transitive from parents.

  1. Avoid creating invisible objects and menu items

Using filtered models, it is possible to split systemFavoritesModel, so that Repeater and Instantiator would only have to deal with rows they really need.

Comments are reworded for clarity (which might be subjective).

Merge request reports