-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(app): Use a new API to pre-cache messages in bulk #931
base: master
Are you sure you want to change the base?
Conversation
src/app/rmmapi/rbwebmail.ts
Outdated
); | ||
} | ||
|
||
//return Promise.allSettled(messagePromises); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure yet if we'd actually prefer allSettled()
here or not, but it doesn't compile under our current setup so far anyway ;) If we go for it, we might need a polyfill to make it work on ancient browsers too.
735ebe1
to
6a39311
Compare
Introduces a "contact support" component, since it's a UI pattern we repeat a lot.
6a39311
to
797f41f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good @tadzik!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Requires #972 to be updated/deployed first
@@ -144,30 +144,26 @@ export class MockServer { | |||
} | |||
|
|||
} | |||
|
|||
const bulkemailendpiont = requesturl.match(/\/rest\/v1\/email\/download\/([0-9,]+)/); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"endpiont"? - typo
Needs to be similarly adopted in the SearchService.