Fixed a small bug where the facilities facet number was being pushed too far left if there was not a download button visible. Now, if the download button is hidden, the facet will align correctly with the right side of the panel. This fix was imlemented by changing the display of the parent from display: grid to display: flex
Changed:
Added loading state (hidden) for the location facilities title (.location__facilities_title--loading)
Added loading state (hidden) for hide/show facilities button (.location-facilities__trigger--loading)
Added loading state (hidden) for location facility block items (.location-facility__item--loading)
Loading state for title and show locations button
location-facility__item_loading for loading indicator on each row
09/16/2021 - Point mapper dropdown icon colour fix
Added margin below tables to improve spacing in rich data panel
Hid icon by default
Added .slide-info__introduction to all tutorial slides
Changed:
Added margin-bottom to .profile-indicator__table_inner to fix spacing issues in the rich-data panel
z-depth: 999 added to items within the .map-bottoms-items panel
Added .point-legend__remove to the .point-legend contained within the .map-print panel and added a .hidden class to it. It has also been moved further down the DOM so that the .point-legend that gets copied is the correct one.
Added .hidden class to .data-category__h1_icon by default to avoid incorrect icons
Added .slide-info__introduction to every tutorial slide
07/13/2021- Fixed rich data filter buttons to resemble map-options
There was a miscommunication about what options users preferred and we implemented the incorrect solution. This update implements the map-options filtering approach in the rich-data panel.
Please note that due to slow performance and export speeds, the backlog of old feature previews has been purged. I have created a backup on the webflow side to revert back if this causes any issues. I don't foresee there being a problem. Hopefully the performance issues are noticeable.
Preview of rich-data profile-indicator filters
Changed:
Reverted to old implementation of .map-options__filters
Changed .profile-indicator__new-filter to be a wide button to replicate the map-options button
07/12/2021- Remove map options tooltip and change filter buttons
This feature change was requested because dropdowns were not working due to them being duplicates and not being cloned from the styles panel (similar to how it is handled in the rich-data panel).
Changed:
Removed the filters content section from the map-options div
Added map-options__filters_content to the styles panel for cloning
The backend will need to clone the .map-options__filters_content in the styles panel for the map-options panel as needed. The hope is that this will prevent the dropdowns from breaking.
These two implementation of this feature work in a similar ways
.profile-indicator__filter-labels now contains the column labels for each filter column
Each filter row is now within .profile-indicator__filter-row and .mapping-options__filter-row
Possible buttons to the right of the filters (add filter and remove filter) are within .profile-indicator__filter-buttons and .mapping-options__filter-buttons
These buttons are .profile-indicator__remove-filter and .profile-indicator__new-filter in the rich data panel
These buttons are .mapping-options__remove-filter in the mapping options
.profile-indicator__new-filteris visible by default in the rich data panel
.profile-indicator__remove-filter is hidden by default in the rich data panel
Changed:
Added border-bottom: 1px; and padding-bottom: 12px; to .profile-indicator__header
04/29/2021 - Data attributes and classes for Point Mapper and locations
Added .location__facilities_download.location__facilities_download-all--header button to .location__facilities_header. This button is only visible on desktop. On mobile it hides and the button moves down to below the location cards. This is because downloading takes less priority on mobile devices.
Added .location__facilities_download.location__facilities_download-all--footer. This button shows on smaller screen sizes.
.location__facilities_header-wrapper to contain the icon and title. Please note that this may cause integrations with backend data to break.
The first .profile-indicator__table_cell in each row has the class .profile-indicator__table_cell--first applied in order to apply specific styling.
By default the .profile-indicator__table_show-more is hidden (comprised of the "Load more rows" and "Showing" info).
When the table exceeds a certain number of rows (dev decision), subsequent rows are not shown and can be toggled to show using the load more rows button.
There is no functionality from the Webflow side to handle this "expansion". Please advise if there is anything on my end that would assist in getting this functionality working.
03/09/2021 - Print and google maps button for location
Added data-element="chart-value-select" to the hover menu chart value type selector
Added data-element="chart-download-data" to hover menu download data options
Fixed
Removed .webflow from .hover-menu__content that was not removed before previous export
This class is used to show items when working on them in webflow. This will mean that the hover menu will start off open. With this fix it should return to a default of closed.
02/16/2021 - Hiding and styling content in chart hover menus