-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* slug-field :: ensure slug is lowercase when saved. (also fixed on create-article-modal) * node-picker-field :: move sortable feature outside of the select. * Add seo title field with custom warning component for seo recommended length.
- Loading branch information
Showing
36 changed files
with
553 additions
and
403 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
# TODO | ||
|
||
* raven -- refactor and simplify! more can be done here, need to think more on this. | ||
* add save and close and save and publish on article screen? does anyone even use this? | ||
* lock node features? | ||
* add presets to date picker field so user can have drop down of "+1 year, +5 year, etc." | ||
* slug field :: auto sluggify on change? and show errors on change? | ||
* ncr -- updateNode.js fix merging/state if updates occurred while editting, then restore expected_etag check | ||
* review sortable on node picker, interaction is wonky af. does node picker need this? (redo this so the sorting is done outside of the picker, i absolute hate the way it is rn) | ||
* blocksmith -- sometimes cursor disappears after drag/drop | ||
* blocksmith -- copy / paste block (text already works) | ||
* blocksmith -- sometimes cursor disappears after drag/drop | ||
* blocksmith -- add emojis inserter thingy | ||
* blocksmith -- fix bug in blocksmith/utils/blocksToEditor.js that isn't recognizing "<mark>" | ||
* blocksmith -- send errors (see config) to raven errors endpoint. | ||
* raven -- refactor and simplify! more can be done here, need to think more on this. | ||
* * slug field :: auto sluggify on change? and show errors on change? | ||
* with-form -- finish up this save dirty and handleRestore form when leaving page so we can restore it on mount again. | ||
* add presets to date picker field so user can have drop down of "+1 year, +5 year, etc." | ||
* add title length warning on article "title" | ||
* Add node labels component (and maybe a batch operation?) | ||
* review/simplify node history and reverting. | ||
* lock node features? | ||
* send purge cache command when asset variant is replaced. | ||
* dynamically determine duration of uploaded video or audio (like image dimensions)? | ||
* add save and close and save and publish on article screen? does anyone even use this? | ||
* add alert when leaving gallery images tab with unsaved reordering | ||
* can sortables with overlays be simplified? sortable node-picker works without overlay but sortable slots or poll answers doesn't, y tho? |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.