Replace fake member data with real API call in MemberListProvider to show actual organization members
Corretto l'accesso al campo EmbNameFull e rimuovere l'estensione del telefono (conflitto di metallo con getter personalizzato)
Use logoFull variant and flexible sizing to eliminate empty space around full logos on loading screens
Use organization theme colors instead of hardcoded green on welcome/success screen
Remove intermediate status messages in logout flow and redirect immediately to prevent double loading display
Make Create Organization card always visible regardless of other orgs in network
Properly extract base URL using regex to avoid including path portions
Use current site's theme hostname with org-specific paths to avoid SSL certificate errors
Improve org logo URL generation by stripping subdomain aliases and extracting base domain
Replace Grid with GridLegacy in page.tsx for MUI v7 compatibility
Use GridLegacy for MUI v7 compatibility - Grid2 not available, GridLegacy has the legacy API with item/xs props
Replace Grid with Grid2 for MUI v7 compatibility in network page
Resolve ESLint errors blocking build - escape unescaped entities and replace any types with strict typing
Panels now close when clicking empty areas of NavPri sidebar - Fixed useEffect logic to close panels when activePanel is null - Previously only closed when activePanel was a different panel ID - Now correctly closes when activePanel is null (sidebar background clicked)
Add click-outside detection to primary navigation panels - Added backdrop overlay to NavPriItemWithPanel component - Click or touch outside panel now closes it - Increased z-index to ensure backdrop is visible above NavTop bar - Matches behavior of NavTopPanel for consistent UX
Rendere le lettere ROFL altamente visibili con maggiore opacità, dimensione, z-index e debug logging
Restore text field editing by targeting pointerEvents more specifically - Changed pointerEvents from FormControlLabel to only target the label element - Prevents disabling text input fields while still protecting Everyone role - Uses MUI selector to target only the label, not the entire form control
Use case-insensitive contains check for Everyone role - Changed from exact title match to **************** - Handles variations like 'Everyone (Applies To All)' - More robust role detection for Everyone role protection - Applied to all role checks: checkbox state, toggle prevention, save enforcement, and edit loading
Prevent cell width adjustment by using fixed 180px width
- Outer container now has fixed width: 180px - Removed minWidth in favor of fixed width - Inner flex container handles content layout - No more width adjustment...
Make timer update every second and add 'ago' suffix to elapsed time
- Timer now updates EVERY SECOND regardless of age (truly live) - calculateTimeAgo() uses currentTime state for real-time calculation - Added ' ago' suffix to a...
Make timer truly live with constant recalculation and stabilize hover area
- Timer now recalculates on every render (truly live, no lag) - State updates trigger re-renders at smart intervals (1s to 1hr) - Fixed glitchy hover by adding ...
Store and retrieve timezone from localStorage instead of API calls
- Updated validate route to fetch timezone from Redis session data - Store timezone in localStorage during validation - DateTimeDisplay now reads from localStor...
Rendere la connessione SessionUtilityService Redis configurabile tramite le proprietà di primavera
Sostituisci prove con risorse con chiusura manuale per OtkValidator
Aggiornare SecurityRoleController per utilizzare il pacchetto sessione SessionData
Aggiornare SessionUtilityService per utilizzare le utility Redis esistenti dalla libreria condivisa
Utilizzare getOrganizationFromRequest per ottenere l'utente corrente da sessione Redis
Utilizzare getOrganization IdFromRequest invece di ottenereCurrentUserOrganization
Aggiungi annotazioni di cascata a OrgRole.rights per garantire i diritti sono salvati
Utilizzare getRoleByIdWithRights per prevenire NullPointerException nella conversione DTO
Aggiungi getRoleByIdWithRights per caricare correttamente le collezioni pigre
Set campo descrizione quando si creano e si aggiornano i ruoli
Mostra tutti i diritti disponibili durante la modifica di un ruolo, non solo i diritti attualmente impostati
Ricaricare il ruolo dopo l'aggiornamento dei diritti di raccolta dei diritti per la conversione DTO
Convertire string rightType in RoleRightType enum in endpoint di ruolo di creazione/aggiornamento
Cambia RoleRightUpdate.rightTipo da enum a String per abbinare il contratto API frontend
Configura ObjectMapper per serializzare le date come stringhe ISO-8601
Aggiungi JavaTimeModule a ObjectMapper per gestire la serializzazione LocalDateTime
Rendere i ruoli endpoint pubblicamente accessibili per correggere l'errore 403
Come quello che vedi la spedizione?
Ognuno di questi aggiornamenti atterra automaticamente nello spazio di lavoro. Inizia gratis e guardalo crescere settimana dopo settimana.