Ayush Amawate

Results 6 comments of Ayush Amawate

@evykassirer have you set up the typeahead source for the pill in searchpill.js

just a quick question, @evykassirer. When a user searches for a stream, would the search string be converted to a pill or the corresponding stream which matched, would convert to...

> @Ayush2k02 I don't think I understand your question, can you explain more? Is those two possibiliites a difference in user experience or a technical implementation difference? I think that...

Thanks for this tip, @evykassirer I was actually trying to integrate the search_pill with something, this would solve a lot of headache for me.

@evykassirer are you planning to migrate search_pill to typescript ? If you do so, you would have to convert filter.js , unread.js and message_store.js to typescript before, out of which...

@evykassirer , have you converted search_pill to typescript yet, below is my implimentation. ``` import {Filter} from "./filter"; import type {InputPillContainer, InputPillItem} from "./input_pill"; import * as input_pill from "./input_pill";...