Chi Vinh Le
f75a2ac81c
Change text
2018-08-08 15:07:37 +02:00
Chi Vinh Le
ac4b431d71
Add SetViewMutation
2018-08-08 15:03:51 +02:00
Chi Vinh Le
245b8648d1
Get view from query + tests
2018-08-08 14:54:29 +02:00
Chi Vinh Le
b21f3560ff
Styling, refactor + tests
2018-08-08 14:18:27 +02:00
Chi Vinh Le
fe7b734b2c
Add UserBox
2018-08-08 01:04:25 +02:00
Chi Vinh Le
34fb53b3b0
Add auth target
2018-08-08 01:03:49 +02:00
Chi Vinh Le
8a97ed162c
Fix types
2018-08-06 22:35:14 +02:00
Chi Vinh Le
3166478ec3
Add and refactor tests
2018-08-06 22:21:44 +02:00
Chi Vinh Le
1879edbf58
Add margin on both sides
2018-08-06 20:20:51 +02:00
Chi Vinh Le
8ecae1b9dd
Merge branch 'permalink' of https://github.com/coralproject/talk into permalink
2018-08-06 20:14:03 +02:00
Chi Vinh Le
77eb538082
Add more integration tests
2018-08-06 20:13:50 +02:00
Kiwi and GitHub
c792dd4e7e
Merge branch 'next' into permalink
2018-08-06 20:02:57 +02:00
Chi Vinh Le
820ee12485
Fix types
2018-08-06 19:56:09 +02:00
Chi Vinh Le
7c91df5103
Add popup component
2018-08-06 17:43:52 +02:00
Chi Vinh Le
9ddc02fff5
Tweak mdx files
2018-08-06 07:36:08 +02:00
Chi Vinh Le
41f92b2144
Don't show icon on xs screens
2018-08-04 08:54:16 +02:00
Chi Vinh Le
c7a96cc0f1
More style
2018-08-04 08:40:01 +02:00
Chi Vinh Le
be1e5a2f7f
Add margin, move elevation to theme, use colors from theme
2018-08-04 00:32:26 +02:00
Chi Vinh Le
0a5e6f7250
Styling improvements and responsibility
2018-08-04 00:16:00 +02:00
Chi Vinh Le
66d8244acc
Refactor stream + some tests
2018-08-03 23:49:00 +02:00
Chi Vinh Le
7dedf2c129
Update tests
2018-08-03 18:24:44 +02:00
Chi Vinh Le
b3fa5e1e73
Integrate with embed
2018-08-03 18:19:37 +02:00
Chi Vinh Le
09cc76a973
Merge branch 'next' into permalink
2018-08-03 16:05:43 +02:00
Chi Vinh Le
41d4c67728
Merge branch 'next' into permalink
2018-08-03 15:59:48 +02:00
Chi Vinh Le
1376ed255b
Improve styling, accessebility, usability and use mutation
2018-08-03 15:57:14 +02:00
Chi Vinh Le
d05508d574
Adapt Icon sizes
2018-08-03 15:33:04 +02:00
Kiwi and Wyatt Johnson
6d7056d831
[next] Add support for embed ( #1762 )
...
* Move talk-server/config to talk-common/config
* Refactor build into /src/core/build and use common config
* Add embed webpack config
* Start implementing embed
* Implement embed
* Add pym types
* Add event emitter to Talk Context
* Add MatchMedia test for passing values from the context
* Add support for click far away
* Integrate pym click events to registerClickFarAway
* Add tests
* Resolve merge issues
* Apply PR review
2018-08-02 15:29:18 +00:00
Belén Curcio
7c446bc9d8
Changes
2018-07-31 11:20:16 -03:00
Belén Curcio
bf959691eb
Changes
2018-07-31 11:18:13 -03:00
Belén Curcio
466cecda5f
Adding the mutation
2018-07-31 11:11:54 -03:00
Belén Curcio
e1d534391c
More Changes
2018-07-30 06:50:47 -03:00
Belén Curcio
2aa725d61c
Changes
2018-07-30 06:30:11 -03:00
Belén Curcio
d7c3796c9f
Added missing dependency and test updated
2018-07-26 12:11:31 -03:00
Belén Curcio
2c4ce9169d
Added missing dependency and test updated
2018-07-26 11:45:20 -03:00
Belén Curcio
325f453476
Back to the stream if comment not found
2018-07-26 11:27:22 -03:00
Belén Curcio
ea44227519
Creating assetURL in localState
...
S
2018-07-26 11:21:57 -03:00
Belén Curcio
89472bfe9f
Missing imports, redirects Back to the Stream, Share Button, Full func
2018-07-26 10:56:00 -03:00
Belén Curcio
8b56e408f8
Removing old implementation of attachment
...
Tiny refactor
Merge branch 'next' of github.com:coralproject/talk into permalink
* 'next' of github.com:coralproject/talk:
[next] ClickOutside Component (#1757 )
Support for ClickOutside
2018-07-25 19:44:25 -03:00
Wyatt Johnson and GitHub
1923e929ee
Merge branch 'next' into next-passport
2018-07-25 22:08:17 +00:00
Belén Curcio and Wyatt Johnson
e0a8f2e067
[next] ClickOutside Component ( #1757 )
...
* working on the tests
Merge branch 'next' of github.com:coralproject/talk into clickoutside
* 'next' of github.com:coralproject/talk: (36 commits)
[next] Implement AriaInfo (#1756 )
e render props for TrapFocus (#1755 )
[ToggleShow] Fix typo and better description (#1753 )
Fix wrong hour pluralization
Implement button active state
Styling fixes
Fix Playground
Commit snapshots
Harmonize typography
Fix Flex margin bug and add examples
Update package-lock.json
Use explicit export
Implement ButtonIcon component
Remove wrong ref prop
Implement new button api
Read env in watchers.ts
updated tests
Update ToggleShow.spec.tsx
ToggleShow Component
Fix CI thanks to wyatt
...
docz added
Added simulant
Added simulant
unnused
Merge branch 'clickoutside' of github.com:coralproject/talk into clickoutside
* 'clickoutside' of github.com:coralproject/talk: (40 commits)
Added simulant
Added simulant
docz added
[next] Implement AriaInfo (#1756 )
e render props for TrapFocus (#1755 )
[ToggleShow] Fix typo and better description (#1753 )
Fix wrong hour pluralization
Implement button active state
Styling fixes
Fix Playground
Commit snapshots
Harmonize typography
Fix Flex margin bug and add examples
Update package-lock.json
Use explicit export
Implement ButtonIcon component
Remove wrong ref prop
Implement new button api
Read env in watchers.ts
working on the tests
...
unnused
Merge branch 'clickoutside' of github.com:coralproject/talk into clickoutside
* 'clickoutside' of github.com:coralproject/talk: (42 commits)
unnused
working on the tests
Added simulant
Added simulant
docz added
[next] Implement AriaInfo (#1756 )
e render props for TrapFocus (#1755 )
[ToggleShow] Fix typo and better description (#1753 )
Fix wrong hour pluralization
Implement button active state
Styling fixes
Fix Playground
Commit snapshots
Harmonize typography
Fix Flex margin bug and add examples
Update package-lock.json
Use explicit export
Implement ButtonIcon component
Remove wrong ref prop
Implement new button api
...
Merge branch 'clickoutside' of github.com:coralproject/talk into clickoutside
* 'clickoutside' of github.com:coralproject/talk: (42 commits)
unnused
working on the tests
Added simulant
Added simulant
docz added
[next] Implement AriaInfo (#1756 )
e render props for TrapFocus (#1755 )
[ToggleShow] Fix typo and better description (#1753 )
Fix wrong hour pluralization
Implement button active state
Styling fixes
Fix Playground
Commit snapshots
Harmonize typography
Fix Flex margin bug and add examples
Update package-lock.json
Use explicit export
Implement ButtonIcon component
Remove wrong ref prop
Implement new button api
...
Merge branch 'clickoutside' of github.com:coralproject/talk into clickoutside
* 'clickoutside' of github.com:coralproject/talk: (43 commits)
working on the tests
unnused
working on the tests
Added simulant
Added simulant
docz added
[next] Implement AriaInfo (#1756 )
e render props for TrapFocus (#1755 )
[ToggleShow] Fix typo and better description (#1753 )
Fix wrong hour pluralization
Implement button active state
Styling fixes
Fix Playground
Commit snapshots
Harmonize typography
Fix Flex margin bug and add examples
Update package-lock.json
Use explicit export
Implement ButtonIcon component
Remove wrong ref prop
...
* Implement passing tests
* Use html as snapshot
* Refactor and simplify test
* Remove unused import
* ts
* simulant moved to devdeps
2018-07-25 20:33:29 +00:00
Belén Curcio
906940f152
Working single comment view
2018-07-25 17:24:14 -03:00
Belén Curcio
e519503129
Progress:
2018-07-25 14:06:25 -03:00
Belén Curcio
41791ebf79
Playground changes
2018-07-24 16:18:15 -03:00
Belén Curcio
aee0fbf7ab
Support for esc char
2018-07-24 16:09:56 -03:00
Belén Curcio
31e6735ddd
Now body prop accepts a function or an element
2018-07-24 13:57:39 -03:00
Belén Curcio
21120bf760
Placement and docs added
2018-07-24 13:42:54 -03:00
Belén Curcio
96e7407d4c
Working
2018-07-24 13:22:22 -03:00
Belén Curcio
50e46b4606
wip
2018-07-23 18:17:33 -03:00
Wyatt Johnson
1ec1572efb
fix: updated client code to respect missing usernames
2018-07-23 13:33:44 -06:00
Belén Curcio
49400d116f
Merge branch 'next' of github.com:coralproject/talk into permalink
...
* 'next' of github.com:coralproject/talk: (36 commits)
[next] Implement AriaInfo (#1756 )
e render props for TrapFocus (#1755 )
[ToggleShow] Fix typo and better description (#1753 )
Fix wrong hour pluralization
Implement button active state
Styling fixes
Fix Playground
Commit snapshots
Harmonize typography
Fix Flex margin bug and add examples
Update package-lock.json
Use explicit export
Implement ButtonIcon component
Remove wrong ref prop
Implement new button api
Read env in watchers.ts
updated tests
Update ToggleShow.spec.tsx
ToggleShow Component
Fix CI thanks to wyatt
...
2018-07-23 16:00:08 -03:00