Wolfgang Huß
c5f2d7cc78
Solve remaind merge conflict
2019-06-20 11:26:51 +02:00
Wolfgang Huß
42942e4777
Merge remote-tracking branch 'origin/master' into 779-tags-of-contribution-in-text
...
# Conflicts:
# webapp/components/Editor/index.vue
2019-06-20 10:37:10 +02:00
Wolfgang Huß
ffbe0b949a
Translate menu item, renamed variables and tried to get hashtag to work correct
2019-06-20 08:40:05 +02:00
Wolfgang Huß
4725b8cbd2
Got Tags as # in the editor as an extension to work
2019-06-19 09:12:26 +02:00
Wolfgang Huß
4e780f52dc
Copy and refactoring Mentions to Tags, Started
2019-06-17 18:44:17 +02:00
Matt Rider
e583486143
Set up editor placeholder to use Vuex
...
- to make reactive
- safer than using global event buses ($root.$emit)
Co-authored-by: Wolfgang Huß <wolle.huss@pjannto.com>
Co-authored-by: Mike Aono <aonomike@gmail.com>
2019-06-15 15:23:51 -03:00
Matt Rider
7d00b73530
Turn off $root listeners in beforeDestroy
2019-06-14 14:02:22 -03:00
Matt Rider
f732ff44d0
Merge branch 'master' of github.com:Human-Connection/Human-Connection into dependabot/npm_and_yarn/webapp/prettier-1.17.1-fix_incompatibility
2019-05-29 10:33:43 -03:00
Matt Rider
ff0b4b6867
Fix lint
2019-05-29 09:47:24 -03:00
Matt Rider
97a374fd84
Fix placeholder text not translating bug
...
- tiptap-extensions are not reactive
- we must call a method to change them dynamically
- emit changeLanguage event, which is listened for by the Editor component, which then calls a method to set the emptyNodeText of tiptap
2019-05-28 12:46:52 -03:00
5202763dd8
frontend lint fixes
2019-05-23 19:40:39 +02:00
Matt Rider
05ad8ccc30
Remove unused variable/method
2019-04-25 16:36:59 -03:00
Matt Rider
092dcd7122
Get cypress test passing in a hacky way
2019-04-25 10:10:08 -03:00
Matt Rider
7fafa1eb6e
Get clear working properly
2019-04-24 20:56:15 -03:00
Matt Rider
546e2c99ad
Localise text, remove frontend validations
...
- validations are not working for the editor, they only work for our ds-input
2019-04-24 09:15:41 -03:00
Robert Schäfer
f5cf3d9b68
Use slugs instead of names for mentions
2019-04-16 02:08:29 +02:00
Robert Schäfer
b21df879c6
Fix lint
2019-04-16 01:39:47 +02:00
Robert Schäfer
d87a0d5694
Customize Mention node based on Superclass
2019-04-16 01:39:47 +02:00
Robert Schäfer
b70e5be8b1
Follow file naming convention
...
All components should consist of a folder with these three files:
```
README.d
index.vue
spec.js
```
When you import components, omit the `index.vue`. That helps to `git
grep` for component names.
2019-04-16 01:39:47 +02:00