Skip to content

Commit

Permalink
chore: UI updates (#76)
Browse files Browse the repository at this point in the history
* feat: add task estimate popup

- Also includes copy changes

* feat: add tags selection

* chore: upgrade web-ext

* chore: bump package version

* Release v2.12.0
  • Loading branch information
christiandrey authored May 24, 2022
1 parent aadf99e commit 1bf5793
Show file tree
Hide file tree
Showing 81 changed files with 4,571 additions and 32,490 deletions.
4 changes: 3 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"presets": ["@babel/preset-env"],
"plugins": [
"@babel/plugin-transform-shorthand-properties"
"@babel/plugin-transform-shorthand-properties",
"@babel/plugin-proposal-optional-chaining",
"@babel/plugin-proposal-nullish-coalescing-operator"
]
}
Loading

0 comments on commit 1bf5793

Please sign in to comment.