mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Add Teletype highlights from the past week
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
- Code cleanup: replace ObserveModelDecorator with ObserveModel render-prop [atom/github#1393](https://github.com/atom/github/pull/1393)
|
||||
- Document our [long-term visions](https://github.com/atom/github/tree/master/docs/vision) for the GitHub package.
|
||||
- Teletype
|
||||
- Shipped [Teletype 0.13.0](https://github.com/atom/teletype/releases/tag/v0.13.0) with improved ability to tell which cursor belongs to which collaborator ([atom/teletype#338](https://github.com/atom/teletype/issues/338))
|
||||
- Published RFC-004 with proposed approach for more quickly collaborating with coworkers and friends ([atom/teletype#344](https://github.com/atom/teletype/pull/344))
|
||||
- Xray
|
||||
- Shared workspaces merged
|
||||
- [Detailed update](https://github.com/atom/xray/blob/master/docs/updates/2018_04_23.md)
|
||||
@@ -22,5 +24,6 @@
|
||||
- GitHub Package
|
||||
- :notebook: Planning, roadmapping, prioritizing, scheming
|
||||
- Teletype
|
||||
- :bug: Improve handling of scenario where guest puts their computer to sleep while participating in a portal ([atom/teletype#354](https://github.com/atom/teletype/issues/354))
|
||||
- Tree-sitter
|
||||
- Xray
|
||||
|
||||
@@ -109,18 +109,18 @@ Near-term goal: Encourage more collaboration by reducing barriers to entry.
|
||||
|
||||
Longer-term goal: Provide the world's fastest transition from "I want to collaborate" to "I am collaborating." 🚀
|
||||
|
||||
- [ ] Publish RFC (including a request for review from GitHub's Community and Safety team)
|
||||
- [x] Publish RFC (including a request for review from GitHub's Community and Safety team) ([RFC-003](https://github.com/atom/teletype/blob/v0.13.0/doc/rfcs/003-share-and-join-a-portal-via-url.md), [RFC-004](https://github.com/atom/teletype/blob/v0.13.0/doc/rfcs/004-quickly-collaborate-with-coworkers-and-friends.md))
|
||||
- [x] Host can share a URL for the portal, and guests can follow the URL to instantly join the portal (https://github.com/atom/teletype/issues/109)
|
||||
- [ ] Quickly collaborate with coworkers and friends (https://github.com/atom/teletype/issues/213, https://github.com/atom/teletype/issues/284)
|
||||
- You can view a list of past collaborators (i.e., a ["buddy list"](https://github.com/atom/teletype/issues/22) of sorts).
|
||||
- You can choose any online person in the buddy list and invite them to join your portal. They get a notification (or similar) informing them of the invitation, and they can choose to join the portal or not.
|
||||
- To prevent abuse/harassment, each time you join a portal via a URL or portal ID, Teletype adds the collaborators to your buddy list. You can directly invite anyone in your buddy list to join your portal, and anyone in your buddy list can invite you to a portal. You can remove anyone from your buddy list, at which point they can no longer _directly_ invite you to a portal.
|
||||
|
||||
##### 3. Nice bang-for-the-buck refinements
|
||||
##### 3. ✅ Nice bang-for-the-buck refinements
|
||||
|
||||
- [ ] Add a colored border around avatars that matches the cursor when that participant's tether is not retracted (https://github.com/atom/teletype/issues/338)
|
||||
- [x] Add a colored border around avatars that matches the cursor when that participant's tether is not retracted (https://github.com/atom/teletype/issues/338)
|
||||
|
||||
##### 4. Prioritized bugs
|
||||
##### 4. ✅ Prioritized bugs
|
||||
|
||||
- [x] Uncaught TypeError: Cannot match against 'undefined' or 'null' (https://github.com/atom/teletype/issues/233)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user