Jeremy Kahn
a87b0d3367
Revert "refactor: move room audio controls to their own component"
...
This reverts commit bbabb1d389
.
2022-11-03 09:39:27 -05:00
Jeremy Kahn
bbabb1d389
refactor: move room audio controls to their own component
2022-11-03 09:33:17 -05:00
Jeremy Kahn
49c513b8e1
refactor: decouple peer room hooks and clean up audio
2022-11-02 21:48:40 -05:00
Jeremy Kahn
0a05d197cb
fix: clean up unused audio objects
2022-11-01 09:54:22 -05:00
Jeremy Kahn
9c18f40d61
refactor: move audio logic to new hook
2022-11-01 09:10:53 -05:00
Jeremy Kahn
166fc9ff84
feat: update meta description
2022-11-01 08:46:34 -05:00
Jeremy Kahn
ba21936c96
feat: [ #19 ] display which peers are speaking to the room
2022-10-31 21:40:44 -05:00
Jeremy Kahn
931ddf267f
feat: remember selected audio device when muting
2022-10-31 09:16:46 -05:00
Jeremy Kahn
f219218d02
feat: ( closes #19 ) Audio calls ( #60 )
...
* feat: [#19 ] set up voice call UI
* feat: [#19 ] get audio calls
* feat: [#19 ] implement audio device selection
2022-10-30 16:07:32 -05:00
Jeremy Kahn
02a2e53b64
feat: [ closes #53 ] display message timestamps
2022-10-29 14:20:56 -05:00
Jeremy Kahn
33f85fc8aa
fix: make full room transcripts autoscroll to the bottom when necessary
2022-10-29 13:51:17 -05:00
Jeremy Kahn
a5a61b0cb0
feat: set messageTranscriptSizeLimit to 150
2022-10-29 13:25:31 -05:00
Jeremy Kahn
9f0d20cd22
feat: redirect invalid routes to root
2022-10-29 13:09:27 -05:00
Jeremy Kahn
95d6ed6f11
fix: [ closes #59 ] prevent users from using empty room names
2022-10-29 12:54:40 -05:00
Jeremy Kahn
73e09041cc
feat: ( closes #3 ) Private rooms ( #51 )
...
* feat: present password submit UI as a form
* fix: don't connect to room without password
* feat: password-protect room connections
* feat: disable transcript backfilling for private rooms
2022-10-27 22:21:35 -05:00
Jeremy Kahn
b02ef3e988
fix: use root route for home link
2022-10-27 09:43:17 -05:00
Jeremy Kahn
9480d8cc17
feat: add link to community room list
2022-10-26 09:44:56 -05:00
Jeremy Kahn
dc60b85e02
chore: add room request issue template
2022-10-26 09:36:20 -05:00
Jeremy Kahn
ba744407ba
feat: close peer list when counter is clicked
2022-10-25 21:49:27 -05:00
Jeremy Kahn
f0af2eb480
feat: wrap peer number indicator in an IconButton
2022-10-25 21:43:39 -05:00
Jeremy Kahn
10b061e36a
feat: [ closes #22 ] implement message backfilling ( #45 )
...
* feat: [#22 ] implement message backfilling
* feat: scroll to latest backfilled message
* feat: document transcript backfilling
2022-10-25 21:00:28 -05:00
Jeremy Kahn
bd6f1d5090
feat: [ closes #46 ] limit chat transcripts to 10,000 messages
2022-10-25 20:17:58 -05:00
Jeremy Kahn
6740d8da3d
fix: prevent overlap of right side of chat
2022-10-25 09:18:41 -05:00
Jeremy Kahn
ee7d528f01
feat: [ closes #40 ] Disclaimer ( #42 )
...
* feat: [#40 ] stand up disclaimer page
* chore: use mui-markdown for disclaimer copy
* feat: [#40 ] add more disclaimer copy
* feat: style lists in messages
* refactor: author About page with Markdown
* feat: improve About page formatting
2022-10-16 21:49:04 -05:00
Jeremy Kahn
a82d201c66
docs: [ #39 ] add disclaimer to README
2022-10-11 09:26:02 -05:00
Jeremy Kahn
2ba75fb72d
docs: fix link
2022-10-09 20:39:29 -05:00
Jeremy Kahn
b94805f983
docs: [ #36 ] add firefox troubleshooting info
2022-10-09 20:36:16 -05:00
Jeremy Kahn
58326ecbb8
refactor: Room logic ( #34 )
...
* refactor: move room logic to usePeerRoom hook
* refactor: make peer room hooks private
2022-10-04 22:00:16 -05:00
Jeremy Kahn
ebb80c3e6c
chore: use trystero@0.11.4
2022-10-04 09:14:34 -05:00
Jeremy Kahn
d14ae4c2b3
fix: disable ripple effect in PeerList
2022-10-04 09:12:03 -05:00
Flaykz
26618c0309
feat: [ closes #14 ] Display peer list ( #28 )
...
* feat: [#14 ] Display peer list
Co-authored-by: Jeremy Kahn <jeremyckahn@gmail.com>
2022-10-04 09:08:38 -05:00
Jeremy Kahn
c38a203f07
feat: [ closes #32 ] group messages under peer names
2022-10-03 21:29:28 -05:00
Jeremy Kahn
44c328fd1f
feat: add error boundary
2022-10-01 13:38:56 -05:00
Jeremy Kahn
69a15443ce
fix: prevent unstyled pre content from breaking out of message box
2022-10-01 11:46:46 -05:00
Jeremy Kahn
630a7aa398
refactor: [ #7 ] move audio logic to new Audio service
2022-09-30 09:13:07 -05:00
Jeremy Kahn
b4decae69c
feat: [ closes #6 ] Show notifications for messages recieved in the background ( #31 )
...
* feat: [#6 ] show notification when message is received
* feat: [#6 ] add setting for enabling/disabling notifications
* refactor: [#6 ] decouple PeerNameDisplay from funAnimalName
* feat: [#6 ] disable notifications setting when notifications are unavailable
2022-09-29 21:56:28 -05:00
Flaykz
492cfa58ce
feat: [ #7 ] Play a sound on new message ( #25 )
...
* feat: [#7 ] Play a sound on new message
* fix: [#7 ] Since this mock is a no-op, I think we can omit the argument to mockImplementation
Co-authored-by: Jeremy Kahn <jeremyckahn@gmail.com>
* fix: [#7 ] lazy initialization of this state
Co-authored-by: Jeremy Kahn <jeremyckahn@gmail.com>
* fix: [#7 ] More accurate error message
Co-authored-by: Jeremy Kahn <jeremyckahn@gmail.com>
* fix: [#7 ] Replace then with await
* [closes #24 ] Settings UI (#26 )
* feat: [#24 ] wire up settings page
* feat: [#24 ] stand up settings UI
* feat: [#24 ] implement storage deletion
* feat: [#24 ] confirm deletion of settings data
* feat: [#7 ] Add play sound switch in settings
* feat: [#7 ] avoid typescript warning
Co-authored-by: Jeremy Kahn <jeremyckahn@gmail.com>
* feat: [#7 ] more straighforward wording
Co-authored-by: Jeremy Kahn <jeremyckahn@gmail.com>
* feat: [#7 ] remove useless usestate
* feat: [#7 ] avoid new settings to be undefined in persisted storage
* feat: [#7 ] creating a chat section in settings
Co-authored-by: Jeremy Kahn <jeremyckahn@gmail.com>
2022-09-26 08:10:31 -05:00
Jeremy Kahn
e259196942
[ closes #24 ] Settings UI ( #26 )
...
* feat: [#24 ] wire up settings page
* feat: [#24 ] stand up settings UI
* feat: [#24 ] implement storage deletion
* feat: [#24 ] confirm deletion of settings data
2022-09-23 17:40:34 -05:00
Jeremy Kahn
20d8337082
refactor: move routes to an enum
2022-09-20 14:22:39 -05:00
Jeremy Kahn
4403d8df2d
docs: explain how to host builds
2022-09-19 21:32:43 -05:00
Jeremy Kahn
b7c8ee6441
chore: upgrade to trystero 0.11.3
2022-09-19 11:51:49 -05:00
Jeremy Kahn
2fabd4d974
feat: [ closes #17 ] add About page
2022-09-17 12:39:16 -05:00
Jeremy Kahn
62e512582d
refactor: move route content rendering to its own component file
2022-09-17 11:29:57 -05:00
Jeremy Kahn
cba8bc47df
feat: improve home screen messaging
2022-09-17 11:20:56 -05:00
Jeremy Kahn
8a22259ce2
docs: list environments
2022-09-17 11:12:08 -05:00
Jeremy Kahn
7224145e2b
refactor: move notification area to its own component file
2022-09-17 11:08:05 -05:00
Jeremy Kahn
28e09213d8
refactor: move app bar to its own component file
2022-09-16 09:46:11 -05:00
Jeremy Kahn
0b15957d93
refactor: move upgrade dialog to its own component file
2022-09-16 09:36:24 -05:00
Jeremy Kahn
9b5551a4bd
refactor: move drawer to its own component file
2022-09-15 21:16:41 -05:00
Jeremy Kahn
f2aeec5acb
feat: [ closes #18 ] limit message character size to 10,000
2022-09-15 20:15:43 -05:00