Earlier quoted context omitted.
Your issues are mostly with the file picker, which is a brand new component that was just added yesterday in response to a feature request after launch: https://x.com/andrewlu0/status/2064726998186971400?s=46 It has some rough edges as a result, but your suggestions are very valid. We’ll make those improvements (we’re also taking PRs!).
Nice! That explains it to a degree. I would suggest taking someone who is really annoying about details, from your team, and having them just use the components as they are. Just click around and mess with them for a while -- in my experience this is how you get that final 20% of polish.
Show HN: Extend UI – open-source UI kit for modern document apps
81–88 of 88 posts
added some basic filtering/sort/search support, lmk what you think!
Re: Show HN: Extend UI – open-source UI kit for modern document apps
#82Cool project! I was playing around with the Excel viewer - the docs claim "Search across sheets and cell ranges", but I can't seem to trigger search functionality and the browser search bar can't find contents on cells. Is this a known issue?
just added an example implementation in the xlsx viewer for search, but the code is yours to modify and customize. react-xlsx should expose the necessary functions to implement a custom search (by workbook/sheet etc...)
Re: Show HN: Extend UI – open-source UI kit for modern document apps
#83Re: Show HN: Extend UI – open-source UI kit for modern document apps
#84Re: Show HN: Extend UI – open-source UI kit for modern document apps
#85Cool project! I was playing around with the Excel viewer - the docs claim "Search across sheets and cell ranges", but I can't seem to trigger search functionality and the browser search bar can't find contents on cells. Is this a known issue?
just added an example implementation in the xlsx viewer for search, but the code is yours to modify and customize. react-xlsx should expose the necessary functions to implement a custom search (by workbook/sheet etc...)
Appreciate the pointer here, this is what I need! Hope this project keeps growing :)
Re: Show HN: Extend UI – open-source UI kit for modern document apps
#86Seeing a lot of criticism in here, some valid, some not. Just wanted to say that, to me, this is really well put together - and seems like a lot of thought went into this. Appreciate you releasing this publicly!
Re: Show HN: Extend UI – open-source UI kit for modern document apps
#87[flagged]
Re: Show HN: Extend UI – open-source UI kit for modern document apps
#88Nice