Moriz Wahl
001515f92a
image upload: fixed tests
2021-02-08 16:50:50 +01:00
Moriz Wahl
664d3d2c42
image type in frontend
2021-02-04 21:05:04 +01:00
Moriz Wahl
4e423e6965
detect languages linting
2021-01-21 13:50:49 +01:00
Moriz Wahl
250d231a74
auto detect language. Input field in contribution form removed.
2021-01-21 13:30:56 +01:00
Moriz Wahl
c179b0a12f
remove categories: clean up
2021-01-19 17:40:02 +01:00
Moriz Wahl
f73c40c252
removed categories from posts
2021-01-19 17:40:02 +01:00
Moriz Wahl
430d07d0c1
link to FAQ changed
2020-11-16 12:59:13 +01:00
Moriz Wahl
5cfb73572e
further rebranding
2020-11-16 09:43:15 +01:00
Moriz Wahl
ecb0bb3766
Starting rebranding to ocelot.social
2020-11-10 12:08:44 +01:00
roschaefer
4ea0d653c4
Remove inappropriate picture help link
...
This link is helpful but points to Human Connection, so unfortunately I
have to remove it.
2020-06-05 17:00:15 +02:00
roschaefer
276ea79e8f
Update prettier to v2
2020-03-24 21:11:11 +01:00
Robert Schäfer
512ef672bf
feat: Introduce graphql image type ( #3043 )
...
* refactor(graphql): Introduce image type
* Undo changes to .travis.yml
* chore: Upgrade travis to node LTS
- URL is available since v10
* chore: use lts
Co-authored-by: mattwr18 <mattwr18@gmail.com>
2020-03-16 15:32:19 +01:00
Raphael Beer
d465e94596
Refactor: use #shorthand for default v-slot attributes
2020-03-12 23:49:27 +01:00
Raphael Beer
5626cb2771
Revert "Refactor: replace default slots"
...
This reverts commit f1e308074bc33e6762431f90f335ed849776f4d9.
Let's take this one at a time...
2020-03-12 23:49:01 +01:00
Raphael Beer
c3cf682fdf
Refactor: replace default slots
2020-03-12 23:49:01 +01:00
roschaefer
9241305d43
fix: Prever FileReader over URL.createObjectUrl
...
Apparently, URL.createObjectUrl is not supported in JSDom, see:
https://github.com/jsdom/jsdom/issues/1721
With FileReader we have the option to avoid it altogether.
2020-02-20 15:42:47 +01:00
Alina Beck
4a17cf0e07
move deleteImage logic to ImageUploader
2020-02-19 15:55:10 +01:00
Alina Beck
888051a6ae
simplify formData in ContributionForm
2020-02-19 14:18:54 +01:00
Alina Beck
e38b6f9625
rename TeaserImage component to ImageUploader
2020-02-19 10:51:04 +01:00
Alina Beck
6aecbd6c6d
Merge branch 'master' into migrate-styleguide-card
2020-02-19 10:25:37 +01:00
mattwr18
44652a34a7
Merge in master/refactor
...
- Add cypress test for DeleteImage
- remove unnecessary ref and function call
- use tokens
- simplify logic to showDeleteImageButton
- emit event when cropInProgress
2020-02-18 18:50:02 +01:00
Alina Beck
ad385490bc
follow @mattwr18 PR review
...
- replace magic numbers with tokens
- remove unused name attribute
- use slot shorthand (for the slots added in this PR)
2020-02-17 10:44:52 +01:00
Alina Beck
3c8c9d51e1
re-refactor LoginForm, ContributionForm and TeaserImage
2020-02-11 16:34:35 +01:00
Alina Beck
37959d8167
refactor BaseCard to use slots and props
2020-02-11 16:10:45 +01:00
Alina Beck
1d435392ff
refactor ContributionForm template
2020-02-05 21:39:50 +01:00
Alina Beck
e14cbf8173
refactor TeaserImage component
2020-02-05 20:43:47 +01:00
Alexander Friedland
798e4d4f5a
Merge branch 'master' into 1188-Delete_teaser_image
2020-02-05 08:00:55 +01:00
ogerly
28d0b307d4
feat: proposals for changes incorporated, tests started
2020-02-04 16:58:27 +01:00
Alina Beck
287e9ce484
remove unused trunc prop
2020-01-21 17:00:37 +03:00
mattwr18
fdf00fc0c6
Follow @alina-beck's PR review suggestions
...
- Update styling
- Avoid nested tags
- Rename components with two names
- Add story
- Co-authored-by: Alina Beck <alina.beck@mail.com>
2020-01-20 10:04:30 +01:00
mattwr18
83491e15c8
Merge branch 'master' of github.com:Human-Connection/Human-Connection into dependabot/npm_and_yarn/webapp/vue/test-utils-1.0.0-beta.30
2020-01-16 13:19:33 +01:00
Alexander Friedland
15bd6c5d48
Merge branch 'master' into 1188-Delete_teaser_image
2020-01-16 05:32:27 +01:00
ogerly
a8132d23da
fix: spec, delete teasureImage
2020-01-15 20:18:36 +01:00
ogerly
c1743ce1d0
fix: lint, test
2020-01-15 18:58:42 +01:00
ogerly
2e7f774679
fix: lint
2020-01-15 18:49:32 +01:00
ogerly
75753444ea
fix: delete picture and thumbnail in post
2020-01-15 18:48:37 +01:00
Alina Beck
56a3822377
Merge pull request #2562 from Human-Connection/migrate-styleguide-buttons
...
refactor(styleguide): migrate and redesign buttons
2020-01-15 14:17:06 +03:00
roschaefer
8c29ad947b
Update vue-test-utils and follow updated docs
...
https://vue-test-utils.vuejs.org/guides/#writing-asynchronous-tests-using-nexttick-new
2020-01-11 00:37:22 +01:00
Alina Beck
34006a25e2
rename primary to filled
2020-01-09 13:25:12 +05:30
ogerly
af760c17ea
Merge branch '1188-Delete_teaser_image' of https://github.com/Human-Connection/Human-Connection into 1188-Delete_teaser_image
2020-01-06 11:07:46 +01:00
ogerly
f8c0a34194
Proposed changes accepted and incorporated
2020-01-06 11:06:59 +01:00
Alexander Friedland
cd8b244741
Update webapp/components/ContributionForm/ContributionForm.vue
...
showDeleteButton change
Co-Authored-By: Robert Schäfer <git@roschaefer.de>
2020-01-06 10:57:48 +01:00
mattwr18
a33cb1e6fc
Make tests accurate
2019-12-20 01:14:43 +01:00
mattwr18
730da2029c
Fix imageAspectRatio set to null UpdatePost
...
- we were not setting the form.imageAspectRatio to the value of the
post's imageAspectRatio, so when a user updated their post, but did not
update their imageAspectRatio it would set it to null
2019-12-20 00:59:29 +01:00
Alexander Friedland
d38a1f089f
Merge branch 'master' into 1188-Delete_teaser_image
2019-12-19 18:26:05 +01:00
ogerly
b9676271ea
Delete teaser image
2019-12-19 17:46:25 +01:00
Alina Beck
56b1a74e64
let eslint do some magic
2019-12-19 12:53:38 +05:30
Alina Beck
7c7a800bc2
replace ds-button with base-button (wip)
2019-12-19 00:50:27 +05:30
Alina Beck
c74bfde652
refactor to use only one value for the blurImage status
2019-12-18 15:26:45 +05:30
ogerly
0213d64ba5
change const height = Math.min, remove 2000
2019-12-18 07:56:36 +01:00