File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555 </button >
5656 </div >
5757 <Teleport to="body">
58- <div class =" z-50 hidden my-4 text-base list-none bg-lightUserMenuBackground divide-y divide-lightUserMenuBorder text-lightUserMenuText rounded-default shadow dark:shadow-black dark:bg-darkUserMenuBackground dark:divide-darkUserMenuBorder text-darkUserMenuText dark:shadow-black" id =" dropdown-user" >
58+ <div class =" af-settings-popup z-50 hidden my-4 text-base list-none bg-lightUserMenuBackground divide-y divide-lightUserMenuBorder text-lightUserMenuText rounded-default shadow dark:shadow-black dark:bg-darkUserMenuBackground dark:divide-darkUserMenuBorder text-darkUserMenuText dark:shadow-black" id =" dropdown-user" >
5959 <div class =" px-4 py-3" role =" none" >
6060 <p class =" text-sm text-gray-900 dark:text-darkNavbarText" role =" none" v-if =" coreStore.userFullname" >
6161 {{ coreStore.userFullname }}
Original file line number Diff line number Diff line change 6767 </teleport >
6868
6969 <div v-if =" !teleportToBody && !teleportToTop && showDropdown" ref =" dropdownEl" :style =" dropdownStyle" :class =" {'shadow-none': isTop}"
70- class =" absolute z-10 mt-1 w-full bg-lightDropdownOptionsBackground shadow-lg text-lightDropdownButtonsText dark:shadow-black dark:bg-darkDropdownOptionsBackground
70+ class =" afcl-select-content absolute z-10 mt-1 w-full bg-lightDropdownOptionsBackground shadow-lg text-lightDropdownButtonsText dark:shadow-black dark:bg-darkDropdownOptionsBackground
7171 dark:border-gray-600 rounded-md py-1 text-base ring-1 ring-black ring-opacity-5 overflow-auto focus:outline-none sm:text-sm max-h-48"
7272 @scroll =" handleDropdownScroll" >
7373 <div
Original file line number Diff line number Diff line change 11<template >
22 <div class =" rounded-default" >
3- <pre >
4- </pre >
53 <form autocomplete =" off" @submit.prevent >
64 <div v-if =" !groups || groups.length === 0" >
75 <GroupsTable
You can’t perform that action at this time.
0 commit comments