@propbinder/mobile-design 0.2.13 → 0.2.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -3131,7 +3131,6 @@ class DsMobilePageMainComponent extends MobilePageBase {
|
|
|
3131
3131
|
* Handle avatar click - opens profile actions bottom sheet
|
|
3132
3132
|
*/
|
|
3133
3133
|
async handleAvatarClick() {
|
|
3134
|
-
console.log('Avatar clicked - opening profile bottom sheet');
|
|
3135
3134
|
// Emit the event for any parent listeners
|
|
3136
3135
|
this.avatarClick.emit();
|
|
3137
3136
|
// Use input if provided, otherwise fall back to service, otherwise use default menu
|
|
@@ -3235,7 +3234,6 @@ class DsMobilePageMainComponent extends MobilePageBase {
|
|
|
3235
3234
|
if (result.data?.action) {
|
|
3236
3235
|
// Handle appearance/whitelabel-demo action internally (works on all pages)
|
|
3237
3236
|
if (result.data.action === 'appearance' || result.data.action === 'whitelabel-demo') {
|
|
3238
|
-
console.log('Opening whitelabel demo...');
|
|
3239
3237
|
// Small delay to ensure bottom sheet is fully dismissed
|
|
3240
3238
|
setTimeout(async () => {
|
|
3241
3239
|
try {
|