neo icon indicating copy to clipboard operation
neo copied to clipboard

The application worker driven frontend framework

Results 327 neo issues
Sort by recently updated
recently updated
newest added

Goals: * Using a buffered grid for the inbox data * Custom component to display the email content * Make it possible to move the email content into a new...

enhancement
no auto close

* tricky one: components cycle => they are index based * a view with 10 rows => filter change => 5 get added, 5 get removed, 5 get moved =>...

enhancement
help wanted
no auto close

* Instead of rebinding view based store listeners logic, the cleaner way would be to remove the relevant view based listeners and add own listeners to the store * This...

enhancement
no auto close

* Currently we are only checking if a row is inside the mounted range * While there is a memory overhead, it would be nice to check if inside the...

enhancement
no auto close

* when adding a fixed `background-color`, it got a higher priority than the hover selector * the active state still works, but does not look nice (transparency & a bg...

bug
no auto close

A ComboBox supports typing into an input field, while a default `select` tag only supports selecting an `option`. This topic gets interesting, since there is a stage 2 proposal =>...

enhancement
no auto close

for the multi-window scope, it would be nice to have a separated focus history for each connected window. ![Image](https://github.com/user-attachments/assets/d0067ed4-5957-4029-ba87-b977a8bea82e) so, the history should become an object with `windowId` props which...

enhancement
no auto close