1
0
Fork 0
mirror of https://github.com/voltbonn/profile-picture-generator.git synced 2024-12-22 07:45:04 +00:00
Commit graph

228 commits

Author SHA1 Message Date
thomasrosen
7357abed51 fixed the volt bg color 2021-01-23 21:33:32 +01:00
thomasrosen
0ddd0edb64 BUGFIX wrong translation 2021-01-23 21:32:54 +01:00
thomasrosen
3865e796e4 rearranged the hashtags 2021-01-23 21:21:45 +01:00
thomasrosen
3ae18f3412 BUGFIX missing hook dependency 2021-01-23 21:21:31 +01:00
thomasrosen
ed49e9ff66 added locale chooser 2021-01-23 21:18:18 +01:00
thomasrosen
0102b867bf moved css from .hashtag_button to button 2021-01-23 21:13:53 +01:00
thomasrosen
5a4a1b1372 BUGFIX rebuild languge-bundle when userLocales changes 2021-01-23 20:48:55 +01:00
thomasrosen
0a9bd18338 rewritten AppLocalizationProvider as function-component 2021-01-23 20:46:17 +01:00
thomasrosen
980fa7b325 added german translation
and moved headlines from sub-components into App.js
2021-01-23 20:14:41 +01:00
thomasrosen
d31f09cc30 started localization 2021-01-23 19:39:01 +01:00
thomasrosen
a5f000b96f moved mergeImages import upwards 2021-01-23 19:38:20 +01:00
thomasrosen
41cbf28c10 added margin to the footer 2021-01-23 19:37:59 +01:00
thomasrosen
7bd2d9fd54 added footer with imprint, privacy policy and sourcecode links 2021-01-23 19:20:21 +01:00
thomasrosen
1ad43ddf64 css to correctly display the hashtag chooser and hashtag in editor 2021-01-23 19:03:16 +01:00
thomasrosen
398936bafd volt-purple as editor background 2021-01-23 19:02:48 +01:00
thomasrosen
6db0040f37 added empty default image to not show the default border 2021-01-23 18:58:30 +01:00
thomasrosen
95ff3567af added hashtag-chooser 2021-01-23 18:57:34 +01:00
thomasrosen
176d820785 added white round bottom frame 2021-01-23 18:56:56 +01:00
thomasrosen
bebb19b483 removed hashtags from frames 2021-01-23 18:56:40 +01:00
thomasrosen
37f0eb4e19 removed console.log 2021-01-23 18:54:19 +01:00
thomasrosen
b7a3c87aa1 purple background 2021-01-23 18:53:46 +01:00
thomasrosen
c57707b305 images have url in their name and hashtagURL can be displayed 2021-01-23 18:53:00 +01:00
thomasrosen
d9f131e163 removed foreground frome callback dependecy 2021-01-23 18:52:14 +01:00
thomasrosen
7aee89b586 moved mixed up 2021-01-23 18:47:33 +01:00
thomasrosen
fa2ee4fe36 removed some frames 2021-01-23 18:47:16 +01:00
thomasrosen
e2f3259d41 changed onFrameChange to onChange 2021-01-23 18:44:39 +01:00
thomasrosen
266c86b958 Don't tell about the scaling feature, as it does not work everywhere. 2021-01-23 13:50:24 +01:00
thomasrosen
e6ebe3f174 BUGFIX prevent scrolling on the editor element on iOS 2021-01-23 13:48:24 +01:00
thomasrosen
715044e381 BUGFIX download wasn't triggered on iOS 2021-01-23 13:47:32 +01:00
thomasrosen
c74117b152 added info to a good codepen 2021-01-23 13:46:59 +01:00
thomasrosen
a7f8b90b26 removed example 2021-01-23 13:15:55 +01:00
thomasrosen
2e6795f79f added basic editing (moving + scaling)
it doesn't yet work on touch devinces
2021-01-23 12:50:39 +01:00
thomasrosen
f70c295da3 modified the copied function, to fit the style guide 2021-01-22 08:45:09 +01:00
thomasrosen
14757887e0 BUGFIX use correct image-orientation 2021-01-22 08:40:31 +01:00
thomasrosen
f1cccb6879 renamed offscreenCanvas to canvas
and renamed offscreenCanvas_ctx to ctx
2021-01-22 08:39:49 +01:00
thomasrosen
041805a9d5 smaaler border 2021-01-21 23:15:09 +01:00
thomasrosen
8417763a57 shrunk image sizes 2021-01-21 23:02:00 +01:00
thomasrosen
844e1eea98 replaced downloadjs by just opening the data-url 2021-01-21 22:41:43 +01:00
thomasrosen
634872d8b1 BUGFIX do nothing when file is not existing 2021-01-21 22:41:14 +01:00
thomasrosen
0da8ecd11b whitespace 2021-01-21 22:15:01 +01:00
thomasrosen
2359c1abd8 removed all unnecessary semicolons 2021-01-21 22:14:53 +01:00
thomasrosen
f008af2c39 whitespace 2021-01-21 22:13:09 +01:00
thomasrosen
b75188b3f4 indetion 2021-01-21 22:13:04 +01:00
thomasrosen
2a792ab426 added drop support: Just drop a file anywhere to use it 2021-01-21 22:12:15 +01:00
thomasrosen
497ba9f9d4 removed a console.log 2021-01-21 21:24:03 +01:00
thomasrosen
5c358d7d53 corrected the image fitting to cover the frame-area 2021-01-21 20:57:03 +01:00
thomasrosen
2dd926cbbb use opacity when generating the image 2021-01-21 20:56:34 +01:00
thomasrosen
a69d190fe9 change the "Load Photo"-button-text to "Change Photo" when a photo is already choosen 2021-01-21 20:56:13 +01:00
thomasrosen
a8c72b4be1 display the orignial image in the preview, not the cropped one 2021-01-21 20:54:45 +01:00
thomasrosen
d8ff7976e4 added info text for choosing the right image 2021-01-21 20:54:09 +01:00