Ben Gotow
aeb756cb27
fix(undo-redo): Fix "undo" button clickability, improve animation
2015-10-23 15:03:12 -07:00
Ben Gotow
cb50b3700b
fix(list): Additional focused CSS changes
2015-10-23 14:55:07 -07:00
Ben Gotow
e641d78d27
fix(change-folder): Show folder name when moving to folder
2015-10-23 14:50:39 -07:00
Ben Gotow
29fdd3024a
fix(threads): Show the archive button in the bulk action bar
2015-10-23 14:50:39 -07:00
Evan Morikawa
45466a18b0
fix(archive): can archive and trash from focused message
2015-10-23 14:49:29 -07:00
Evan Morikawa
2fd95fab28
fix(docs): fix broken link
2015-10-23 13:41:29 -07:00
Evan Morikawa
bbf42531cf
feat(windows): updated docs and fix for building on 64-bit
2015-10-23 12:55:44 -07:00
Ben Gotow
096e829f33
fix(list): Incorrect snippet color on unread selected threads in narrow mode
2015-10-23 12:54:02 -07:00
Ben Gotow
a84e1b3db4
fix(keymaps): Reveal keymap.cson rather than opening
2015-10-23 12:49:14 -07:00
Ben Gotow
316d460288
fix(thread-list): Better hover state for quick actions
2015-10-23 12:47:32 -07:00
Evan Morikawa
4b7a3264bd
fix(windows): fix apm package loading and onboarding styles
2015-10-23 12:18:00 -07:00
Ben Gotow
5c57817ee6
fix(onboarding): Do not open plugin folders after install
2015-10-23 11:58:33 -07:00
Ben Gotow
7d45b1ec97
fix(onboarding): Replace ❤️ with a heart image for win32
2015-10-23 11:42:55 -07:00
Ben Gotow
256330c3cb
fix(onboarding): Fix size animation, resolves #150
2015-10-23 11:35:13 -07:00
Ben Gotow
404d0d2ec3
Merge pull request #121 from madhugb/master
...
Fixed a pixel cut in floating-toolbar
2015-10-23 09:54:39 -07:00
Ben Gotow
10ca07599b
fix(tasks): Additional fixes
2015-10-22 18:07:59 -07:00
Ben Gotow
5415bc7665
fix(tasks): Invalid coffeescript in 531118ac5c
2015-10-22 17:26:14 -07:00
Ben Gotow
acc0c18bc6
fix(drafts): Fix missing import, resolves Sentry 4041
2015-10-22 16:13:37 -07:00
Ben Gotow
084fcb53e4
fix(spellcheck): Fix dead code, resolve Sentry 3594
2015-10-22 16:08:03 -07:00
Ben Gotow
c914b2701b
fix(important): Resilient against invalid AccountStore state (Sentry 4049)
2015-10-22 16:05:33 -07:00
Ben Gotow
8b8c333ad8
fix(drafts): Reveal or focus windows for drafts when already open
...
Fixes T3883
2015-10-22 16:02:25 -07:00
Ben Gotow
9dd191fea3
fix(win): When windows are removed, keep ivars in sync
2015-10-22 15:57:34 -07:00
Ben Gotow
a93f8c8294
fix(*): Packages => Plugins in a few more places
...
Resolves T4289
2015-10-22 14:55:30 -07:00
Ben Gotow
d45cf79a3d
bump(version): 0.3.18
2015-10-22 14:24:13 -07:00
Evan Morikawa
ad5274049d
fix(databse): fix memory leak on DatabaseStore.atomically
...
Summary:
The Promise chain we were creating was never cleared and created a memory
leak. We instead use a `PromiseQueue` to cleanup finished promises.
Also added several more tests and verified that the memory leak is gone
with the Chrome profiler
Test Plan: new tests
Reviewers: bengotow
Reviewed By: bengotow
Differential Revision: https://phab.nylas.com/D2184
2015-10-22 14:19:39 -07:00
Evan Morikawa
e9acc3d315
fix(event): remove EventStore
...
Summary:
The EventStore was really doing nothing, except caching hundreds of MB of
event data unnecessarily in each and every window :(
Test Plan: manual
Reviewers: bengotow
Reviewed By: bengotow
Differential Revision: https://phab.nylas.com/D2187
2015-10-22 14:14:58 -07:00
Evan Morikawa
ada6e5a2f6
fix(spec): fix contact store spec
...
Since it's not Promise-based anymore. It was just the spec that relied on
this.
2015-10-22 14:13:51 -07:00
Evan Morikawa
c9d7743cc6
fix(memory): don't return Promise to debounce in ContactStore
...
Prevents a memory leak where it holds onto a stale references of the
contactCache
2015-10-22 14:10:49 -07:00
Ben Gotow
9ff6c4912c
fix(feedback): Links should open in the user's default browser
2015-10-22 11:34:51 -07:00
Ben Gotow
a83201ef7e
feat(sidebar): Hierarchical folders/labels in the sidebar, rendering perf
...
Summary:
Fix label sorting... apparently we just synced them in creation date order
Allow labels / folders to be nested using separators `.`, `/`, and `\`
Allow collapsing of nested labels in sidebar
Add overflow hidden to some core flexboxes, which dramatically reduces repaints because it knows columns will not overflow into other columns
Prevent scroll region contents from re-rendering all the time, not sure why this works
Add test for account sidebar store
Test Plan: Run new test of AccountSidebarStore
Reviewers: evan
Reviewed By: evan
Differential Revision: https://phab.nylas.com/D2181
2015-10-22 10:53:57 -07:00
Ben Gotow
53137a9bfa
fix(onboarding): Correct error where token pane is too small
2015-10-22 10:32:20 -07:00
Madhu GB
7122d22da9
A pixel cut in floating-toolbar
2015-10-22 11:18:55 +05:30
Evan Morikawa
e8c4790d40
fix(lint): fix indentation linter error
2015-10-21 20:39:05 -07:00
Evan Morikawa
2500e52179
feat(windows): improve UI for Windows
...
Remove rounded corners and gradients
2015-10-21 20:32:33 -07:00
Evan Morikawa
134702805d
feat(windows): upgarade preferences UI on Windows
2015-10-21 17:28:52 -07:00
Ben Gotow
2afbc0a6bd
fix(empty-state): Subpixel animation via translate3d
2015-10-21 14:52:50 -07:00
Ben Gotow
05e24838bd
Merge pull request #109 from NSHenry/master
...
feat(onboarding): Optional eas_server_host field for Exchange auth
2015-10-21 14:38:17 -07:00
Ben Gotow
fddac45687
rm(metadata): MetadataStore is not in use, should be rebuilt
...
Resolves a request that happens whenver the user starts the app, reported in #108
2015-10-21 14:30:33 -07:00
Ben Gotow
2ec22dda5a
fix(account-switcher): Chevron icon was upside-down
2015-10-21 14:12:27 -07:00
Ben Gotow
d54b7edae0
fix(atom-window): Main window should exit fullscreen when "closed"
...
Fixes issue #69
2015-10-21 14:07:44 -07:00
Ben Gotow
d4a3c1dad9
Merge pull request #113 from agudulin/master
...
style(*): Add styles for <select> elements, override system defaults
2015-10-21 13:56:16 -07:00
Ben Gotow
2f28b0ad02
fix(uploads): Display error when uploading >25MB files
...
Fixes GitHub issue #102
2015-10-21 12:29:07 -07:00
Evan Morikawa
8808a821f8
feat(win32): improve button styles for Win 8.1 spec
2015-10-21 12:17:34 -07:00
Ben Gotow
392ba542b1
fix(category): Consolidate logic around "archive" vs" all"
2015-10-21 11:58:06 -07:00
Ben Gotow
b963688455
fix(art): Correct "Trash" icon, naming consistency
2015-10-21 11:58:05 -07:00
Alexander Gudulin
60a8ec96e9
Revert back container width, fix controls align
2015-10-21 21:52:04 +03:00
Evan Morikawa
1fc6dfc38a
feat(tooltip): use native tooltip style
2015-10-21 11:27:57 -07:00
Alexander Gudulin
d8b18b9adf
Setup styles for dropdown (select) control
2015-10-21 21:27:53 +03:00
Ben Gotow
4810775924
fix(tasks): SyncbackCategory does not need organizationUnit
2015-10-21 11:07:08 -07:00
Ben Gotow
98a2464e0f
fix(specs): Unbreak tests for CategoryPicker
2015-10-21 10:57:42 -07:00