You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Complete role system unification across entire project
- Fix Signup.tsx: Change Node Watcher to Viewer in onboarding text
- Fix GraphContext.tsx: Update role mapping from old system to ADMIN/USER/VIEW
- Fix UserManagement.tsx: Update promotion buttons to use correct roles
- Fix UpdateGraphModal.tsx: Replace all old role names with GUEST/VIEWER/USER/ADMIN
- Fix CreateGraphModal.tsx: Replace all old role names with GUEST/VIEWER/USER/ADMIN
All role references now use consistent GUEST, VIEWER, USER, ADMIN system.
0 commit comments