docbrown/app/javascript/article-form/elements
Ali Spittel 704b7bce9c Feature/autosave editor (#1633)
* Add myself to core contributors

* add myself to the core contributors

* implement autosave in sessionStorage

* clear sessionstorage on save

* add new changes flag

* add clear  button and css for it

* add clear button functionality

* make clear session storage only run if save is successful

* update jest snapshot for autosave

* add a few tests

* add a few tests

* add test for clear button

* make autosave work for title, tags, and cover image

* remove console.log

* make clear button into a message instead

* move to button with no styling instead of span

* remove warning on refresh

* remove warning on refresh

* move to localstorage so that persists across tabs

* fix blip on change from HTML to JSX

* make confirm work properly

* fix css jump for v2 editor

* fix v2 editor height jump

* remove unused onKeyUp prop

* indent _v2_form.html.erb file

* indent v2 editor erb

* Update package.json with missing package
2019-02-28 07:00:58 -08:00
..
__mocks__ Finalize Article Editor v2 (#522) 2018-09-11 21:33:48 -04:00
__tests__ Bug/v2 editor tag typing (#1614) 2019-01-21 18:23:20 -05:00
bodyMarkdown.jsx Feature/autosave editor (#1633) 2019-02-28 07:00:58 -08:00
bodyPreview.jsx Spruce up V2 editor look and feel (almost ready 🙂) (#846) 2018-10-07 11:06:52 -04:00
description.jsx [WIP] Implement non front-matter editor (#415) 2018-07-27 20:12:33 -07:00
errors.jsx [WIP] Implement non front-matter editor (#415) 2018-07-27 20:12:33 -07:00
imageManagement.jsx Cleanup Image management file (#1390) 2018-12-26 16:19:04 -05:00
mainImage.jsx [WIP] Implement non front-matter editor (#415) 2018-07-27 20:12:33 -07:00
moreConfig.jsx Add ability for users to publish series (#1034) 2018-10-29 13:04:42 -04:00
notice.jsx [WIP] Implement non front-matter editor (#415) 2018-07-27 20:12:33 -07:00
orgSettings.jsx Update image area and other editor functionality (#847) 2018-10-07 12:52:13 -04:00
publishToggle.jsx Feature/autosave editor (#1633) 2019-02-28 07:00:58 -08:00
tags.jsx Bug/v2 editor tag typing (#1614) 2019-01-21 18:23:20 -05:00
title.jsx Feature/autosave editor (#1633) 2019-02-28 07:00:58 -08:00