Juan Tejada
74c72e0915
add(docs): Add docs for OutlineView and OutlineViewItem
...
- Renames some stuff
2016-01-28 15:28:15 -08:00
Ben Gotow
e39662983d
fix(important): Fix bugs in "important" label categorization
2016-01-28 15:27:03 -08:00
Ben Gotow
52a7a6625f
fix(linter): Switching between Coffee + ES6 is hard...
2016-01-28 14:59:17 -08:00
Ben Gotow
d1415585d5
fix(contact-search): Keep only ranked contacts, query for others. Massive perf boost.
2016-01-28 14:56:15 -08:00
Drew Regitsky
bb6f74d5f2
fix(templates): small CSS fix in preferences page
2016-01-28 14:51:31 -08:00
Evan Morikawa
14edd8a7c7
fix(keymap): don't use alt key in Windows keymaps
2016-01-28 14:26:56 -08:00
Evan Morikawa
bca538bb28
fix(keymap): change win32 keymaps to use ctrl-alt instead of cmd-alt
2016-01-28 14:18:44 -08:00
Juan Tejada
f00f7c56f8
add(specs): Add specs for MailboxPerspective
...
- Renames canApplyToThreads -> canReceiveThreads and applyToThreads ->
receiveThreads
- Add initial specs and better documentation for
MailboxPerspective.canReceiveThreads.
2016-01-28 14:11:50 -08:00
Juan Tejada
79c103ae15
fix(perspective): Update MailboxPerspective.canApplyToThreads
...
- Checks if the account ids of the threads that want to be applied are
contained inside the perspectives account ids. E.g.:
- I can move thread from account A to unified inbox or inbox A, but
not to inbox B.
- I can move threads from account A to a folder in account A but not a
folder in account B
- Update data transferred in drag + other minor updates
2016-01-28 13:30:08 -08:00
Michael Grinich
14a2ae928b
add levelup theme
2016-01-28 13:23:10 -08:00
Evan Morikawa
24bf09b81e
fix(resources): update build resources link
2016-01-28 12:03:23 -08:00
Evan Morikawa
d2dd04d51f
fix(resources): update build resources link
2016-01-28 12:02:27 -08:00
Evan Morikawa
67edcc836f
feat(startup): new option to launch on system start
...
Summary:
adds new option to launch on system start
Also adds the `--background` flag to launch N1 in the background (aka not
show the main window).
Test Plan: Manual
Reviewers: bengotow, juan
Reviewed By: juan
Differential Revision: https://phab.nylas.com/D2474
2016-01-28 12:02:08 -08:00
Ben Gotow
63102ba732
fix(message-list): Spec fixes, all stubs need accountId
2016-01-28 11:14:04 -08:00
Juan Tejada
09c82c76a3
fix(count): Fix unread count for badge and tray icon in mac
2016-01-28 11:10:05 -08:00
Juan Tejada
03cbcd91fe
update(analytics): Add missing action: removeAttachment
2016-01-28 11:02:27 -08:00
Ben Gotow
3b03f141b1
fix(message-list): Only display labels when usesLabels()
2016-01-28 10:46:33 -08:00
Ben Gotow
0baff09d42
Update analytics to remove references to deleted Actions
2016-01-28 10:38:02 -08:00
Ben Gotow
3e5312dc39
Remove indexes which used accountId as the first param... not faster
2016-01-28 10:03:32 -08:00
Juan Tejada
cf7b8f1a47
Prevent creation of context menu twice for nested items of OutlineView
2016-01-28 01:35:29 -08:00
Juan Tejada
8be8bfcab2
Fix in upload store when deleting draft
2016-01-28 01:29:33 -08:00
Juan Tejada
6b274593dd
Increment max width for sidebar
2016-01-28 01:29:18 -08:00
Juan Tejada
f74ee7b6c2
Fix specs
2016-01-28 00:48:45 -08:00
Juan Tejada
3343000f86
Update file uploads (see details):
...
- Add uploads field to Message and removes cache from FileUploadsStore
- Updates draft via session from DraftStore
- This makes everything way cleaner
- This fixes bug when creating draft with uploads and the opening it in
new window
- Updates specs
2016-01-28 00:33:22 -08:00
Juan Tejada
8b0a3a69db
Update OutlineViewItem to focus end of input when editing
2016-01-28 00:02:55 -08:00
Juan Tejada
bf2cebc08f
Add folder/label renames
...
- Updates OutlineView to reuse OutlineViewItem for creating new items
- Adds ability to edit outline view items via double click or right
click
- Cleans up css and code and sidebar item
- Updates SyncbackCategoryTask to update categories as well
- Adds 405 to permanent api error codes
2016-01-27 23:16:17 -08:00
Juan Tejada
4ed14d137e
Misc fixes for FileUploadStore
2016-01-27 15:38:01 -08:00
Juan Tejada
bd675ba0c1
Fix ComposerView specs
2016-01-27 13:49:34 -08:00
Juan Tejada
ff3213f003
Rewrite tests for FileUploadStore
2016-01-27 12:33:27 -08:00
Ben Gotow
dcb712641a
Fix problem with * a shortcut
2016-01-27 11:55:19 -08:00
Ben Gotow
7908ff7899
Basic fixes for drag and drop
2016-01-27 11:45:02 -08:00
Ben Gotow
a77c9548d1
Fix sidebar when an account doesn't have a standard category
2016-01-27 11:14:11 -08:00
Ben Gotow
e29335ae91
Fix exception "Cannot read property 'replaceModel' of null"
2016-01-27 11:13:58 -08:00
Ben Gotow
b043c30565
Optimize QueryResultSet so offset lookups are O[1] after initial scan
2016-01-27 11:13:39 -08:00
Ben Gotow
32ccaad1e7
More spec fixes
2016-01-27 10:31:54 -08:00
Ben Gotow
3b3b19a172
Spec fixes
2016-01-26 19:12:51 -08:00
Juan Tejada
fb1324f14e
Inits FileUploadStore from current state in the filesystem
...
- Removes uploads when draft is deleted
- Misc fixes and renaming
2016-01-26 18:48:58 -08:00
Ben Gotow
695af8b983
More sending fixes - attachments working!
2016-01-26 18:03:01 -08:00
Ben Gotow
24c751c2ae
More fixes to send draft task
2016-01-26 17:33:09 -08:00
Juan Tejada
d6f8873b0c
Fix progress var instantiation in send-draft task
2016-01-26 17:21:52 -08:00
Juan Tejada
22d9947908
Misc fixes for FileUploadStore
2016-01-26 16:58:20 -08:00
Ben Gotow
820973cfa5
Fixes to the SendDraftTask
2016-01-26 16:41:49 -08:00
Ben Gotow
bbe2f80320
A few other changes
2016-01-26 15:44:44 -08:00
Ben Gotow
c8bd09a260
Begin cleanup of Send Task
2016-01-26 15:44:44 -08:00
Juan Tejada
c7812b9c46
Fix in FileUploadsStore
2016-01-26 15:44:27 -08:00
Juan Tejada
8cb14d509f
Refactor FileUploadStore and composer attachments - WIP
2016-01-26 15:36:38 -08:00
Ben Gotow
15776c8ec6
Fix the message that appears when upgrading the mailbox
2016-01-26 14:49:05 -08:00
Juan Tejada
b32bf65774
Fix when checking if draft is a reply when getting accounts for send
2016-01-26 13:55:26 -08:00
Ben Gotow
4f3de3fc97
Fix for bad @props
2016-01-25 19:07:28 -08:00
Juan Tejada
b13ca724f1
Add ability to select account to send from
...
- Adds settings option to select default account to send from
2016-01-25 18:20:54 -08:00