mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-16 12:12:15 +01:00
refactor to shadcn components, dynamically load extension frontend
add jetstream permissions, add dynamic inertia module loading, add shadcn components, change modals and dropdowns to shadcn dismissable layer,
This commit is contained in:
@@ -30,7 +30,7 @@ const switchToTeam = (organization: Organization) => {
|
||||
<template>
|
||||
<Dropdown
|
||||
v-if="page.props.jetstream.hasTeamFeatures"
|
||||
align="bottom"
|
||||
align="center"
|
||||
width="60">
|
||||
<template #trigger>
|
||||
<div
|
||||
@@ -63,7 +63,7 @@ const switchToTeam = (organization: Organization) => {
|
||||
<template #content>
|
||||
<div class="w-60">
|
||||
<!-- Organization Management -->
|
||||
<div class="block px-4 py-2 text-xs text-muted">
|
||||
<div class="block px-4 py-2 text-xs text-text-secondary">
|
||||
Manage Organization
|
||||
</div>
|
||||
|
||||
@@ -94,7 +94,7 @@ const switchToTeam = (organization: Organization) => {
|
||||
<template v-if="page.props.auth.user.all_teams.length > 1">
|
||||
<div class="border-t border-card-background-separator" />
|
||||
|
||||
<div class="block px-4 py-2 text-xs text-muted">
|
||||
<div class="block px-4 py-2 text-xs text-text-secondary">
|
||||
Switch Organizations
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user