mattwr18
2ea0364242
Implement refresh posts, fix duplicate posts bug
...
- on logo click
- scrollToTop
- remove duplicate records
Co-authored-by: kachulio1 <jngugi88@gmail.com>
2019-11-05 14:57:54 +01:00
Wolfgang Huß
d2fd33b102
Fix tests
2019-10-24 12:54:51 +02:00
Wolfgang Huß
114c7531bb
Change terms and condition version to 0.0.3
2019-10-24 11:32:45 +02:00
Alina Beck
a306b9cf4b
use constants, truncate only comments with more than 300 characters
2019-10-16 13:56:57 +03:00
mattwr18
e8c6941142
Follow @roschaefer 's PR review suggestions
...
- disable button if form.reasonCategory is falsy
- extract valuesReasonCategoryOptions to global constant
- extract reasonCategoryOptions to created lifecycle hook to keep data()
clean and use map
- extract formSchema to components/utils and test
- remove validator from formSchema and validate based on "Deep Rules" https://github.com/yiminghe/async-validator#deep-rules
- Use v-model to update reasonCategory and reasonDescription
- default to error message in English from backend
- Update template slot to use new syntax
2019-10-15 20:28:25 +02:00
roschaefer
b1e01cb65a
refactor: better errors, introduce email constants
2019-10-11 00:54:19 +02:00
Wolfgang Huß
9a4187a6af
Remove update on hover and click by Roberts suggestion
2019-09-30 10:15:56 +02:00
Wolfgang Huß
5cdd358731
Implement click update again, because of mobile has no hover
...
But I prevent multiple triggered updates for 10 seconds.
2019-09-27 16:53:48 +02:00
Wolfgang Huß
a57d228c40
Remove update on click
2019-09-27 16:11:25 +02:00
Wolfgang Huß
01cf5d3e9d
Add logic for hover and little delay for open menu if not updated
2019-09-27 16:11:25 +02:00
Wolfgang Huß
0c25b013db
Followed in big parts Roberts suggestions
2019-09-27 16:11:25 +02:00
Wolfgang Huß
e3d6509010
Update webapp/constants/notifications.js
...
Co-Authored-By: mattwr18 <mattwr18@gmail.com>
2019-09-27 16:11:25 +02:00
Wolfgang Huß
ca8bb9e434
Added timing as constant
2019-09-27 16:11:24 +02:00
Wolfgang Huß
9f203cda3b
Refactor by melting EditCommentForm.vue into CommentForm.vue
2019-09-09 13:06:44 +02:00
ogerly
c64ff67a55
Fixed constant for terms and conditions created in folder for constant
2019-09-04 07:03:56 +02:00
Alina Beck
5c4ec0dd19
use constants for keycodes and mention types
2019-08-26 11:58:15 +01:00