Skip to content

Commit c1db055

Browse files
authored
Merge pull request #48 from eBay/v15-side-annotation-key-updates
V15: Annotation Key Design Updates
2 parents a8187d5 + 181f7f5 commit c1db055

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+5671
-3355
lines changed

.eslintrc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,12 @@
2929
"window": "readonly",
3030
"Blob": "readonly",
3131
"Image": "readonly"
32+
},
33+
"settings": {
34+
"import/resolver": {
35+
"webpack": {
36+
"config": "./webpack.config.js"
37+
}
38+
}
3239
}
3340
}

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.18.2
1+
20.18.1

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ an accessibility annotation Figma plugin
1111

1212
## Intro
1313

14-
<img alt="plugin version 14" src="previews/v14/include_banner.png" />
14+
<img alt="plugin version 15" src="previews/v15/include_banner.png" />
1515

1616
The eBay Include accessibility annotation Figma plugin is a tool to make annotating for accessibility (a11y) easier — easier for designers to spec and easier for developers to understand what is required.
1717

@@ -21,8 +21,6 @@ The plugin was developed by members of the accessibility and design teams at eBa
2121

2222
**Near term bug fixes & improvements**
2323

24-
- [ ] Synchronize copy/paste, undo/redo between the plugin and Figma layers
25-
- [ ] Allow designer to annotate a section of a design
2624
- [ ] Add delete in multiple steps
2725
- [ ] Scan for svg (alternative text)
2826
- [X] Add images manually in Alternative text step (v14)

manifest.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@
66
"ui": "dist/ui.html",
77
"editorType": ["figma"],
88
"permissions": ["currentuser"],
9+
"documentAccess": "dynamic-page",
910
"networkAccess": {
10-
"allowedDomains": [
11-
"https://include-analytics.ebaydesign.tech"
12-
],
11+
"allowedDomains": ["https://include-analytics.ebaydesign.tech"],
1312
"reasoning": "No file data is collected at all. The only analytics we track are: who is using it (Figma user ID used for anonymized usage), when a new annotation is started, a step is completed, and dashboard is opened."
1413
}
1514
}

0 commit comments

Comments
 (0)