discourse/app/assets/javascripts/admin/addon/components
Osama Sayegh fced35de15
UX: Add title attribute to reports cells (#15137)
Some reports, like the Web Crawler User Agents report, have very long strings that need to be truncated when displayed. However, there is no way to see the full value without exporting the report or inspecting the elements using dev tools. This PR set a `title` attribute with the full value to the reports `<td>` elements so that the full value is shown on hover.
2021-11-30 14:58:42 +03:00
..
report-filters DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
site-settings DEV: Add experimental json_scheme site setting type (#12226) 2021-03-01 09:15:17 -05:00
ace-editor.js DEV: Show warning in admin UI for core SCSS color vars (#12984) 2021-05-11 09:01:06 -04:00
admin-backups-logs.js DEV: Use method definition syntax consistently (#14915) 2021-11-13 14:01:55 +01:00
admin-editable-field.js REFACTOR: Support bundling our `admin` section as an ember addon 2020-09-22 15:14:29 -04:00
admin-form-row.js REFACTOR: Support bundling our `admin` section as an ember addon 2020-09-22 15:14:29 -04:00
admin-graph.js DEV: Bump eslint-config-discourse (#14868) 2021-11-10 09:31:41 +10:00
admin-nav.js REFACTOR: Support bundling our `admin` section as an ember addon 2020-09-22 15:14:29 -04:00
admin-penalty-history.js FEATURE: Penalty history improvements (#13359) 2021-07-12 11:36:56 -07:00
admin-report-chart.js DEV: drops jquery usage un admin-report-chart (#14661) 2021-10-20 14:28:49 +02:00
admin-report-counters.js REFACTOR: Support bundling our `admin` section as an ember addon 2020-09-22 15:14:29 -04:00
admin-report-counts.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
admin-report-inline-table.js REFACTOR: Support bundling our `admin` section as an ember addon 2020-09-22 15:14:29 -04:00
admin-report-per-day-counts.js REFACTOR: Support bundling our `admin` section as an ember addon 2020-09-22 15:14:29 -04:00
admin-report-stacked-chart.js DEV: drops jquery usage in stacked chart (#14946) 2021-11-16 10:26:26 +01:00
admin-report-storage-stats.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
admin-report-table-cell.js UX: Add title attribute to reports cells (#15137) 2021-11-30 14:58:42 +03:00
admin-report-table-header.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
admin-report-table-row.js REFACTOR: Support bundling our `admin` section as an ember addon 2020-09-22 15:14:29 -04:00
admin-report-table.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
admin-report-trust-level-counts.js REFACTOR: Support bundling our `admin` section as an ember addon 2020-09-22 15:14:29 -04:00
admin-report.js FIX: ensures we don't apply charts options to other modes (#13570) 2021-06-29 21:58:35 +02:00
admin-theme-editor.js DEV: Use method definition syntax consistently (#14915) 2021-11-13 14:01:55 +01:00
admin-user-field-item.js FEATURE: the ability to search users by custom fields (#12762) 2021-04-27 15:52:45 +10:00
admin-watched-word.js FIX: only delete the word/phrase when the 'x' icon is clicked (#13547) 2021-06-28 15:14:18 +05:30
admin-web-hook-event-chooser.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
admin-web-hook-event.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
admin-web-hook-status.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
admin-wrapper.js FEATURE: Add `admin-area` class to HTML tag (#12459) 2021-03-22 11:36:26 +11:00
cancel-link.js REFACTOR: Support bundling our `admin` section as an ember addon 2020-09-22 15:14:29 -04:00
color-input.js DEV: Use method definition syntax consistently (#14915) 2021-11-13 14:01:55 +01:00
dashboard-new-features.js DEV: Fix set-after-destroy issues (#15078) 2021-11-24 20:13:52 +01:00
email-styles-editor.js UX: Allow saving with cmd+s/ctrl+s with Ace editor (#12674) 2021-05-04 12:56:10 +01:00
embeddable-host.js FIX: Display embeddable host's post to category. (#14517) 2021-10-05 13:59:27 -03:00
embedding-setting.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
emoji-value-list.js DEV: Added support for custom site setting 'emoji_list' (#12414) 2021-04-07 15:32:05 +02:00
flag-user-lists.js REFACTOR: Support bundling our `admin` section as an ember addon 2020-09-22 15:14:29 -04:00
highlighted-code.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
inline-edit-checkbox.js FIX: Checkbox value should not leak between themes (#11327) 2020-11-24 12:10:28 +02:00
install-theme-item.js REFACTOR: Support bundling our `admin` section as an ember addon 2020-09-22 15:14:29 -04:00
ip-lookup.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
moderation-history-item.js REFACTOR: Support bundling our `admin` section as an ember addon 2020-09-22 15:14:29 -04:00
penalty-post-action.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
permalink-form.js DEV: jquery removal/listeners/cleanup of permalink form (#14944) 2021-11-16 10:25:54 +01:00
resumable-upload.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
screened-ip-address-form.js UX: Normalize sizing for inputs, buttons, dropdowns (#14226) 2021-09-09 11:01:56 -04:00
secret-value-list.js DEV: Bump eslint-config-discourse (#14868) 2021-11-10 09:31:41 +10:00
silence-details.js REFACTOR: Support bundling our `admin` section as an ember addon 2020-09-22 15:14:29 -04:00
simple-list.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
site-setting.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
site-text-summary.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
staff-actions.js DEV: drops jquery/simplify code/removes leaked event (#14947) 2021-11-16 10:26:39 +01:00
suspension-details.js Fix typo (#13087) 2021-05-19 11:09:50 +10:00
tags-uploader.js FEATURE: Use uppy for tags uploader (#14821) 2021-11-08 08:18:09 +10:00
theme-setting-editor.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
theme-setting-relatives-selector.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
theme-translation.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
themes-list-item.js UX: Remove animation in admin theme list (#14743) 2021-10-27 13:09:34 -04:00
themes-list.js FEATURE: Add filter box to the themes/components list (#13767) 2021-07-19 09:33:58 +08:00
value-list.js DEV: Use `key` over the deprecated `keyCode` (#13795) 2021-08-09 11:41:36 +02:00
watched-word-form.js DEV: Use `key` over the deprecated `keyCode` (#13795) 2021-08-09 11:41:36 +02:00
watched-word-uploader.js FEATURE: Use uppy for watched word uploader (#14817) 2021-11-05 09:23:28 +10:00