Ken Sternberg
Ken Sternberg
## Details What this is, is a progress stake-in-the-ground about converting our web-ui to be broken up into independent components. And what you’re reading is a progress report with all...
## Details web: add command palette Adds [Ninja Keys](https://github.com/ssleptsov/ninja-keys) (MIT License) to the Admin Interface. This is a trivial demo. Start the UI and begin by pressing CMD-K or CTRL-K...
## Details As part of the project to make the verticals more controllable and responsive, this commit breaks the ApplicationView into two different parts: The API layer and the rendering...
# web: fix value handling inside controlled components ## Details This is one of those stupid bugs that drive web developers crazy. The basics are straightforward: when you cause a...
## Details This commit is a quick-and-dirty prototypes for what such a list view would look like. None of the usual bells and whistles have been applied: the styles are...
## Details web: improve state management of Fuze application search This commit rewrites a bit (just a bit, really!) of the relationship between `ak-library-application-impl` and `ak-library-application-search`. The “show only apps...
web: search select - a functioning search select ## Details Search select is now separated into the following components: - SearchSelectView: Takes the renderables and the selected() Value and draws...
web: replace multi-select with dual-select for all propertyMapping invocations All of the uses of <select> to show propertyMappings have been replaced with an invocation to a variant of dual select...
## Details This concludes the effort to replace all our admin's MultiSelect with DualSelect options. Many of these had no pagination and would start to fail if there were more...
## Details As is typical of a system where a new build engine is involved, this thing is sadly fragile. Use the wrong import style in wdio.conf.js and it breaks;...