40 Commits

Author SHA1 Message Date
Lautaro Petaccio
ba5d1693e1
feat: Track page load (#19) 2024-04-12 09:17:14 -03:00
Mariano Goldman
9df2952ba1
fix: read new property from about (#18) 2024-01-10 10:47:07 -03:00
Braian Mellor
3b354dee1e
fix: hide RightPanel (#17) 2023-12-21 11:23:02 -03:00
Braian Mellor
c4618f1d25
fix: ui-control-buttons (#16)
* fix: ui control buttons

* feat: hide device menu on mobile
2023-09-12 17:35:23 -03:00
Kevin Szuchet
2189ae528b
feat: Send uuid to join different events of the same session (#15) 2023-09-01 14:39:39 +02:00
Gabriel Díaz
84a92c540a
feat: Update Control Bar buttons (#11)
* feat: Update control-bar size

* feat: Refactor icons

* feat: Update control bar buttons

* feat: Add translations
2023-08-21 10:43:48 -03:00
Kevin Szuchet
580800457e
fix: Send user address in the track events 2023-08-21 12:43:24 +02:00
Kevin Szuchet
02f1a6df5b
feat: Track user time in meetings (#10)
* feat: Track time users are in meetings

* chore: Remove unnecessary overrides from eslint config and console.log

* refactor: Separate the event into two: connect & disconnect

* chore: Add Segment api keys

* feat: Track disconnection only once and pass only world name and content server url
2023-08-18 15:56:28 +02:00
Kevin Szuchet
89ebf35e6b
feat: Add Learn More button (#6)
* feat: Add Learn More button

* chore: Add link to docs

* Update src/components/Pages/SignInPage/SignInPage.tsx

Signed-off-by: Kevin Szuchet <31735779+kevinszuchet@users.noreply.github.com>

---------

Signed-off-by: Kevin Szuchet <31735779+kevinszuchet@users.noreply.github.com>
2023-08-18 15:55:42 +02:00
Gabriel Díaz
8e62a25833
feat: Update Chat Panel (#9)
* chore: Upgrade the @dcl/eslint-config package

* fix: eslint

* feat: Add new SendIcon

* fix: Show a max of 12 participants

* feat: Update layout style

* feat: Update Chat Panel styles

* refactor: Move useChat definition to hooks and utils

* feat: Update ChatEntry component

* feat: Add translations
2023-08-17 13:25:06 -03:00
Kevin Szuchet
61aaaeeebc
feat: Add navbar (#5)
* feat: Add navbar

* chore: Open server when start app

* style: Css file styles and delete empty file
2023-08-15 17:25:10 +02:00
Gabriel Díaz
ae1ac2d5bf
feat: People Panel (#8)
* chore: Add pre-commit

* feat: Add PeoplePanel

* feat: Add RightPanel wrapper to toggle PeoplePanel and ChatMessages

* feat: Use RightPanel component

* feat: Update ControlBar component to handle middle buttons and right buttons

* feat: Extract livekit layout context from the lib to handle new properties

* feat: Add PeoplePanelToggleButton

* feat: Add translations

* fix: Remove unused import

* feat: Update husky file permissions

* fix: Remove unused things

* fix: Remove unused container
2023-08-15 12:23:50 -03:00
Kevin Szuchet
1510f36439
feat: Add custom Control Bar (#3)
* feat: Add custom Control Bar

* fix: Remove localStream util

* fix: Use custom usePreviewTracks hook to fix the issue with the dirty tracks
2023-08-11 11:01:58 -03:00
Hugo Arregui
f8dd0b7405
exclude emotes from chat 2023-08-10 15:14:57 -03:00
jmoguilevsky
150fa3515e
custom chat entry 2023-08-10 12:38:40 -03:00
Kevin Szuchet
91ceefb0b5
fix: Set IsConnectingToServer to false if the connection fails 2023-08-10 10:39:02 +02:00
Kevin Szuchet
3b364a8ad6
refactor: Move VideoConference inside a folder 2023-08-10 10:29:13 +02:00
Hugo Arregui
33eac35114
remove unused imports 2023-08-09 17:49:08 -03:00
jmoguilevsky
d364d880bd
use custom chat 2023-08-09 16:28:19 -03:00
jmoguilevsky
5b1c6d2deb
use custom chat 2023-08-09 15:45:47 -03:00
Gabriel Díaz
c50b2319b0
feat: Use Profile Name (#1)
* feat: Use Profile name in the ParticipantTile component

* chore: Update configs to only use the CHAIN_ID property

* fix: Update name
2023-08-09 09:46:19 -03:00
Kevin Szuchet
71156337ee
fix: Avoid adding a repeated server 2023-08-09 14:23:35 +02:00
Kevin Szuchet
8ba22fa750
feat: Disable and load button while is connecting to the server 2023-08-09 12:35:58 +02:00
Kevin Szuchet
d9e0082ade
feat: Append qs to the root location when redirect from sign in 2023-08-09 12:33:11 +02:00
Kevin Szuchet
86748fb81c
chore: Comment the non used declaration 2023-08-09 12:19:29 +02:00
Kevin Szuchet
ad666b6e8e
chore: Disable eslint in one line 2023-08-09 11:15:22 +02:00
Kevin Szuchet
16a8224ed0
style: Remove unnecessary braces 2023-08-09 11:11:43 +02:00
Kevin Szuchet
4db8360528
style: eslint auto fixes 2023-08-09 11:11:41 +02:00
Kevin Szuchet
08b3e79581
feat: Extend the connect to worl component to allow receiving the url form query params 2023-08-09 11:06:28 +02:00
Kevin Szuchet
afe5a31fa9
test: World Servers utils 2023-08-09 11:06:27 +02:00
Kevin Szuchet
30c23dc32e
fix: Mobile styles 2023-08-09 11:06:27 +02:00
Kevin Szuchet
2661796760
feat: Add ConnectToWorld component 2023-08-09 11:06:26 +02:00
Kevin Szuchet
7a413d47a9
feat: Change background image + add background color to the sign in page 2023-08-09 11:06:26 +02:00
jmoguilevsky
e4f5ee7a8f
use new components 2023-08-08 17:17:25 -03:00
Hugo Arregui
3f07d147c9
fix test build 2023-08-08 10:49:20 -03:00
Hugo Arregui
d73e4972e0
small fixes 2023-08-08 10:45:37 -03:00
jmoguilevsky
db8a2ee471
add styling 2023-08-07 17:26:40 -03:00
jmoguilevsky
d8e993842a
full integration 2023-08-04 18:30:19 -03:00
jmoguilevsky
8da838e893
integrate with livekit 2023-08-04 11:38:02 -03:00
jmoguilevsky
d10240262d
initial setup 2023-08-03 18:26:29 -03:00