From b2cd216cd3320a43ce8cd794e0d952800f14e53d Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Thu, 23 Jan 2025 22:58:06 +0100 Subject: [PATCH 1/2] refactor: Use boolean props with default value false Provide `disableSwipe` instead of `allowSwipeNavigation` (`NcAppContent`) and `enableSwipe` (`NcModal`). Boolean prop should always - when possible - have a default value of `false` to allow shorthand prop assignment in the template. Similar to native HTML boolean attributes: ```vue