Commit Graph

6 Commits

Author SHA1 Message Date
duckietm 49e1ac6307 🆙 Fix user profile 2026-04-01 10:48:11 +02:00
Life 2a220eaa4d fix: restore dangerouslySetInnerHTML for created/last login, keep friends count
dangerouslySetInnerHTML is needed for compatibility with existing
external_texts keys that contain HTML markup (e.g. <b>Created:</b>).
Only the missing friends count line is added.
2026-03-29 16:47:36 +02:00
Life 3e515e234e fix: replace dangerouslySetInnerHTML with safe rendering in UserContainerView
- Remove dangerouslySetInnerHTML for creation date and last login fields
  which caused corrupted display
- Use separate LocalizeText keys with safe React rendering instead
- Add missing friends count display

New external_texts keys required:
  extendedprofile.created.title, extendedprofile.last.login.title,
  extendedprofile.friends.count
2026-03-29 16:45:14 +02:00
simoleo89 d90e659132 Revamp user profile with tabbed layout (Badge, Amici, Stanze, Gruppi)
- Replace grid layout with NitroCard.Tabs for Badge, Amici, Stanze, Gruppi
- Add BadgeInfoView component with hover tooltip showing badge name/description
- Add Stanze tab that fetches and lists user rooms via NavigatorSearchComposer
- Bold username in profile header
- Badge tab with styled grid slots and empty state
- Amici tab with loading state
- Gruppi tab with full GroupsContainerView
2026-03-15 21:48:57 +01:00
duckietm bfd28d277a 🔥 Fix User Profile view 2026-03-12 16:21:23 +01:00
DuckieTM 7feb10ab15 🆙 Init V3 2026-01-31 09:10:52 +01:00