21842: removed word wrap on listItems
[arvados.git] / services / workbench2 / src / components / tabbedList / tabbed-list.tsx
2024-09-25 Lisa Knox21842: removed word wrap on listItems
2024-09-25 Lisa Knox21842: styling
2024-09-24 Lisa Knox21842: removed tabbedList scrollbar
2024-09-24 Lisa Knox21842: fixed handleselect firing on hover
2024-09-23 Lisa Knox21842: set listrefs to be a Record instead of an array
2024-09-23 Lisa Knox21842: fixed scroll wrap when selecting -1
2024-09-23 Lisa Knox21842: added dense prop to List el
2024-09-20 Lisa Knox21720: added spinner to list when loading
2024-09-19 Lisa Knox21842: moved tabPanel inside parent component to simpli...
2024-09-19 Lisa Knox21842: fixed scrollbar going past scrollContainer
2024-09-19 Lisa Knox21842: merge cleanup, changed ListItem to ListItemButton
2024-09-19 Lisa KnoxMerge branch 'main' into 21842-improve-sharing
2024-09-19 Lisa Knox21842: removed autofocus and set contents length in...
2024-09-13 Lisa Knox21842: fixed sharing test
2024-09-13 Lisa Knox21842: removed old renderSharing and related code
2024-09-13 Lisa Knox21842: added hover
2024-09-13 Lisa Knox21842: added notFound condition
2024-09-13 Lisa Knox21842: fixed lost reference to this in handleSelect
2024-09-12 Lisa Knox21842: moved tab handlers to parent component
2024-09-12 Lisa Knox21842: moved parsed list contents to component state
2024-09-12 Lisa Knox21842: converted tabbedList to take a Record instead...
2024-09-11 Lisa Knox21842: selected items now scroll into view
2024-09-11 Lisa Knox21842: list styling
2024-09-11 Lisa Knox21842: added tab nav between tabs
2024-09-11 Lisa Knox21842: restored up/down arrow select
2024-09-11 Lisa Knox21842: added generic type to tabbedlist
2024-09-10 Lisa Knox21842: stickied the tabs
2024-09-10 Lisa Knox21842: basic tabbed autosuggest is up