-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Show collab awareness status as icons just left of the publish button If the user is known their initial is displayed. If the user is not known a generic 'user' icon is displayed. When hovering over the icon the full name is shown as a tooltip. When collab is disconnected disable the editor until it reconnects. Collab UX Polish * Simplified integration between prose/index and da-title. * prose/index only responsible for data, da-title is presentation. * Turned user icon into clickable initial pill. Clicking shows full name popover. * Cloud is also clickable for more detailed status
- Loading branch information
1 parent
ed99331
commit c380d0f
Showing
12 changed files
with
510 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
name: Dark Alley release email | ||
|
||
on: | ||
pull_request_target: | ||
types: | ||
- closed | ||
branches: | ||
- main | ||
|
||
jobs: | ||
action: | ||
if: github.event.pull_request.merged == true | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Check out repository | ||
uses: actions/checkout@v4 | ||
- name: Use email bot | ||
uses: adobecom/da-email-bot@main | ||
env: | ||
SG_TO_EMAIL: ${{ secrets.SG_TO_EMAIL }} | ||
SG_FROM_EMAIL: ${{ secrets.SG_FROM_EMAIL }} | ||
SG_FROM_NAME: ${{ secrets.SG_FROM_NAME }} | ||
SG_KEY: ${{ secrets.SG_KEY }} | ||
SG_TEMPLATE: 'd-24723d9fc5964674a61426db17553c58' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.