Commit Graph

712 Commits

Author SHA1 Message Date
Tautvidas Sipavičius
781973777e Vertically and horizontally center block deletion confirmation dialog 2016-06-13 14:13:47 +03:00
Tautvidas Sipavičius
47c15eca83 Change sidebar and sidepanel text font size to 13px 2016-06-13 13:06:59 +03:00
Tautvidas Sipavičius
3edfd32879 - Add highlighting of blocks that are being edited;
- Refactor block settings views;
- Change Posts widget to display 8 posts in settings;
- Move ALC/Posts category selector label to Select2 placeholder.
2016-06-09 13:34:26 +03:00
Vlad
9642d3e672 - Renames all references of "custom fields" to "shortcodes" 2016-05-31 11:25:16 -04:00
Jonathan Labreuille
046127eeba fixed react forms (new bug discovered on new forms with default values not saved) 2016-05-19 14:30:33 +02:00
Tautvidas Sipavičius
13ee338fb0 Add jQuery UI datepicker with Melon skin 2016-05-18 17:51:39 +03:00
Tautvidas Sipavičius
f7c70be5eb Add standard newsletter scheduling UI 2016-05-18 17:51:39 +03:00
Tautvidas Sipavičius
e17dba2b07 Add blockquote bottom margin 2016-04-22 12:30:57 +03:00
Tautvidas Sipavičius
b3e310652e Remove bottom margin from paragraphs 2016-04-22 12:30:57 +03:00
Tautvidas Sipavičius
6737158130 - Change paragraph bottom margin to equal line-height
- Remove horizontal blockquote margin to match Renderer;
- Removed bottom padding from last text elements in column;
- Removed bottom padding from full width images;
2016-04-22 12:30:57 +03:00
Tautvidas Sipavičius
906558a772 Apply paragraph styles to LI tags 2016-04-22 12:30:57 +03:00
Tautvidas Sipavičius
d559483c7b - Add bottom margin to headings
- Fix top and bottom margin for UL tags
- Add bottom margin to LI tags
2016-04-22 12:30:57 +03:00
Tautvidas Sipavičius
bec3e02285 Remove vertical button padding, following renderer 2016-04-22 12:30:57 +03:00
Jonathan Labreuille
3281ac390e Improved segment selection errors in form editor
- improved error display to make it more obvious (added border on select2 on error)
2016-03-22 17:25:25 +01:00
mrcasual
8e7336d352 Merge pull request #373 from mailpoet/editor_rendering
Editor rendering (Part 2)
2016-03-04 11:11:42 -05:00
Jonathan Labreuille
4b528549f5 edit subscription form + save 2016-03-03 15:57:42 +01:00
Tautvidas Sipavičius
df775b5a07 Set font-style for paragraph and headings 2016-03-02 16:57:04 +02:00
Tautvidas Sipavičius
93d20688ea Prevent heading line height and font weight from being overridden 2016-03-02 16:57:04 +02:00
Tautvidas Sipavičius
da32b243ea Change header, footer and text padding based on Becs' feedback 2016-02-25 16:29:55 +02:00
Tautvidas Sipavičius
a856800e6d Set line height multiplier to golden ratio for editor text blocks 2016-02-25 16:28:32 +02:00
Tautvidas Sipavičius
99d6f74d1b Change inline form fields to not be inline 2016-02-23 13:07:52 +02:00
Jonathan Labreuille
07d533a810 Manage subscriptions
- make use of the SubscriberSegment::status column to keep track of unsubscriptions
- unsubscribed segments now appear grayed out in the Subscribers listing
- added unsubscribed_at after segment names when editing a subscriber
- added date() method for Twig (uses WP's date format / date_offset)
- fixed typo in Form iframe export
- fixed unit test for Newsletters
- updated selection component (JSX) to allow more customization
2016-02-22 11:35:34 +01:00
Tautvidas Sipavičius
9bce50a633 Fix "Full width" image option 2016-02-17 15:10:51 +02:00
Tautvidas Sipavičius
1ae584c4e7 Restyle ALC Post number/type selector, limit to 2 character input 2016-02-17 13:29:16 +02:00
Tautvidas Sipavičius
16b1c0dc41 Convert mailpoet buttons to WP buttons in newsletter editor 2016-02-17 12:25:03 +02:00
Jonathan Labreuille
daec56191f Save custom fields on subscribe
- added methods to get/set a specific custom field
- added method to get all custom fields (and assign each custom field to the subscriber's instance)
- fixed zIndex of form editor's toolbar (footer was positioned above, preventing click)
2016-01-19 17:02:05 +01:00
Tautvidas Sipavičius
9b67c56281 Make "Delete" tool animation less janky 2016-01-15 14:06:44 +02:00
Tautvidas Sipavičius
dc38b19667 Change transition timings and easings based on feedback 2016-01-15 12:05:43 +02:00
Tautvidas Sipavičius
f5c7bb87af Merge pull request #288 from mailpoet/settings_round_1
Subscribe in comments
2016-01-14 16:28:52 +02:00
Tautvidas Sipavičius
7954346a3f Fix left padding for .mailpoet_notice on editor pages 2016-01-14 13:31:40 +02:00
Jonathan Labreuille
bbdd0dbb6e Subscribe in comments
- added Subscriber::subscribe($user, $segment_ids)
- refactored Router\Subscribers->subscribe() method to account for new method
- added Form\Subscribe class to handle subscription in comments
- updated Basics settings page (changed "list" to "segment")
2016-01-12 18:46:31 +01:00
Tautvidas Sipavičius
f8f7bc3d3d Handle sidebar animations with Velocity, fix delete button transitions 2016-01-06 12:29:32 +02:00
Tautvidas Sipavičius
bbe2f69a7f Clean up unused and speed up animations, fix sidebar transitions 2016-01-05 17:32:59 +02:00
Tautvidas Sipavičius
c844488b0b Switch to VelocityJS for view transitions, slow down some transitions 2016-01-05 15:01:30 +02:00
Tautvidas Sipavičius
f02699158f Apply newsletter background color to template preview images 2015-12-17 12:40:26 +02:00
Tautvidas Sipavičius
270023b89c Display error and success messages for template saving and export 2015-12-10 17:13:23 +02:00
Tautvidas Sipavičius
7d77e075e9 Make long template name and description fit in the box 2015-12-10 17:13:23 +02:00
Tautvidas Sipavičius
7a904ed093 Add SVG icons for standard, welcome and notification email types 2015-12-10 17:13:23 +02:00
Tautvidas Sipavičius
ce338f7fe2 Add border to template thumbnails 2015-12-10 17:13:22 +02:00
Jonathan Labreuille
e1c94db516 edit form name follows newsletter's design 2015-12-08 17:10:45 +01:00
Jonathan Labreuille
7be1a11d1e Form editor
- fixed validations on radio type
- fixed date format for months
- added custom fields storing on subscribe
- fixed date widget (select today's date)
- fixed validation on form widget
2015-12-08 16:55:30 +01:00
Jonathan Labreuille
9fb04bc3c0 first round of fixes #255 2015-12-07 16:54:08 +01:00
Jonathan Labreuille
4a2bbe3f88 Sending Progress
- improved progress bar styles (with completed status)
- add pause/resume buttons
- fixed method case in settings.mta for MailPoet & SMTP Providers
- fixed parsley dependency
- added validation on from name & address on step 3
2015-12-03 22:01:19 -05:00
Jonathan Labreuille
bf58d8a22d Queue
- updated menu icon for our plugin
- added watchCss command to watch only CSS files
- added Status column in Newsletters listing
- added progress bar styles
- fixed issue with JS assets being loaded twice on non MP pages
- changed subscriber_ids to segment_ids in addQueue
2015-12-03 22:01:17 -05:00
Tautvidas Sipavičius
d1e2c6c074 Add transition for "Delete block" icon 2015-12-03 15:53:56 +02:00
Tautvidas Sipavičius
3b6a9f7a6e Add block, tool and widget transition animations 2015-12-03 14:44:32 +02:00
Tautvidas Sipavičius
97d1e95037 Add transitions for content block addition and removal 2015-12-02 17:54:06 +02:00
Tautvidas Sipavičius
916fe76795 Add transitions: sidebar contents, template preview, sidebar 2015-12-01 16:49:50 +02:00
Tautvidas Sipavičius
f37488fc0b Adds a Preview icon for previewing newsletter templates 2015-11-26 13:09:08 +02:00
Tautvidas Sipavičius
a516eb1a95 Add overlay and newsletter thumbnail preview 2015-11-25 16:44:18 +02:00