GitHub.GG
Explore
Features
Pricing
Docs
Star
Toggle menu
PeaceInTheMiddleEast
Public
Open Source Backgammon sheshbesh tabla written in React and Firebase
Code
Star
6
Fork
0
Watch
6
Code
Diagram
Issues
Pull Requests
Actions
Security
Insights
Settings
Issues
New Issue
Open
Closed
All
All Issues
feat: Cache piece images for offline use
#41
Opened 6/17/2025
0 comments
by
ProLoser
Closed
feat: Add 'About' link to Login dialog
#40
Opened 6/13/2025
0 comments
by
ProLoser
Closed
Fix/toolbar dialog race condition
#39
Opened 6/12/2025
0 comments
by
ProLoser
Closed
Fix: Prevent dialog from closing immediately when opened by toolbar The issue was that the click event opening the dialog was also being caught by the 'click outside' handler, causing the dialog to close immediately after opening, especially for logged-out users. This commit refactors the event listener logic in `Dialogues/index.tsx`: - The `mousedown` event listener for `handleClickOutside` is now conditionally added to the document only when the dialog (`isOpen`) is true. - The listener is removed when the dialog is closed or the component unmounts. - The `useEffect` hook managing this now depends on `isOpen` and `toggle` to correctly add/remove the listener when the dialog state changes. - Removed the previous `setTimeout` workaround as this conditional binding approach is cleaner and more reliable. - Retained the safeguard in `handleClickOutside` to only call `toggle(false)` if `state` is not already `false`.
#38
Opened 6/12/2025
0 comments
by
ProLoser
Closed
Refine dialog outside click detection and remove redundant props
#37
Opened 6/11/2025
0 comments
by
ProLoser
Closed
I've updated the GitHub Actions workflow to build and deploy previews…
#36
Opened 6/11/2025
0 comments
by
ProLoser
Closed
Clicking notification should opens game
#35
Opened 6/11/2025
0 comments
by
ProLoser
Duplicate push notifications
#34
Opened 6/11/2025
0 comments
by
ProLoser
Fix: Remove dice rolling sound from checker piece interactions
#33
Opened 6/2/2025
0 comments
by
ProLoser
Closed
fix: Prevent Google Translate from messing up icons
#32
Opened 6/2/2025
0 comments
by
ProLoser
Closed
Previous
Page 1
Next