discourse/app/assets
Régis Hanol 29dad8bbea
FIX: expanding / collapsing own user info panel (#30272)
When viewing your own user profile, we offer the ability to expand / collapse your user info.

By default, the info are collapsed and the button to toggle it only worked once. Meaning you could expand the info but not collapse it back.

This fixes the issue by using `toggleProperty()` instead of directly `set()`-ing a value.

Also added an acceptance test to ensure it doesn't regress.

Was reported in https://meta.discourse.org/t/342254
2024-12-13 17:37:57 +01:00
..
images
javascripts FIX: expanding / collapsing own user info panel (#30272) 2024-12-13 17:37:57 +01:00
stylesheets DEV: adds support for nested collections and objects (#30265) 2024-12-13 15:43:32 +01:00