Commit Graph

583 Commits

Author SHA1 Message Date
Belén Curcio 23a5243611 Merge branch 'next' of github.com:coralproject/talk into ui-tab
* 'next' of github.com:coralproject/talk:
  new snapshots after rebuilding the schema
  new snapshots after rebuilding the schema
  updated status
  changes
  Updated tests
  Updated tests
  Updated tests
  Adding MessageIcon
  Updated colors
  Updated snapshots
  Supporting icons with ValidationMessages
  Updated API
  Adding Message Matching the exact values
2018-09-13 14:27:42 -03:00
Belén Curcio bb7007214d Adding button 2018-09-13 09:32:05 -03:00
Kiwi 185b3de8e1 Merge pull request #1852 from coralproject/ui-message
[next] Adding a Message component
2018-09-12 21:44:25 +02:00
Belen Curcio 1ccb789b97 new snapshots after rebuilding the schema 2018-09-12 15:53:54 -03:00
Belen Curcio ed5ea3b759 new snapshots after rebuilding the schema 2018-09-12 15:53:07 -03:00
Belen Curcio 2c8bdc6c9a updated status 2018-09-12 15:40:04 -03:00
Belén Curcio 55b65e6d6a Merge branch 'next' into ui-tab 2018-09-12 15:15:25 -03:00
Belen Curcio e6f8b7623b Adding docs and changes 2018-09-12 15:10:14 -03:00
Belen Curcio eedeef9617 Merge branch 'ui-message' of github.com:coralproject/talk into ui-message 2018-09-12 13:14:41 -03:00
Belen Curcio 6f367a0078 changes 2018-09-12 13:13:09 -03:00
Wyatt Johnson ff9c6af7c6 Merge branch 'next' into ui-message 2018-09-12 16:05:37 +00:00
Kiwi 8b09b52be8 [next] Start a clean session when user logs in / out (#1853)
* Clear user session after login / logout

* Filename cases

* Improve type checking

* Apply suggestions
2018-09-12 16:04:54 +00:00
Belén Curcio 4d7edd24b4 Merge branch 'ui-tab' of github.com:coralproject/talk into ui-tab
* 'ui-tab' of github.com:coralproject/talk:
  Adapt snapshot
  Fix types
  Pending comment blur
2018-09-12 09:22:14 -03:00
Belén Curcio 1f3523c7f3 Merge branch 'next' into ui-tab 2018-09-12 09:21:57 -03:00
Belén Curcio d04b9d818c Test added 2018-09-12 09:20:50 -03:00
Belén Curcio cc67f2f572 Changes 2018-09-12 09:00:38 -03:00
Belén Curcio 19b1a7882c Changes 2018-09-12 08:53:22 -03:00
Kiwi 26b59fc17c Merge pull request #1855 from coralproject/pending-blur
[next] Pending Comment Blur
2018-09-11 21:21:11 +02:00
Belén Curcio 5a8ce7655c Updated tests 2018-09-11 13:09:49 -03:00
Belén Curcio f7fa1dae23 Updated tests 2018-09-11 10:17:46 -03:00
Belén Curcio 91d421ad46 Updated tests 2018-09-11 10:01:14 -03:00
Belén Curcio 1ca2c5ec95 Merge branch 'ui-message' of github.com:coralproject/talk into ui-message
* 'ui-message' of github.com:coralproject/talk: (26 commits)
  Adapt snapshots
  Disable RTE when submitting
  Wrap long words
  Disable submit button when empty
  Fix test
  Fix types and tests
  Remove outdated workarounds
  Remove accidently commited files
  Move uuid generation to TalkContext
  Full PromisifiedStorage + Simplifications
  Update package-lock
  Return null cursor when creating comment
  Change commentEdge to edge
  Update snapshots
  Fix types
  Reply opens auth popup when not logged in
  Better tests
  Stream should work outside of iframe for debugging
  Add test
  Focus RTE when opening reply
  ...
2018-09-11 09:58:16 -03:00
Belén Curcio a35ee79098 Adding MessageIcon 2018-09-11 09:57:55 -03:00
Belén Curcio b5db80b1e1 Updated colors 2018-09-11 09:47:59 -03:00
Belén Curcio b608e8a521 Adding descriptions 2018-09-10 13:22:57 -03:00
Belén Curcio a8b24187cb change 2018-09-10 12:55:31 -03:00
Belén Curcio 49bfb6bcbf Merge branch 'next' of github.com:coralproject/talk into ui-tab
* 'next' of github.com:coralproject/talk: (26 commits)
  Adapt snapshots
  Disable RTE when submitting
  Wrap long words
  Disable submit button when empty
  Fix test
  Fix types and tests
  Remove outdated workarounds
  Remove accidently commited files
  Move uuid generation to TalkContext
  Full PromisifiedStorage + Simplifications
  Update package-lock
  Return null cursor when creating comment
  Change commentEdge to edge
  Update snapshots
  Fix types
  Reply opens auth popup when not logged in
  Better tests
  Stream should work outside of iframe for debugging
  Add test
  Focus RTE when opening reply
  ...
2018-09-10 12:40:29 -03:00
Belén Curcio 3b01af66b3 Two working examples, primary and secondary 2018-09-10 12:36:13 -03:00
Belén Curcio e9ab3d1d7f Working tab example 2018-09-10 12:27:00 -03:00
Kim Gardner 04d7ddf41a Merge branch 'next' into ui-message 2018-09-10 10:54:38 -04:00
Belén Curcio cb3a6b0533 Adding TabContent, TabPane 2018-09-10 11:35:56 -03:00
Belén Curcio 96515eac0c Added Color palette 2018-09-10 11:24:17 -03:00
Belén Curcio 71c5c7c64f Basic Tab usage 2018-09-10 11:13:13 -03:00
Kiwi 195d61d104 Merge pull request #1850 from coralproject/next-reply
[next] Implement Reply
2018-09-10 16:11:06 +02:00
Chi Vinh Le 89312e3d98 Adapt snapshot 2018-09-07 21:42:11 +02:00
Chi Vinh Le 7644f93e7c Fix types 2018-09-07 18:24:08 +02:00
Chi Vinh Le 5010e342df Pending comment blur 2018-09-07 18:18:39 +02:00
Belén Curcio dce2177dcd Updated snapshots 2018-09-07 13:03:56 -03:00
Belén Curcio b37ec2b944 Supporting icons with ValidationMessages 2018-09-07 12:54:22 -03:00
Chi Vinh Le 88e44b2baf Adapt snapshots 2018-09-07 17:32:15 +02:00
Chi Vinh Le a7e4af46d2 Disable RTE when submitting 2018-09-07 17:29:38 +02:00
Chi Vinh Le 8b938616c9 Wrap long words 2018-09-07 17:00:28 +02:00
Chi Vinh Le a33a1c47ab Disable submit button when empty 2018-09-07 16:29:46 +02:00
Belén Curcio 994b0f7fb3 Updated API 2018-09-07 10:56:03 -03:00
Belén Curcio e909d21039 Adding Message Matching the exact values 2018-09-07 10:23:29 -03:00
Chi Vinh Le fb1b9c51ee Fix test 2018-09-07 00:59:59 +02:00
Chi Vinh Le df664bdb73 Fix types and tests 2018-09-07 00:51:57 +02:00
Chi Vinh Le c1cefe52d0 Remove outdated workarounds 2018-09-07 00:38:19 +02:00
Chi Vinh Le b765a7c3e9 Remove accidently commited files 2018-09-07 00:36:43 +02:00
Chi Vinh Le 845fbc1b1b Move uuid generation to TalkContext 2018-09-07 00:34:17 +02:00