Commit graph

19 commits

Author SHA1 Message Date
wdunn001
180241c266 community: wire server registry deep links + main nav (friends widget, Community submenu, profile link)
Some checks failed
Server CI / Lint (push) Has been cancelled
Server CI / Typecheck (push) Has been cancelled
- Resolve gameServerRegistry.json's null deep_link entries against the
  live drop-db catalog (WoW, EverQuest, Among Us match real Game rows;
  OpenDAoC and the Goldberg relay genuinely have none, left null and
  documented why).
- Fix the "0 online now" panel bug: the community landing page's
  persistent-world quick-strip was inferring presence from PlaySession
  name-matching (presenceService.getServerPresence), which hardcodes
  available=true even with zero matches -- always showing a fake "0"
  for EQEmu instead of the honest unavailable state. Switched it to the
  same probe-backed GameServer feed ServerStatusPanel already uses
  (joined by the shared wow/eqemu/daoc slug), so known-zero and
  count-unavailable never render the same.
- Header people icon now opens a friends flyout (list, incoming
  requests with accept/decline, entry into chat with a friend) instead
  of going nowhere, mirroring the existing notifications bell's
  Menu/MenuButton/MenuItems pattern; badge shows pending request count.
  Mobile sidebar links it straight to /community/friends.
- Community gets a hover submenu in the main nav (desktop) / inline
  sublist (mobile) listing Friends, Chat, Devices, Mods, Servers,
  Issues, Achievements.
- User dropdown menu gets a "Your profile" entry resolved from the
  signed-in user's own username (/community/profile/<username>), not
  hardcoded.
2026-08-03 11:02:58 -04:00
Paco
af08472e45 Make application and logo configurable (#336)
* Adds settings for server name and logo

* Implements ApplicationLogo and replaces site name based on settings

* Refactors component for changing the company logo

* Removes unused variable

* Uses message instead of statusMessage

* Replaces favicon with logo if set
2026-02-06 11:43:21 +11:00
DecDuck
50bdc44c33 Redesign of language selector #100 (#101)
* feat: add new language selector in footer, add pirate language

* fix: translations in title bar not updating

* chore: refactor into separate component

* fix: update translate url

* fix: update pirate translation to use "ship" instead of "plank" for platform

a very very necessary change
2025-06-08 10:33:41 +10:00
Husky
2233aec23f i18n Support and Task improvements (#80)
* fix: release workflow

* feat: move mostly to internal tasks system

* feat: migrate object clean to new task system

* fix: release not  getting good base version

* chore: set version v0.3.0

* chore: style

* feat: basic task concurrency

* feat: temp pages to fill in page links

* feat: inital i18n support

* feat: localize store page

* chore: style

* fix: weblate doesn't like multifile thing

* fix: update nuxt

* feat: improved error logging

* fix: using old task api

* feat: basic translation docs

* feat: add i18n eslint plugin

* feat: translate store and auth pages

* feat: more translation progress

* feat: admin dash i18n progress

* feat: enable update check by default in prod

* fix: using wrong i18n keys

* fix: crash in library sources page

* feat: finish i18n work

* fix: missing i18n translations

* feat: use twemoji for emojis

* feat: sanatize object ids

* fix: EmojiText's alt text

* fix: UserWidget not using links

* feat: cache and auth for emoji api

* fix: add more missing translations
2025-06-05 09:53:30 +10:00
Huskydog9988
7eaf4bda68 fix: linting errors 2025-05-10 11:25:45 +10:00
Huskydog9988
e1c919a7dc refactor: homepage link in header 2025-05-07 18:42:13 -04:00
Huskydog9988
8ed5990c73 fix: missing components errors 2025-04-16 12:03:42 -04:00
Huskydog9988
297bda6e97 chore: prettier pass 2025-04-15 21:46:34 -04:00
Huskydog9988
48c41953dc fix: missing key in loops 2025-04-12 16:03:35 -04:00
Huskydog9988
6fe80a01a6 fix: wordmark causing page refresh 2025-04-07 16:49:56 -04:00
DecDuck
2bbd9b282b style: updated text colours across app 2024-11-19 11:11:59 +11:00
DecDuck
3652d6123c feat(notifications): added notification system w/ interwoven refactoring 2024-11-16 19:41:19 +11:00
DecDuck
d9aedc9886 user mobile header 2024-10-27 15:52:30 +11:00
DecDuck
308827f042 almst complete admin ui and initial store designs 2024-10-11 22:45:02 +11:00
DecDuck
57b6fa872e another stage of client authentication 2024-10-08 16:13:46 +11:00
DecDuck
6c3783380b refactoring 2024-10-08 00:41:05 +11:00
DecDuck
5e74a555df ca groundwork 2024-10-07 22:35:54 +11:00
DecDuck
94e8ad5c9a more ui 2024-10-04 15:35:03 +10:00
DecDuck
9e731796da ui groundwork 2024-10-04 14:43:02 +10:00