Commit graph

2024 commits

Author SHA1 Message Date
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
Ben Gotow b94c2e35e4 Fix AccountStore.current() references in private packages 2016-01-25 18:02:56 -08:00
Ben Gotow 0ef4911b22 Merge branch 'master' into unified-inbox
# Conflicts:
#	internal_packages/feedback/lib/feedback-button.cjsx
#	internal_packages/thread-list/lib/thread-list.cjsx
#	src/flux/stores/draft-store.coffee
2016-01-25 17:28:29 -08:00
Ben Gotow bb03e52e33 Clean up action bars, random exceptions 2016-01-25 17:08:38 -08:00
Ben Gotow e4553ffb1e Fix drafts 2016-01-25 16:37:34 -08:00
Juan Tejada 6b950bdb31 Fix editable list input styles 2016-01-25 14:55:01 -08:00
Evan Morikawa 71abd8bcd7 fix(composer): disable plugins during composition events 2016-01-25 14:54:54 -08:00
Juan Tejada db29a52a99 Fix FocusedAccountStore: remove unnecessary accountstore listener 2016-01-25 14:43:50 -08:00
Evan Morikawa 392753233e feat(send): Send and Archive
Summary: Send and Archive plus a new setting.

Test Plan: new tests

Reviewers: bengotow, juan

Reviewed By: bengotow

Differential Revision: https://phab.nylas.com/D2446
2016-01-25 14:14:09 -08:00
Ben Gotow 8c38b1bce8 Fix for search bar issue with threads not appearing 2016-01-25 13:47:41 -08:00
Ben Gotow c6bf3eba01 Fix for selection update issue, delete items + scroll up issue 2016-01-25 13:44:05 -08:00
Juan Tejada 84bf7dded6 Fix NylasAPI specs and ContactStore specs 2016-01-25 12:12:16 -08:00
Ben Gotow 617224be29 More spec fixes 2016-01-25 11:42:39 -08:00
Ben Gotow c9e5b68f16 More database-related spec fixes 2016-01-25 11:35:23 -08:00
Ben Gotow 6a28cd8cda DatabaseTransaction / QueryBuilder spec fixes 2016-01-25 11:11:57 -08:00
Ben Gotow fcb75fbf1a CategoryPicker / PerspectiveStore spec fixes 2016-01-25 11:07:40 -08:00
Juan Tejada b9316f1a66 add(exports): Add Rx to nylas-exports 2016-01-25 10:40:41 -08:00
Michael Grinich 71070e3c8f Add Berend theme 2016-01-24 17:38:50 -08:00
Juan Tejada 01ad283754 Fix more task specs 2016-01-22 16:55:29 -08:00
Evan Morikawa 5cf20c256d fix(link): auto populate urls. Fix links across nodes
Fixes #1116
Also fixes an issue where links wouldn't create properly across multiple
nodes

This was due to a bug in the `select` method. We use the DOM Range API to
more robustly select a node.
2016-01-22 16:30:28 -08:00
Evan Morikawa 5057ad3d20 fix(keymap): the remove and go to prev/next keys were reversed
Fixes #924
2016-01-22 15:33:49 -08:00
Juan Tejada c5dc9544e1 Fix specs for destroy and syncback category tasks 2016-01-22 14:52:19 -08:00
Juan Tejada ad05cc05cc Fix MutliSelectSplitInteractionHandler specs 2016-01-22 13:47:54 -08:00
Juan Tejada 27ff4d2de2 Show window when switching accounts if it isnt visible 2016-01-22 11:58:24 -08:00
Ben Gotow d842428880 Rename formatResult, don't assume it's an array 2016-01-22 11:45:36 -08:00
Evan Morikawa eb3223580b fix(composer): list creation edge case fixes and tests
Fixes #1064
2016-01-22 10:36:15 -08:00
Ben Gotow c8df59f196 update(readme): Add Todoist for N1 2016-01-22 10:16:46 -08:00
Jackie Luo 313c42185c Add weather plugin to README 2016-01-21 18:08:50 -08:00
Jackie Luo 96739cb400 Merge branch 'master' of github.com:nylas/N1 2016-01-21 18:03:30 -08:00
Jackie Luo 3692c03cb2 Add Reflux 2016-01-21 18:03:18 -08:00
Juan Tejada 6b144b867d Fix MultiSelectListInteractionHandlers specs 2016-01-21 17:07:57 -08:00
Ben Gotow 946d81bf20 Rebuild SearchSuggestionStore to fix errors, appearing after search committed 2016-01-21 16:00:18 -08:00
Ben Gotow 53c258b9d1 ContactStore always searches all contacts 2016-01-21 16:00:18 -08:00
Ben Gotow 4e9bf5cc23 _version was conflicting with superclass property 2016-01-21 16:00:18 -08:00
Ben Gotow 8d8ed03e0c Update CHANGELOG.md 2016-01-21 14:31:27 -08:00
Juan Tejada e3b8803250 Update sidebar to hold state for selected account
- Ensures that it displays the correct set of sidebar items even when
  the perspective changes
- Also sets up hotkeys to switch currently focused accounts
2016-01-21 14:13:48 -08:00
Ben Gotow 7458fdd4db TaskFactory now returns N tasks for performing standard actions, undo uses arrays 2016-01-21 13:46:04 -08:00
Michael Grinich 0fe308f75e Add Solarized Dark 2016-01-21 10:57:27 -08:00
Ben Gotow f772f9ce0e fix(contributing): Mention syncEngine.APIRoot 2016-01-21 10:42:31 -08:00
Ben Gotow 03c76cf255 Merge pull request #988 from mbilker/allow-custom-sync-engines
Allow custom Sync Engine specified in `config.cson`
2016-01-21 10:31:05 -08:00
Evan Morikawa c8305cc04d fix(link): allow links with no closest method to open 2016-01-21 10:15:22 -08:00
mbilker b12ed2f464 fix(nylas-api): namespace the custom sync engine to syncEngine 2016-01-21 00:16:43 -05:00
Evan Morikawa d91966c5fb fix(console): rm console trace 2016-01-20 21:09:50 -08:00
Evan Morikawa d667efea2b bump(version): 0.3.46 2016-01-20 21:00:01 -08:00
Evan Morikawa 11c0af653d fix(link): fix link focus and UX issues
Fix FloatingToolbar position

Fix link-editor to refresh on new props

Fix link content changed

Fix link width
2016-01-20 20:56:56 -08:00
Juan Tejada 979c29e24f Decrease OutlineView children indentation 2016-01-20 19:30:12 -08:00
Juan Tejada f38e9da828 Update default collapsed value for sidebar items in unified inbox view 2016-01-20 19:22:33 -08:00