skttl / umbraco-matryoshka

Matryoshka enables you to layer your document type properties in tabs and groups
MIT License
13 stars 10 forks source link

Added syncable tabs issue #10 #34

Closed FransdeJong closed 4 years ago

FransdeJong commented 4 years ago

Tabs are now synchronized while in split views.

Since the splitview feature is designed to compare content I've chosen to sync the tabs by default. The lock in the left screen toggles if sync is active. Also I've added the sync on the scrollto when you select a separator from a tab dropdown.

I've tested this against 8.8 but there shouldn't be a reason why it wouldn't work on earlier versions.

Please let me know if you like anything to be changed.

FransdeJong commented 4 years ago

I forgot one variable in this PR. New PR will be there in a few minutes

FransdeJong commented 4 years ago

New PR here: https://github.com/skttl/umbraco-matryoshka/pull/36