Sova

Results 207 issues of Sova

- [ ] Create section "With react"

documentation

Maybe move all grapejs repo to its own organisation like https://github.com/grapesjs ?

Need commands such as `git feature` for git flow ![image](https://cloud.githubusercontent.com/assets/5620073/11546678/cccbe7b8-995f-11e5-8478-354c9f0e6c2c.png) ``` bash git bugfix AD-123 Drop document after upload git hotfix AD-543 User not authorise ```

## 🚀 Feature request ### Current Behavior We are using svg as react components: ```tsx import Logo from './logo.svg' const MyLogo = () => ``` Now I required to manually...

Maybe add wuzz to homebrew repo? https://docs.brew.sh/How-to-Create-and-Maintain-a-Tap.html https://docs.brew.sh/Formula-Cookbook.html

.stylelintrc ```json { "extends": "stylelint-config-standard" } ```

remove flowtype, featureslices/1.0, add typescript, razzle BREAKING CHANGE: removed all features to fully reimplement it

if `card.meta.canEdit && !card.meta.canDelete` card can be archived only. if `!card.meta.canEdit && !card.meta.canDelete` card cannot be deleted or archived by this user. if `card.meta.canEdit && card.meta.canDelete` card can be deleted.

type: refactor
feat/cards
estimate: 7h

When the user adds code block from the "Plus menu": ![image](https://user-images.githubusercontent.com/5620073/60287811-7e154280-991b-11e9-99f0-c1b6011682f8.png) User can click on the language name to open language selector: ![image](https://user-images.githubusercontent.com/5620073/60287873-aa30c380-991b-11e9-9da9-49f883a9fc7a.png) When a user removes the cursor from...

type: feat
src/lib
estimate: 7h