Details
Tested later in the stack.
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
item: | { type: 'user', user: RelativeMemberInfo } | { type: 'chat', chat: ResolvedThreadInfo },
Will introduce new type, which will be reused in getMentionTypeahead(User/Chat)Suggestions.
otherwise default_text is rendered.
Can you explain what this means, and point me to where it is done?
It is done by our markdown rules. Second to last sentence in summary is a little bit confusing regarding this diff. Will delete it!
native/utils/typeahead-utils.js | ||
---|---|---|
71–73 ↗ | (On Diff #30562) | As mentioned https://phab.comm.dev/D8945#inline-58298 we should extract this to a function |
76–87 ↗ | (On Diff #30562) | Can we avoid duplicating the code? |
I think the wording here may be a bit confusing. In my experience, 'cancel' typically means close the alert, and there's another option like 'confirm' or something that will mean you're ok with discarding changes.
Here it seems like 'cancel' means we're ok with discarding changes. Not sure if it's just me though (cc @ted)