Akshay Mahajan
b592ab6c83
added z-index to post editor options dropdown ( #10536 )
2020-10-02 15:55:46 -04:00
Fernando Valverde
1aa8233d9e
Adds runtime copy to clipboard ( #10323 )
2020-09-14 14:45:54 -04:00
ludwiczakpawel
6c3f5d51fe
Drop containers styling ( #10203 )
...
* Refactored drag n drop functionality to a hook and component.
* Add the snackbar to the article editor.
* Now you can drag and drop images in the post body content.
* Cleaning up a few things.
* Now post cover images can be dragged and dropped.
* Removed unused empty function.
* Added @testing-library/preact-hooks so that we can test hooks.
* Some renaming, small refactor.
* Added tests
* Added more tests.
* Added more tests.
* Added message about dropping only one image in post body.
* Added message about dropping only one image for cover image.
* put onDrop into it's own meethod.
* More tests.
* Added some API documentation.
* Updated editor help with drag and drop image help.
* drag and drop styling
* .
* revert
* Fixed broken test.
Co-authored-by: Nick Taylor <nick@dev.to>
2020-09-09 09:37:16 +02:00
Nick Taylor
e2d43c4a73
[deploy] Fixed issue with drag and drop image for cover image in editor. ( #10254 )
2020-09-08 16:43:23 -04:00
Nick Taylor
f0963c1bfa
Drag and drop an image in the editor ( #10145 )
...
* Refactored drag n drop functionality to a hook and component.
* Add the snackbar to the article editor.
* Now you can drag and drop images in the post body content.
* Cleaning up a few things.
* Now post cover images can be dragged and dropped.
* Removed unused empty function.
* Added @testing-library/preact-hooks so that we can test hooks.
* Some renaming, small refactor.
* Added tests
* Added more tests.
* Added more tests.
* Added message about dropping only one image in post body.
* Added message about dropping only one image for cover image.
* put onDrop into it's own meethod.
* More tests.
* Added some API documentation.
* Updated editor help with drag and drop image help.
* Changed wording.
* Now the alt text for markdown removes the file extension.
* Updated help wording. Thanks @rhymes
* Now the image markdown adds a new line at the end as we currently do not support inline images.
2020-09-04 14:12:59 -04:00
ludwiczakpawel
11831e72c1
Extending documentation... ( #10156 )
...
* textarea component
* docs / faq: add new follower
* credits
* lang
* moving copy higher
* typo
* Update docs/faqs.md typo
Co-authored-by: Vaidehi Joshi <vaidehi.sj@gmail.com>
* Update docs/faqs.md lang
Co-authored-by: Vaidehi Joshi <vaidehi.sj@gmail.com>
* Update docs/faqs.md lang
Co-authored-by: Vaidehi Joshi <vaidehi.sj@gmail.com>
* Update docs/faqs.md
Co-authored-by: Vaidehi Joshi <vaidehi.sj@gmail.com>
* Update docs/faqs.md
Co-authored-by: Vaidehi Joshi <vaidehi.sj@gmail.com>
* Update docs/faqs.md
Co-authored-by: Vaidehi Joshi <vaidehi.sj@gmail.com>
* Update docs/faqs.md
Co-authored-by: Vaidehi Joshi <vaidehi.sj@gmail.com>
* Update docs/faqs.md
Co-authored-by: Vaidehi Joshi <vaidehi.sj@gmail.com>
* Update docs/faqs.md
Co-authored-by: Vaidehi Joshi <vaidehi.sj@gmail.com>
* Update app/javascript/article-form/components/Title.jsx
Co-authored-by: Vaidehi Joshi <vaidehi.sj@gmail.com>
* Update docs/faqs.md
Co-authored-by: Vaidehi Joshi <vaidehi.sj@gmail.com>
* Update docs/faqs.md
Co-authored-by: Vaidehi Joshi <vaidehi.sj@gmail.com>
* Update docs/faqs.md
Co-authored-by: Vaidehi Joshi <vaidehi.sj@gmail.com>
* Update docs/faqs.md
Co-authored-by: Vaidehi Joshi <vaidehi.sj@gmail.com>
Co-authored-by: Vaidehi Joshi <vaidehi.sj@gmail.com>
2020-09-03 10:53:22 -04:00
rhymes
cd65273571
Use explicit name for Preact fragments ( #10049 )
2020-08-28 10:01:17 -04:00
Fernando Valverde
9da71a47c7
[deploy] Introduces Runtime class for standardized & other native cleanup + replace podcast GA with ahoy ( #10026 )
2020-08-28 05:52:04 -06:00
ludwiczakpawel
1776377234
Improve styling for series ( #9893 )
...
* .
* flare tag line height
* .
* series switcher
* .
* revert
* editor preview fix
* Fix broken spec
Co-authored-by: Mac Siri <krairit.siri@gmail.com>
Co-authored-by: rhymes <rhymes@hey.com>
2020-08-24 09:53:51 +02:00
ludwiczakpawel
877bdba176
Typography fix & Optimization ( #9650 )
...
* flare tag line height
* .
* dropdown fix + actions bar fix
* actions bar on mob
* fixing typography and improving font handling
* cleanup
* variables naming
* fonts swapping
* Makes user's default font render as SiteConfig.default_font
* Trigger checks
* Fixes missing user model specs
* Fixes storybook CI error import & logged out user font set with default
* Limits default_font config to serif, sans-serif & open-dyslexic
* Default font description text
Co-authored-by: Fernando Valverde <fdov88@gmail.com>
2020-08-18 08:05:51 -04:00
Sophia
f9137b2abd
[deploy] Update <ImageUploader /> class component to use hooks ( #9369 )
2020-07-27 17:09:28 -04:00
Jacob Herrington
cc6a79ad57
[deploy] Fix tag input patterns ( #9363 )
...
* Fix tag input patterns
* Trigger build
* Increase JS test coverage for CI
2020-07-20 08:06:36 -05:00
Jacob Herrington
9e08ae6f1f
[deploy] Restrict tags input regex ( #9172 )
2020-07-16 12:28:03 -04:00
ludwiczakpawel
9ee54bfe45
[deploy] Add crayons to pages ( #9175 )
...
* flare tag line height
* .
* dropdown fix + actions bar fix
* actions bar on mob
* .
* .
2020-07-07 09:43:54 -04:00
ludwiczakpawel
01f4183204
Code highlighter fix ( #9176 )
...
* flare tag line height
* .
* dropdown fix + actions bar fix
* actions bar on mob
* .
* typo
* .
2020-07-07 09:54:24 +02:00
Nick Taylor
6542395b38
Upgraded to preact testing library 2.0.0 ( #9103 )
2020-07-06 14:53:10 -04:00
ludwiczakpawel
82d99f5834
[deploy] Add collapsible panel to markdown help in editor ( #9050 )
2020-07-02 07:58:07 -05:00
Nick Taylor
9fc79cf034
Added pragmaFrag so terse Fragment syntax,<></>, can be used in Preact. ( #9051 )
2020-07-01 09:19:33 -04:00
Nick Taylor
3833b17a66
Added upload spinner for cover image in editor ( #9041 )
...
* Added the cover image upload spinner.
* Fixed skipped test for changing cover image.
* Added tests.
2020-07-01 11:18:26 +02:00
Nick Taylor
efc3a124a0
Added spinner/upload message when uploading an image to a post's content ( #8986 )
2020-06-30 13:52:47 -04:00
Nick Taylor
a7938ed287
Fixed a bunch of linting issues in components ( #8921 )
2020-06-26 10:26:02 -04:00
Nick Taylor
63b4d9fdc0
More frontend test cleanup ( #8919 )
2020-06-25 18:04:01 -04:00
Nick Taylor
5bdbc0480d
Some frontend testing cleanup. ( #8902 )
2020-06-25 09:07:34 -04:00
Nick Taylor
09bb730f9d
Added a11y tests to frontend tests that were missing them ( #8873 )
2020-06-24 14:38:39 -04:00
Nick Taylor
568ada8fe6
Cleaned up some tests. ( #8817 )
2020-06-22 10:25:39 +02:00
Nick Taylor
653ec12300
Upgrade to Preact 10.4.4 ( #8739 )
...
Co-authored-by: Nick Taylor <nick@iamdeveloper.com>
Co-authored-by: Ridhwana <Ridhwana.Khan16@gmail.com>
2020-06-18 10:07:17 -04:00
ludwiczakpawel
16f4d7d46a
[deploy] Article Design update ( #8234 )
...
* flare tag line height
* .
* init
* widgets
* widgets lists
* new tabs on home
* instantclick
* .
* rethinking css
* .
* .
* empty space
* init
* campaign widget
* .
* merge
* .
* update layout
* fix sidebars on home page
* .
* fix onboarding x
* test
* spec
* test
* toolbar fix
* more
* test
* better handling ads
* .
* spec
* card border
* .
* .
* actions bar
* cleanup
* animation
* test
* button width
* .
* better responsiveness and author boxes
* meta info
* padding
* better animation
* optimize videos
* fixes
* spec
* .
* codeblocks in comments
* whoops
* Use .present? correctly as it preloads items
* sticky nav
* Update app/views/articles/_sticky_nav.html.erb
I don't know what I'm doing but @benhalpern says so! e8c0f337a5 (r440248874)
Co-authored-by: Ben Halpern <bendhalpern@gmail.com>
* Update app/views/articles/show.html.erb
I don't know what I'm doing but @benhalpern says so! e8c0f337a5 (r440247802)
Co-authored-by: Ben Halpern <bendhalpern@gmail.com>
* little fixes
* Update app/assets/stylesheets/article-show.scss
Co-authored-by: Ben Halpern <bendhalpern@gmail.com>
* pawel updating ruby code......
* actually better merge
* semantic updates
* .
Co-authored-by: rhymes <rhymesete@gmail.com>
Co-authored-by: Ben Halpern <bendhalpern@gmail.com>
2020-06-17 09:57:57 -04:00
Ben Halpern
e6abadff6c
Generalize editor logo ( #8720 )
2020-06-17 10:51:50 +02:00
ludwiczakpawel
39295c0bea
Layout updates ( #8107 )
...
* flare tag line height
* .
* init
* widgets
* widgets lists
* new tabs on home
* instantclick
* .
* rethinking css
* .
* .
* empty space
* campaign widget
* .
* merge
* .
* update layout
* fix sidebars on home page
* .
* fix onboarding x
* spec
* test
* test
* better handling ads
* .
* spec
* card styling
* .
* i dont know what have i broken
2020-06-04 16:12:17 +02:00
Ben Halpern
5ad7d6ee4e
Update copy on editor help ( #8166 )
2020-05-30 11:30:35 +02:00
ludwiczakpawel
a161d3ce31
[deploy] Redesign article editor ( #7524 )
2020-05-29 11:59:37 -04:00