Skip to content

Fix status line in top menu - #7

Merged
aplatoff merged 1 commit into
mainfrom
fix-statusbar
Aug 6, 2021
Merged

Fix status line in top menu#7
aplatoff merged 1 commit into
mainfrom
fix-statusbar

Conversation

@SasLord

@SasLord SasLord commented Aug 5, 2021

Copy link
Copy Markdown
Contributor

(Fixes #5)

Signed-off-by: Alexander Platov sas_lord@mail.ru

Signed-off-by: Alexander Platov <sas_lord@mail.ru>
@aplatoff
aplatoff merged commit 8f1f872 into main Aug 6, 2021
@aplatoff
aplatoff deleted the fix-statusbar branch August 17, 2021 14:49
haiodo pushed a commit to haiodo/foundation that referenced this pull request Nov 4, 2025
haiodo added a commit to haiodo/foundation that referenced this pull request Nov 5, 2025
haiodo pushed a commit to haiodo/foundation that referenced this pull request Nov 23, 2025
haiodo added a commit to haiodo/foundation that referenced this pull request Jan 23, 2026
MichaelUray referenced this pull request in MichaelUray/huly-platform Jul 9, 2026
Signed-off-by: Alexander Platov <sas_lord@mail.ru>
MichaelUray referenced this pull request in MichaelUray/huly-platform Jul 9, 2026
Add support for custom exclude filters
MichaelUray referenced this pull request in MichaelUray/huly-platform Jul 9, 2026
* Init client-ws
aonnikov pushed a commit that referenced this pull request Aug 7, 2026
Use TraceX naming in accounts
aonnikov pushed a commit that referenced this pull request Aug 7, 2026
…ency-vulns-g42qmn

fix(security): bump dependencies with critical advisories
aonnikov pushed a commit that referenced this pull request Aug 7, 2026
Follow-up review fixes for the office/video port:

- #5 guest-join room access (services/love guests.ts, workspaceClient.ts):
  enforce the room's live access server-side. A host who set the room to
  DND (locked) is no longer joinable via a previously shared guest link.
  Added WorkspaceClient.findRoomById and check the Room (not the meeting's
  creation-time snapshot). Knock rooms stay allowed — the shared link is
  the host's authorization.

- #7 guest-info polling (GuestMeetingApp.svelte): fetch /guestInfo once per
  guest-token change instead of on every 1s  tick, which POSTed the
  love service every second and re-ran workspace select/navigate each time.
  Also fixed the dead 'resolving' flag so the loading state and in-flight
  guard actually work.

- #8 invite state machine (invites.ts, meetings.ts):
  * incoming invites now require status==='pending', so accepted/declined
    invites stop showing the button and knock sound during their TTL
  * knock-sound stop is guarded by incoming.length===0 (was inverted:
    stopped the sound while an invite was still pending)
  * connectToMeeting resets currentMeeting/currentMeetingRoom on any
    failure (connect error or unresolved person) so the guard no longer
    permanently blocks retry

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01BZnVtCWH1hTH7EisaBdT7T

Signed-off-by: Artem Savchenko <armisav@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix status line in top menu

2 participants