focalboard/webapp
kamre 3c41630af5
Fix usages of element's computed style in Firefox: (#822)
- don't use shorthands like `borderLeft` or `font` because they are empty strings
  - construct font string that is required for setting into canvas context from
    individual font properties if `font` property is empty string

Co-authored-by: Scott Bishel <scott.bishel@mattermost.com>
Co-authored-by: Jesús Espino <jespinog@gmail.com>
2021-08-02 21:31:17 +02:00
..
@custom_types
__mocks__
cypress Adding support for embed the webapp into the plugin (#597) 2021-07-29 20:08:39 +02:00
html-templates Adding support for embed the webapp into the plugin (#597) 2021-07-29 20:08:39 +02:00
i18n Translations update from Weblate (#818) 2021-08-02 09:24:10 +02:00
src Fix usages of element's computed style in Firefox: (#822) 2021-08-02 21:31:17 +02:00
static
.eslintignore
.eslintrc.json
.nvmrc
.prettierignore
.prettierrc.json
cypress.json
NOTICE.txt
package-lock.json Migrate webapp global state to redux (#737) 2021-08-02 17:46:00 +02:00
package.json Migrate webapp global state to redux (#737) 2021-08-02 17:46:00 +02:00
tsconfig.json
tslint.json
webpack.common.js
webpack.dev.js
webpack.prod.js