FunctionAccountButton({
className,
label,
showIcon = true,
variant = 'button',
initialMode = 'register',
hideWhenLogged
src/components/ui/account-button/index.tsx:51
FunctionAccountMobileView({
paginatedData,
onUpdateAccount,
updatingAccountId,
formatDateTime,
sortColumn,
sortDirection,
src/components/familymanager/AccountMobileView.tsx:65
FunctionAccountModal({
open,
onClose,
initialMode = 'register',
verificationToken,
resetToken,
}: AccountModalProps)
src/components/modals/AccountModal/index.tsx:25
FunctionAccountView({
paginatedData,
onUpdateAccount,
updatingAccountId,
formatDateTime,
sortColumn,
sortDirection,
src/components/familymanager/AccountView.tsx:53
FunctionActiveActivityBanner({
activeActivity,
onPause,
onResume,
onEnd,
onOpenForm,
}: ActiveActivityBannerProps)
src/components/ActiveActivityBanner/index.tsx:36
FunctionActiveFeedBanner({
activeFeed,
onSwitch,
onPause,
onResume,
onEnd,
onOpenForm,
}: ActiveFeedBannerProps)
src/components/ActiveFeedBanner/index.tsx:29
FunctionActiveInviteView({
paginatedData,
onDeleteInvite,
deletingInviteId,
appConfig,
formatDateTime,
sortColumn,
sortD
src/components/familymanager/ActiveInviteView.tsx:57