529 Commits

Author SHA1 Message Date
d0ee10a681 Merge pull request #394 from netlify/text-editor-scroll
prevent rte scroll, improve code display
2017-05-03 17:10:24 -04:00
bfe46a8e13 Fixes #324 Use branch name from config when creating PR 2017-05-01 08:17:46 -07:00
fdd44c88cb prevent rte scroll, improve code display 2017-04-28 15:40:54 -07:00
9cdc39154a Prevent long code lines from breaking visual entry editor
Previously, long lines of preformatted text would cause the lines to
run off the side of the ProseMirror edit box and give the entire entry
editor a scrollbar. This commit makes the edit box itself scroll,
which looks and feels much less broken.
2017-04-26 12:23:37 -07:00
7a66dd4dcb remove superfluous rawMode editor prop 2017-04-24 22:39:37 -04:00
902134c4e8 add autosizing for markdown editor 2017-04-24 17:52:06 -04:00
ba2f092dc3 document Sticky microlib 2017-04-24 17:52:06 -04:00
9ff4e25736 move editor components to dropdown menu 2017-04-24 17:52:06 -04:00
fdd85486d8 update Toolbar proptypes 2017-04-24 17:52:06 -04:00
a3b487aaeb use React Toolbox Switch for rte mode selection 2017-04-24 17:52:06 -04:00
1a12c6f5aa fix rte markdown toggle position for small screens 2017-04-24 17:52:06 -04:00
86b7b84637 fold ToolbarPlugins into Toolbar 2017-04-24 17:52:06 -04:00
b8dce2fb4b split out ToolbarPluginForm 2017-04-24 17:52:05 -04:00
dd29658abb split out ToolbarPluginFormControl 2017-04-24 17:52:05 -04:00
63e916ee2a check for sticky ref before update 2017-04-24 17:52:05 -04:00
c7d3de0fc8 use ToolbarButton for plugins 2017-04-24 17:52:05 -04:00
c5d9f44de2 split out ToolbarButton component 2017-04-24 17:52:05 -04:00
5d839e8410 fix sticky toolbar width 2017-04-24 17:52:05 -04:00
a1a693051c improve preview toggle styling 2017-04-24 17:52:05 -04:00
192afe2ec5 make markdown toggle purpose more obvious
The "< >" button on the toolbar should format selected
text as code, but its serving as a visual mode toggle.
This commit switches out the code icon for a text label,
and moves it to the right side of the rich text toolbar.
2017-04-24 17:52:05 -04:00
de900eeb39 reposition properly when new sticky inserted 2017-04-24 17:52:05 -04:00
fc5d935e53 use Context for sticky, support multiple stickies 2017-04-24 17:52:05 -04:00
ec29a04089 implement initial working sticky rte toolbar 2017-04-24 17:52:05 -04:00
33fe2b820c add active state to rich text raw toggle 2017-04-24 17:52:04 -04:00
b2fd96c12e condense rich text functionality to static toolbar 2017-04-24 17:52:04 -04:00
d250b1cef3 fix list item deletion 2017-04-20 15:22:04 -04:00
684fd1c490 Fixes 358 Save bar stuck 2017-04-14 21:30:49 +01:00
2047fda27c Merge pull request #360 from marzeelabs/feature/#359_list_children_metadata
#359 - Handle metadata for all children of a list field
2017-04-14 12:59:08 -04:00
e2f471e863 Remove webpack footer 2017-04-14 13:56:24 +01:00
881c0b0958 Fixes #113 Add ability to disable editor preview for a collection 2017-04-14 13:26:09 +01:00
b75f86f4c2 #359 - Delete metadata by key of deleted value (previously harcoded) 2017-04-13 12:45:32 +01:00
805f958165 #359 - Handle metadata for all children of a list field 2017-04-13 11:02:06 +01:00
4752a1f150 add styling for preview toggle 2017-04-05 12:43:18 -04:00
948158cda3 small fixes changed PREVIEW_STATE to PREVIEW_HIDE 2017-04-05 12:42:30 -04:00
1f5db5ab3c adding close preview 2017-04-05 12:42:30 -04:00
71e683f5bf Fix logout for Firefox
The log out menu was nested within a button, which caused
bubbling issues for the log out button event handler. This
was due to a misuse of the React Toolbox AppBar component.
Added a proper IconMenu to trigger the logout dropdown.
2017-03-31 15:47:55 -04:00
c079cb96c4 Label cards in editorial workflow 2017-03-20 17:02:52 -07:00
b3ce95057e fix preview pane height in Safari 2017-03-20 12:33:04 -04:00
3096b4617e improve entry editor UI 2017-03-15 21:18:16 -04:00
705e348138 update sidebar styling, add new entry links (#276)
* udpate sidebar styling, add new entry links

* make sidebar new entry links always visible

* simplify app bar implementation, findbar
2017-03-15 11:32:41 -07:00
3c7b8d2322 delete button working (#274)
Fixes #274.
2017-03-11 10:47:36 -08:00
ff8b420777 remove leading underscore from getWidget method 2017-03-06 19:38:21 -05:00
e48221a04f add shared widget getter for widgetFor and widgetsFor 2017-03-06 15:22:40 -05:00
9bc80ed5e4 add object support to widgetsFor 2017-03-06 13:30:40 -05:00
9dca9f912a add widgetsFor helper
This allows individual widgets to be accessed
from preview templates that handle lists
2017-03-06 12:28:40 -05:00
507b4cb957 Don't try to validate hidden fields 2017-01-31 17:09:45 -02:00
4dd0c0ccb5 Bugfix: Images not appearing on search 2017-01-19 16:34:13 -02:00
0e10c3f984 Local search (#220)
* Version Bump

* local search skeleton

* Added WaitService middleware

* Return matching queries

* wait action middleware rename/refactor

* bigger debounce time

* Fix: Initialize state using Immutable

* Local Search without integrations

* Local Search refactor: Keep state in closure, recurse

* “string” should be treated as the default widget by the inference. Closes #199
2017-01-19 15:50:26 -02:00
f5d1fa7314 Makes input fields easier to click. Closes #173 2017-01-19 14:26:49 -02:00
11f7c1e047 bugfix in proptype 2017-01-16 16:52:59 -02:00