Ben Gotow
209debf797
fix(thread-list): Constrain details width to ensure attachment icon visible. #1858
2016-04-01 14:49:15 -07:00
Jackie Luo
e2480c1e36
fix(templates): Convert to ES6 and allow creation of new templates
2016-04-01 14:30:43 -07:00
Jackie Luo
6e07dce03c
🎨 (preferences): Updates preferences to look prettier
...
Summary:
Adds new redesigned preferences with horizontal tab bar and refactored code.
Converts Preferences, Plugins, and a few components to ES6.
Test Plan: Tested locally.
Reviewers: evan, bengotow
Reviewed By: bengotow
Subscribers: juan
Differential Revision: https://phab.nylas.com/D2818
2016-04-01 14:01:26 -07:00
Ben Gotow
230718772c
fix(mailto): Never launch the default app to handle mailto
2016-04-01 13:05:53 -07:00
Jackie Luo
603a3dfb4b
spec(composer-emoji): Fix specs for popover
2016-03-31 18:14:11 -07:00
Ben Gotow
4c584f5168
Merge branch 'pr/1797'
2016-03-31 17:08:21 -07:00
Jamie Henson
65dbd68c02
Update README.md
2016-03-31 17:08:08 -07:00
varlesh
866b05317d
Add link for Arc Dark theme
2016-03-31 17:06:34 -07:00
Ben Gotow
9a588dbda6
fix(autolinker): Update regexp to handle reported failure cases
2016-03-31 16:36:23 -07:00
Juan Tejada
bec4a86629
fix(build): FIx linting and react errors and popover spec
2016-03-31 16:10:09 -07:00
Ben Gotow
91b2d5b8e3
fix(sqlite3): Specify the platform in the binding target directory
2016-03-31 15:16:22 -07:00
Ben Gotow
3d8133ff8d
fix(inline): Use vw
for max-width, use DOM rather than regex
2016-03-31 15:16:22 -07:00
Ben Gotow
78681f6ed1
fix(inline): radial progress, merge body with download data on render
2016-03-31 15:16:21 -07:00
Jackie Luo
6faa7d5e12
spec(composer-emoji): Add tests for emoji popover
...
Summary: Adds tests to check that emoji popover is inserting emoji correctly and adding PNGs as expected.
Test Plan: Tested locally.
Reviewers: evan, bengotow, juan
Reviewed By: juan
Subscribers: juan
Differential Revision: https://phab.nylas.com/D2810
2016-03-31 14:54:46 -07:00
Juan Tejada
c340338d4d
feat(popover): Add popout animation to popover
...
Summary:
- Adds popout animation to popover
- Fade out animation is pending
Test Plan: - Manual
Reviewers: bengotow
Reviewed By: bengotow
Differential Revision: https://phab.nylas.com/D2807
2016-03-31 13:23:12 -07:00
Jackie Luo
dc1ff47bb0
🎨 (theme-picker): Fix oval close button
2016-03-31 12:04:41 -07:00
Jackie Luo
49a321124f
🎨 (scroll): Fix UI issues in theme picker/emoji picker
2016-03-30 15:52:51 -07:00
Jackie Luo
78cbf925f7
fix(readme): Add closing parenthesis 😞
2016-03-30 13:17:32 -07:00
Jackie Luo
c4a12285d3
update(readme): Move Ubuntu to bundled themes
2016-03-30 13:14:55 -07:00
Ben Gotow
39768fd9d4
bump(react): 0.13.2 => 0.14.7
...
Great breakdown of React changes here:
https://github.com/facebook/react/blob/master/CHANGELOG.md#0140-october-7-2015
Due to deprecation warnings, I don't think this will break third-party extensions unless they were doing really bad things.
2016-03-29 01:43:12 -07:00
Jackie Luo
62b06121f6
fix(composer-emoji): Render emoji characters on Windows/Linux
2016-03-28 16:18:41 -07:00
Juan Tejada
6a151b4f14
fix(animations): Rename animations to use always lower case
...
- Fixes issue were folder got commited with wrong name because of git
ignore case config
- #1829
2016-03-28 10:49:13 -07:00
Jackie Luo
ec3ac5f58d
🎨 (themes): Tweak Taiga to feel more native
2016-03-27 15:51:27 -07:00
Jackie Luo
9a923c7c88
fix(thread-list): Show emoji in bolded subject lines
2016-03-27 15:51:27 -07:00
Juan Tejada
4356deadf0
fix(empty-states): Adjust margins for message correctly
2016-03-25 17:49:33 -07:00
Ben Gotow
f4bb6a464d
Merge pull request #1826 from Eldorado234/patch-1
...
Typo
2016-03-25 15:01:14 -07:00
Simon Seyer
62a2265d76
Typo
2016-03-25 22:33:12 +01:00
Juan Tejada
f7a4523604
update(open-tracking): Only display icon when last message has metadata
2016-03-25 14:00:55 -07:00
Juan Tejada
0e360b061b
Revert "fix(open-tracking): Make sure icon only shows in sent perspective"
...
This reverts commit 872aae1bcd
.
2016-03-25 14:00:55 -07:00
Jackie Luo
cbf9627029
fix(composer-emoji): Only show replacement PNGs for OS X
2016-03-25 13:35:32 -07:00
Juan Tejada
872aae1bcd
fix(open-tracking): Make sure icon only shows in sent perspective
2016-03-25 12:37:42 -07:00
Juan Tejada
9298c9a129
fix(empty-state): Remove z-index to allow undo toast to work
2016-03-25 12:30:08 -07:00
Juan Tejada
9e9928861c
fix(empty-state): Update animation assets
2016-03-25 12:21:41 -07:00
Ben Gotow
c4b659dc7c
bump(version): 0.4.19 and changelog
2016-03-25 12:16:43 -07:00
Juan Tejada
a43a73c35d
fix(empty-state): Limit scaling factor for animation
...
- Fix display: none in css
2016-03-25 10:56:49 -07:00
Juan Tejada
843751ea94
fix(styles): Remove unused style in empty-state.less
2016-03-25 10:48:32 -07:00
Juan Tejada
648ac13339
fix(empty-state): Make sure inbox zero /always/ animates
...
- Animation plays on mount, so always unmount the empty state component instead
of hiding it.
2016-03-25 10:46:32 -07:00
Juan Tejada
8a3c2730cb
fix(tray): Re add old icon assets for tray icon for win32 and linux
2016-03-25 10:05:17 -07:00
Juan Tejada
30055abf34
feat(inbox-zero): Adds inbox zero animations and empty states
...
Summary: Adds inbox zero animations and empty states
Test Plan: Manual
Reviewers: bengotow
Reviewed By: bengotow
Differential Revision: https://phab.nylas.com/D2801
2016-03-25 09:56:02 -07:00
Ben Gotow
394d85cecf
fix(drafts): Use the appropriate account and alias
2016-03-24 19:35:24 -07:00
Ben Gotow
f846447f12
fix(send): Don't queue an upload task if there are no files
2016-03-24 19:30:47 -07:00
Jackie Luo
03bc634e79
lint(thread-counts-store): Remove semicolon
2016-03-24 17:19:43 -07:00
Ben Gotow
b05ea801b0
fix(popover): Add isMounted check, Sentry 20951
2016-03-24 17:18:50 -07:00
Ben Gotow
3fa93c2730
fix(composer): Sentry 9688
2016-03-24 17:18:50 -07:00
Ben Gotow
45effe60b2
fix(db): Don't log query plans for SCAN Thread-Counts, which are fine
2016-03-24 17:18:50 -07:00
Jackie Luo
3e36e10f07
lint(themes): Add import to ui-variables
2016-03-24 16:56:49 -07:00
Ben Gotow
352ad9f31b
bump(version): 0.4.18
2016-03-24 16:53:01 -07:00
Ben Gotow
c963f05032
fix(counts): typo
2016-03-24 16:48:55 -07:00
Ben Gotow
997acbf906
fix(counts): Collect metrics about -unread, reset when found
2016-03-24 16:48:15 -07:00
Ben Gotow
c1b3f87d71
fix(autolinker): Don't include trailing ? or . in URLs
2016-03-24 16:35:11 -07:00