nextcloud-vue icon indicating copy to clipboard operation
nextcloud-vue copied to clipboard

feat(NcAppNavigation): add --app--navigation--offset exposed CSS Variable

Open ShGKme opened this issue 1 year ago • 1 comments

☑️ Resolves

  • ⚠️ Chained on https://github.com/nextcloud-libraries/nextcloud-vue/pull/5861

  • We often need to add offset to reserver space for navigation toggle button

    • Currently, apps do it manually from --app-navigation-padding + --default-clickable-area
    • Or even worth - hardcoded value
  • Add an explicit variable for that

🖼️ Screenshots

image

🏁 Checklist

  • [ ] ⛑️ Tests are included or are not applicable
  • [x] 📘 Component documentation has been extended, updated or is not applicable
  • [x] 3️⃣ Backport to next requested with a Vue 3 upgrade

ShGKme avatar Jul 24 '24 12:07 ShGKme

Also in progress: basic NcAppTopBar component

ShGKme avatar Jul 24 '24 12:07 ShGKme