components
components copied to clipboard
UI building blocks to add email, calendar, and contacts to your app in minutes.
**Is your feature request related to a problem? Please describe.** When using Nylas data without external data, each message is loaded on demand. But when using external data, the messages...
**Is your feature request related to a problem? Please describe.** I need a fully-functional mailbox component (that is, actions like starring and read/unread will have an effect) with a display...
# Code changes - Updated READMEs to match latest changes and fill in TODOs # License I confirm that this contribution is made under the terms of the MIT license...
# Description - For Email component, if user didn't pass any one of the following properties, we show the error message saying that no email data provided: - `thread`, `thread_id`,...
# Code changes - [ ] # Readiness checklist - [ ] Added changes to component `CHANGELOG.md` - [ ] New property added? make sure to update `component/src/properties.json` - [...
# Code changes ## Current issues: - [x] Some styles are missing from the compiled bundle, we think it might be related to svelte having some difficulty compiling scss with...
# Code changes The actions bar is UI to act on selected email threads. When checkboxes are disabled, it will never have any content, and so it shouldn't be displayed....
# Code changes The current styling assumes this mailbox will be the only component on the screen. If it's included in a UI that has something above it, that means...
**Describe the bug** When clicking a draft in a thread, it takes multiple seconds until the draft is shown as selected and the draftClicked event is fired. **To Reproduce** Open...
# Code changes We have a list of threads that we've assembled using our app's "secret sauce," and now want to show the user this curated lists of threads as...