Ben Gotow
804542ae53
build(travis): Drop Node 0.12 build, unclear if supported by babel 6
2016-05-13 14:57:37 -07:00
Ben Gotow
8f29e1cfbe
fix(401/403): Unify error bars, query /account, improve reconnect flow
...
Summary: See https://paper.dropbox.com/doc/Sync-disabling-for-N1-URZmjVpSSxWFvjC62TiFI
Test Plan: Tests incoming
Reviewers: juan, evan
Reviewed By: evan
Differential Revision: https://phab.nylas.com/D2959
2016-05-13 14:16:54 -07:00
Ben Gotow
b750b3a313
fix(category-picker): Don't wrap folder names early
2016-05-12 16:14:30 -07:00
Ben Gotow
0441acf94a
fix(fastmail): Strip "INBOX." prefix from displayNames
...
This can't be done on the API side because the API serves other customers.
The API will properly handle renames, crates and prepend `INBOX.`
2016-05-12 16:14:30 -07:00
Juan Tejada
2bcd5032a8
fix(specs): Remove fdescribe
2016-05-12 15:23:06 -07:00
Juan Tejada
150ac1e887
fix(specs): Fix spec for DraftEditingSession
2016-05-12 15:21:28 -07:00
Juan Tejada
f60a274f1f
fix(build): Fix linter errors
2016-05-12 14:28:11 -07:00
Ben Gotow
bec5982ea3
bump(electron): Fix remaining deprecated requires, move to 1.0.1
2016-05-12 13:59:23 -07:00
Jackie Luo
26787b77d3
refactor(focus): Move code for focusing threads to FocusedContentStore
2016-05-12 13:29:41 -07:00
Ben Gotow
a4a41cf6a2
bump(version): 0.4.35
2016-05-12 11:59:30 -07:00
Juan Tejada
cac679b119
feat(mail-merge): Add ability to drop tokens in subject
...
Summary:
Adds ability to drop tokens in subject via a custom rendered subject field which
renders a contenteditable instead of an input.
Decided to completely replace the subject field via injected components for a
few resons:
- That's the way we are currently extending the functionality of the participant fields, so it keeps the plugin code consistent (at the cost of potentially more code)
- Completely replacing the subject for a contenteditable means we hace to do extra work to clean up the html before sending.
- Reusing our Contenteditable.cjsx class for the subject is overkill, but using a vanilla contenteditable meant duplicating a bunch of the code in that class if we want to add
Test Plan: Unit tests
Reviewers: bengotow, evan
Reviewed By: evan
Differential Revision: https://phab.nylas.com/D2949
2016-05-12 10:47:41 -07:00
Jackie Luo
c762cef4e6
🎨 (dark): Update theme colors
2016-05-12 01:05:26 -07:00
Ben Gotow
0a0cc11b5c
fix(draft-session): Never show body with transforms applied
2016-05-11 17:09:23 -07:00
Ben Gotow
55b4ccbc1f
fix(pli): Design PLI indicators #2148
2016-05-11 17:09:23 -07:00
Juan Tejada
3ef9da941f
fix(build): Fix linter errors
2016-05-11 16:38:30 -07:00
Juan Tejada
eacf54b4eb
fix(build): Fix lint issues and specs
2016-05-11 15:33:52 -07:00
Juan Tejada
72e86dde36
specs(table): Add specs for table components
...
Summary:
- Add some docs to Table components
- Updates Table components to use a TableDataSource instead of accessing arrays, cleans up code a bit
- Add enzyme lib to have a cleaner and simpler api to write tests for React Components
- Updates decorators to extend from the BaseComponent instead of vanilla Component, this way instance methods are still available on composed components
Test Plan: - Unit tests
Reviewers: evan, bengotow
Reviewed By: bengotow
Differential Revision: https://phab.nylas.com/D2941
2016-05-11 14:36:59 -07:00
Juan Tejada
54e588313e
fix(search): Add double quote escaping to search query
...
- Fixes sentry fts error
2016-05-11 12:32:54 -07:00
Juan Tejada
691edfcd5b
fix(query-subs): Fix onLastCallbackRemoved
overriding with correct class syntax
...
- Using arrow function syntax for a class method that is meant to be overriden
will prevent it from being properly overriden
- This caused onLastCallbackRemoved not to be called
2016-05-11 12:23:58 -07:00
Juan Tejada
cf0bde9b14
fixt(print): Update print header logo
2016-05-11 11:33:12 -07:00
Juan Tejada
e7436a37e1
fix(build): Bump minor react version (fix peer dep resolution)
2016-05-11 11:25:04 -07:00
Juan Tejada
904b1ba1f1
fix(extensions): Add name of extension incorrectly applying transforms
2016-05-11 10:57:57 -07:00
Juan Tejada
f334899aff
fix(delta-streaming): Fix stale cursor key in config file
2016-05-11 10:34:29 -07:00
Ben Gotow
de4a69b89a
fix(build): Defer require
of parent node modules until they're fetched #2184
2016-05-10 19:08:41 -07:00
Ben Gotow
1b0e933977
fix(accounts): Any account update triggered focus #2165
2016-05-10 10:53:59 -07:00
Ben Gotow
eab8cb9085
fix(draft-factory): ReplyTo takes precedence over "from me" #2175
2016-05-10 10:33:46 -07:00
Juan Tejada
5bf245b324
Revert "fix(print): Update logo"
...
This reverts commit a017ae7127
.
2016-05-09 23:43:36 -07:00
Juan Tejada
a017ae7127
fix(print): Update logo
2016-05-09 20:13:32 -07:00
Ben Gotow
82852350de
fix(shortcuts): Add Cmd+[, Cmd+] to Apple Mail preset #1332
2016-05-09 17:34:59 -07:00
Ben Gotow
b92d2105b4
fix(spam): Better icons for spam / not spam #2107
2016-05-09 17:28:52 -07:00
Ben Gotow
1347654bbf
fix(menus): Always show main win in menu, move Activity #1314
2016-05-09 17:28:52 -07:00
Ben Gotow
7b7073e356
fix(prefs): ? shortcut for "Show Keybindings" #1144
2016-05-09 17:28:52 -07:00
Ben Gotow
f77fc700d1
fix(drafts): Support additional deletion shortcuts #939
2016-05-09 17:28:52 -07:00
Ben Gotow
c87680878a
feat(not-spam): Unmark items as junk / spam #2112
2016-05-09 17:28:52 -07:00
Jackie Luo
29c81221f2
update(readme): Add themes
2016-05-09 17:10:40 -07:00
Ben Gotow
baca6be7ae
fix(thread-list): Add missing displayName, ES6
2016-05-09 13:18:07 -07:00
Ben Gotow
25a21189cf
fix(notifs): Don't play notification sounds over and over #1910 , #2179
2016-05-09 13:09:10 -07:00
Evan Morikawa
75bab91395
fix(lint): fix minor linter issue
2016-05-09 13:42:18 -04:00
Evan Morikawa
5a66162b84
fix(win): windows can re-launch with/without dev mode flag
...
Fixes https://github.com/nylas/N1/issues/2142
2016-05-09 13:36:46 -04:00
Evan Morikawa
2eb590eb67
fix(window): don't show if initialized in background
...
Fixes https://github.com/nylas/N1/issues/2149
2016-05-09 12:51:36 -04:00
Alexander Adkins
813440c6a1
Added Less Is More ( #2168 )
...
* Added Less Is More Theme to internal-packages and README.md
* fixed Less Is More title in README.md
* removed units for values of zero
* updated readme, package title fix, theme topbar fix, message list adjustments
2016-05-09 09:46:50 -07:00
Evan Morikawa
a50441c8df
feat(react): add react perf tools package
2016-05-09 12:01:05 -04:00
Evan Morikawa
f2fbfbceba
fix(build): rename babel task to .js to be picked up by grunt
2016-05-06 16:46:36 -07:00
Robert Stanfield
7c050fb380
The horizontal scrollbar was not showing up when viewing an email ( #2028 )
2016-05-06 16:44:30 -07:00
Evan Morikawa
5c01292e8b
fix(spec): fix injected component spec
2016-05-06 16:42:55 -07:00
Evan Morikawa
2d2e459094
fix(lint): final linter fixes
...
fix(lint): final set of linter fixes
2016-05-06 16:32:34 -07:00
Ben Gotow
2ff92946b7
fix(lint): Various linter fixes
2016-05-06 16:23:48 -07:00
Ben Gotow
7533dc0ac6
fix(lint): Various linter issues
2016-05-06 16:06:16 -07:00
Evan Morikawa
813669f7d4
fix(lint): fix various linter issues
2016-05-06 14:36:11 -07:00
Evan Morikawa
431b652e62
fix(lint): various linter fixes
2016-05-06 14:11:05 -07:00