Some general UI functionality enhancements and improvements, allow the same PV to appear in multiple branches of the alarm tree.
What's Changed
* FIX: Ensure kafka messages that indicate removal of an item cause it to be removed from the tree/table by jbellister-slac in https://github.com/slaclab/slac-alarm-manager/pull/22
* ENH: Add filtering capability to the alarm table by jbellister-slac in https://github.com/slaclab/slac-alarm-manager/pull/23
* ENH: Monitor multiple alarm topics from kafka at the same time by jbellister-slac in https://github.com/slaclab/slac-alarm-manager/pull/24
* ENH: Multi-select for the table by jbellister-slac in https://github.com/slaclab/slac-alarm-manager/pull/25
* ENH: Use a splitter to better arrange the widgets on the main window by jbellister-slac in https://github.com/slaclab/slac-alarm-manager/pull/26
* MAINT: Refactor the way the alarm tables are created by jbellister-slac in https://github.com/slaclab/slac-alarm-manager/pull/27
* ENH: Add alarm description to the tables by jbellister-slac in https://github.com/slaclab/slac-alarm-manager/pull/28
* ENH: Add a bypass indicator to the alarm tree by jbellister-slac in https://github.com/slaclab/slac-alarm-manager/pull/29
* ENH: A couple minor UI improvements by jbellister-slac in https://github.com/slaclab/slac-alarm-manager/pull/30
* ENH: Allow for the same PV to appear in multiple branches of the tree by jbellister-slac in https://github.com/slaclab/slac-alarm-manager/pull/31
* ENH: Send updates to kafka for each path the PV is part of by jbellister-slac in https://github.com/slaclab/slac-alarm-manager/pull/32
* ENH: Update pydm plugin to support multiple kafka topics by jbellister-slac in https://github.com/slaclab/slac-alarm-manager/pull/33
* FIX: Properly send the (un)/acknowledge command when done at a non-leaf node by jbellister-slac in https://github.com/slaclab/slac-alarm-manager/pull/34
* FIX: Set connection status correctly when establishing new alarm connection by jbellister-slac in https://github.com/slaclab/slac-alarm-manager/pull/35
**Full Changelog**: https://github.com/slaclab/slac-alarm-manager/compare/v1.0.0...v1.1.0