-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move action-list from icingadb-web #225
base: main
Are you sure you want to change the base?
Commits on Aug 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 90cfb25 - Browse repository at this point
Copy the full SHA 90cfb25View commit details -
ActionList: Make it stand alone widget
Remove icinga dependency
Configuration menu - View commit details
-
Copy full SHA for 3044f6a - Browse repository at this point
Copy the full SHA 3044f6aView commit details -
ActionList: Define const
listIdentifier
andlistItemIdentifier
va……riables Remove/decouple icinga(behavior) based code Remove/decouple icinga-based code
Configuration menu - View commit details
-
Copy full SHA for 484b3f3 - Browse repository at this point
Copy the full SHA 484b3f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbae378 - Browse repository at this point
Copy the full SHA bbae378View commit details -
ActionList: remove click selector
not(.page-selector)
it somehow became irrelevant, but must have been important before. But now that we don't want any icingaweb-specific code here, it has to be removed anyway. it become somehow inrelevent, must be relevant before. But now as we dont want any icingaweb specific code here it must be removed anyway.
Configuration menu - View commit details
-
Copy full SHA for 863aaa3 - Browse repository at this point
Copy the full SHA 863aaa3View commit details -
ActionList: OnKeyDown: find next selectable list item based on data-attr
Dont explicitely check for .page-seperator to skip element, skip until an selectable one found or list ends
Configuration menu - View commit details
-
Copy full SHA for 02407ac - Browse repository at this point
Copy the full SHA 02407acView commit details -
ActionList: dont select lastActivated as fallback
seems unnecessory, deactivating and activating the same element again and again
Configuration menu - View commit details
-
Copy full SHA for e59f55b - Browse repository at this point
Copy the full SHA e59f55bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d39d704 - Browse repository at this point
Copy the full SHA d39d704View commit details -
ActionList: getDirectionalNext: return only selectable next item or n…
…ull if list ends Make idetifiers const
Configuration menu - View commit details
-
Copy full SHA for 384be57 - Browse repository at this point
Copy the full SHA 384be57View commit details -
use this.list instead of getting list from dom
Configuration menu - View commit details
-
Copy full SHA for 178ba0f - Browse repository at this point
Copy the full SHA 178ba0fView commit details -
ActionList: Load items properly after auto/manual page refresh
Remove unused code
Configuration menu - View commit details
-
Copy full SHA for ad64597 - Browse repository at this point
Copy the full SHA ad64597View commit details -
ActionList: Unbind the keydown event listner properly
Otherwise, there are several listners that react to the keydown event.
Configuration menu - View commit details
-
Copy full SHA for eada8d2 - Browse repository at this point
Copy the full SHA eada8d2View commit details -
ActionList: Introduce event
selection-start
andselection-end
* `load-selection` is renamed to `selection-start` - `selection-start` is triggered only once, when a new selection starts - `selection-end` is triggered, when user stop selecting Remove superfluos params of trigger method
Configuration menu - View commit details
-
Copy full SHA for 0f6c0f6 - Browse repository at this point
Copy the full SHA 0f6c0f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 283a79a - Browse repository at this point
Copy the full SHA 283a79aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a6b197b - Browse repository at this point
Copy the full SHA a6b197bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 31f01ad - Browse repository at this point
Copy the full SHA 31f01adView commit details -
This way we avoid adding it to every module that should support actionList functionality.
Configuration menu - View commit details
-
Copy full SHA for b406507 - Browse repository at this point
Copy the full SHA b406507View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e85c0d - Browse repository at this point
Copy the full SHA 7e85c0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5836d42 - Browse repository at this point
Copy the full SHA 5836d42View commit details -
ActionList: Let the ActionList know if it is the primary list
If the list already contains active items, keypress should navigate to this this.
Configuration menu - View commit details
-
Copy full SHA for f559fb6 - Browse repository at this point
Copy the full SHA f559fb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12e6213 - Browse repository at this point
Copy the full SHA 12e6213View commit details -
Configuration menu - View commit details
-
Copy full SHA for afe36af - Browse repository at this point
Copy the full SHA afe36afView commit details -
ActionList: Add class ptoperty
isMultiSelectable
Remove superfluous sufix `List` from properties
Configuration menu - View commit details
-
Copy full SHA for f42d406 - Browse repository at this point
Copy the full SHA f42d406View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06d6650 - Browse repository at this point
Copy the full SHA 06d6650View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9a2cd9 - Browse repository at this point
Copy the full SHA e9a2cd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d0e861 - Browse repository at this point
Copy the full SHA 4d0e861View commit details -
ActionList: getDirectionNext(): Return list's first/last elem if null…
… is passed as item
Configuration menu - View commit details
-
Copy full SHA for 2befb2a - Browse repository at this point
Copy the full SHA 2befb2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 788c210 - Browse repository at this point
Copy the full SHA 788c210View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7032956 - Browse repository at this point
Copy the full SHA 7032956View commit details -
ActionList: Take items with css propery
display:contents
into accountFor example, the elements of icingadb/hostgroup are `display:contents`, which leads to scrollIntoView() having no effect.
Configuration menu - View commit details
-
Copy full SHA for 8547467 - Browse repository at this point
Copy the full SHA 8547467View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86196fa - Browse repository at this point
Copy the full SHA 86196faView commit details