Commit graph

2887 commits

Author SHA1 Message Date
Juan Tejada bfc1cb1b6f 🎨(mail-merge): Remove hardcoded bg color 2016-05-02 15:58:47 -07:00
Evan Morikawa 53e1b61f87 fix(composer): fix async composer plugin loading 2016-05-02 15:29:34 -07:00
Ben Gotow 7b2b495019 fix(activity-list): Apply "limit 100" after sorting, not before 2016-05-02 14:54:57 -07:00
Ben Gotow 9bc0426e04 bump(version): 0.4.32 and changelog 2016-05-02 14:23:05 -07:00
Evan Morikawa 58780630b5 fix(composer): don't show popout in composer on output 2016-05-02 14:20:23 -07:00
Juan Tejada bd0c555c9a fix(mail-merge): Unlink fields when column is removed 2016-05-02 14:01:44 -07:00
OliverCole 53e6b1fe51 Fix config.json markdown (#2101) 2016-05-02 13:47:35 -07:00
Juan Tejada d23e934ed6 fix(mail-merge): Check if contains recipients before sending 2016-05-02 13:34:28 -07:00
Juan Tejada 9c7ea6b73a fix(mail-merge): Add check for valid email address in recipients 2016-05-02 12:46:14 -07:00
Ben Gotow 4c537cbf8e fix(emoji): Replace message emoji in DOM, not in html string 2016-05-02 12:33:08 -07:00
Juan Tejada 185d73b526 fix(mail-merge): Preserve linked tokens when importing new csv
- If the new imported csv contains columns with the same name as the
imported one, any tokens linked to those columns will be preserved
- Any tokens linked to columns that no longer exist will be removed
- Other fixes
2016-05-02 12:15:56 -07:00
Juan Tejada e3bfa747c5 fix(mail-merge): Don't update body tokens unless actually necessary.
- Prevents the contenteditable from stealing focus
2016-05-02 11:24:10 -07:00
Ben Gotow e9a898c869 fix(undo): Don't create separate commands, since they bubble separately 2016-04-29 17:10:17 -07:00
Evan Morikawa 444101a74b fix(specs): fix composer-header specs 2016-04-29 16:54:37 -07:00
Ben Gotow 871383d0b1 fix(lint): Errors in ActionBarPlugins 2016-04-29 16:19:52 -07:00
Ben Gotow cb31c8c80f fix(mail-merge): Autogen headers for CSVs with no headers 2016-04-29 16:05:20 -07:00
Evan Morikawa 909226fcf4 feat(composer): better composer plugin loading 2016-04-29 15:58:17 -07:00
Evan Morikawa ac16aea0cb fix(draft): metadata changes don't flip pristine bit 2016-04-29 15:58:17 -07:00
Evan Morikawa 99a8143a9d fix(composer): fix flashing and focus losing in the composer 2016-04-29 15:58:17 -07:00
Juan Tejada 747738b720 fix(mail-merge): Update regex, plus minor cleanup 2016-04-29 15:56:57 -07:00
Ben Gotow dfb3cbcf8b bump(version): 0.4.31 2016-04-29 15:41:35 -07:00
Juan Tejada 7d09c109ac fix(table): Fix row rendering (also fixes focus)
- When rendering lazy list, need to pass same reference to the renderer
or otherwise a new component will always be mounted
2016-04-29 14:55:43 -07:00
Ben Gotow 55bd04b3a2 feat(mail-merge): Import CSV button 2016-04-29 13:55:11 -07:00
Ben Gotow 5bec9d4b1f fix(mail-merge): Disable send later while using mail merge 2016-04-29 13:34:15 -07:00
Juan Tejada 81fd29c11f perf(mail-merge): Add lazy rendering to table
Summary: Add new LazyRenderedList component and updates Table to use it

Test Plan: TODO

Reviewers: bengotow, evan

Reviewed By: evan

Differential Revision: https://phab.nylas.com/D2936
2016-04-29 13:10:15 -07:00
Ben Gotow 879eb32153 fix(mail-merge): Replace the same token as many times as it appears in body 2016-04-29 12:57:04 -07:00
Ben Gotow 36a45cfa78 fix(activity-list): Remove image width in favor of intrinsic size, no-shrink rule 2016-04-29 12:15:48 -07:00
Ben Gotow 105e33c9c4 fix(mail-merge): Fix drag and drop for files vs. chips 2016-04-29 11:57:43 -07:00
Evan Morikawa db899491ea fix(onboarding): pass along accountId too 2016-04-29 10:20:59 -07:00
Karim Hamidou cba6ccc220 [N1] Changes to allow running edgehill-server locally
Summary: This is mostly config changes.

Test Plan: Tested the Google OAuth flow.

Reviewers: bengotow, drew

Reviewed By: bengotow, drew

Differential Revision: https://phab.nylas.com/D2907
2016-04-29 10:18:51 -07:00
Ben Gotow b0d332c2c1 fix(read-receipts): Fix another issue caused by ES6 subclassing Coffeescript 2016-04-28 17:20:39 -07:00
Ben Gotow a353aa8dfa bump(version): 0.4.30 2016-04-28 17:08:54 -07:00
Ben Gotow 05be74ec04 fix(read-receipts): Remove tracking pixels when composing drafts 2016-04-28 17:08:54 -07:00
Evan Morikawa 7907b8fdd1 fix(onboarding): encode welcome page info 2016-04-28 17:06:47 -07:00
Ben Gotow 040c3bc45a fix(build): linter errors 2016-04-28 16:40:48 -07:00
Ben Gotow c2cf89026e fix(thread-list): Don't rely on zip since it can become off-by-one forever 2016-04-28 15:53:51 -07:00
Evan Morikawa 78c453a616 feat(onboardin): fix win closing & nav to welcome page 2016-04-28 15:29:13 -07:00
Ben Gotow cd75db9195 fix(activity-list): Add empty state, cap number of items 2016-04-28 14:20:44 -07:00
Evan Morikawa b226dfb5b1 perf(composer): tweak tooltip animation timing & composer loading 2016-04-28 13:42:30 -07:00
Ben Gotow 2171d7e0d4 fix(config): Remove unnecessary CSON import 2016-04-28 13:19:15 -07:00
Ben Gotow ef61a3ec9a fix(config): Rewrite contents, not just filename 2016-04-28 13:17:12 -07:00
Ben Gotow d00373bae9 fix(activity-list): Move button to the right beside compose 2016-04-28 13:11:09 -07:00
Ben Gotow 097aa979be fix(keymaps): Use correct combo for paste+match style #2088 2016-04-28 12:45:29 -07:00
Ben Gotow 0bc83bb5bb bump(version): 0.4.29 2016-04-28 12:42:06 -07:00
Ben Gotow b396618710 fix(win32): Sharper hamburger, better win32 menu 2016-04-28 12:40:14 -07:00
Jackie Luo 4852e35b69 feat(activity-list): Add unread count and click-to-thread
Summary: Shows unread count and focuses thread upon clicking on
notification (desktop or popover).

Test Plan: Tested locally.

Reviewers: evan, bengotow

Reviewed By: bengotow

Differential Revision: https://phab.nylas.com/D2927
2016-04-28 15:32:10 -04:00
Ben Gotow c0ff5d900c fix(mail-merge): Hide button when the user is composing a reply 2016-04-28 12:02:40 -07:00
Evan Morikawa f45c497810 fix(sidebar): fix account name styles 2016-04-28 11:45:44 -07:00
Ben Gotow 35274ef2b4 fix(win-management): Focus existing win when renderer tries to open dup 2016-04-28 11:31:42 -07:00
Ben Gotow 6823a73575 fix(win-management): Track windowKey changes, add assertions 2016-04-28 11:20:56 -07:00