Skip to content

tabbox: Drop TabBoxClient

Vlad Zahorodnii requested to merge work/zzag/drop-tabbox-client into master

The indirection contributes unnecessary complexity. The usage of std::weak_ptr and std::shared_ptr complicates the things further, e.g.

Screenshot_20230325_170226


Ideally, same should be done with TabBox and TabBoxHandler, but that can be done in another MR.

Edited by Vlad Zahorodnii

Merge request reports