discourse-data-explorer/assets/javascripts/discourse/components
David Taylor 216dff3ed9
DEV: Improve logic for showing/hiding the reports tab in group screens (#107)
Previously this was adding an extra AJAX request to check if the group had any queries available. Now a boolean is included in the group serializer, so there is no need for the extra request.

Removing this ajax request will also stop other plugin JS integration tests from failing when the data-explorer plugin is installed.

This commit also fixes the HTML markup of the tab, so that it doesn't have a <ul> nested inside the existing <ul>. Also adds an icon for good measure.
2021-04-08 17:47:44 +01:00
..
data-explorer-bar-chart.js.es6 FEATURE: Add a graph report to query results (#93) 2021-02-18 12:06:22 +01:00
explorer-container.js.es6 DEV: apply coding standards (#66) 2020-09-04 13:23:11 +02:00
explorer-schema-enuminfo.js.es6 DEV: apply coding standards (#66) 2020-09-04 13:23:11 +02:00
explorer-schema-onetable.js.es6 DEV: apply coding standards (#66) 2020-09-04 13:23:11 +02:00
explorer-schema.js.es6 FIX: Use Ember's debounce on stable. (#96) 2021-02-22 12:55:11 -03:00
json-file-uploader.js.es6 DEV: prettier 2.2.1 (#89) 2021-01-27 10:38:56 +01:00
param-input.js.es6 DEV: linting 2020-09-22 17:11:41 +02:00
query-result.js.es6 DEV: uses discourse-common/lib/raw-templates (#98) 2021-02-24 19:49:26 +01:00
query-row-content.js.es6 FEATURE: Add a graph report to query results (#93) 2021-02-18 12:06:22 +01:00
share-report.js.es6 DEV: apply coding standards (#66) 2020-09-04 13:23:11 +02:00