mirror of
https://github.com/penpot/penpot.git
synced 2026-03-19 17:03:44 +00:00
* 🎉 Create token combobox * ♻️ Extract floating position as hook * ♻️ Extract mouse navigation as hook * ♻️ Extract token parsing * 🎉 Add test * 🎉 Add flag * 🐛 Fix comments * 🐛 Fix some errors on navigation * 🐛 FIx errors on dropdown selection in the middle of the string * 🐛 Only select available options not headers or empty mesage * ♻️ Change component name * 🐛 Intro doesn't trigger dropdown * 🐛 Fix differences between on-option-enter and on-option-click * ♻️ Refactor scrollbar rule * 🐛 Fix update proper option * ♻️ Use tdd to resolve parsing token * ♻️ Add more test * ♻️ Use new fn for token parsing * ♻️ Refactor new fns and add docstrings * 🐛 Fix comments and warnings --------- Co-authored-by: Andrey Antukh <niwi@niwi.nz>