Skip to content

Commit

Permalink
adjust icon picker popup to allow search, #665
Browse files Browse the repository at this point in the history
  • Loading branch information
jneilliii committed Jul 7, 2024
1 parent c88907a commit a12312a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@
<div data-bind="sortable: { data: settingsViewModel.settings.plugins.bedlevelvisualizer.commands, options: { cancel: '.unsortable', handle: '.move_command'} }" class="row-fluid">
<div class="btn-group" style="margin: 5px;">
<button type="button" class="btn iconpicker-component" data-bind="click: $root.showEditor, attr: {title: (tooltip() ? tooltip : command)}"><i class="fa-lg" data-bind="css: icon"></i> <span data-bind="text: label"></span></button>
<button type="button" class="icp icp-dd btn dropdown-toggle" data-selected="fa-car" data-toggle="dropdown" aria-expanded="false" data-bind="iconpicker: icon,iconpickerOptions: {searchInFooter: true, hideOnSelect: true, collision: true}">
<button type="button" class="icp icp-dd btn dropdown-toggle" data-selected="fa-car" data-toggle="dropdown" aria-expanded="false" data-bind="iconpicker: icon,iconpickerOptions: {container: '#bedlevelvisualizer_custom_commands', hideOnSelect: true, collision: true, templates: {popover: '<div class=&quot;iconpicker-popover popover&quot;><div class=&quot;popover-title&quot;></div><div class=&quot;popover-content&quot;></div></div>'}}">
<span class="caret"></span>
<span class="sr-only">Toggle Dropdown</span>
</button>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
plugin_name = "Bed Visualizer"

# The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module
plugin_version = "1.1.2rc10"
plugin_version = "1.1.2rc11"

# The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin
# module
Expand Down

0 comments on commit a12312a

Please sign in to comment.