discourse/app/assets/javascripts/discourse
Martin Brennan 9c17588f6a
FIX: Admin dashboard tooltips not working on mobile (#29538)
This commit fixes the (?) tooltips for reports on
the admin dashboard on mobile.

The fix is that float-kit instances can now have different triggers
and un-triggers for mobile and desktop, and float-kit is now aware
of the site being in mobile view.

Example usage:

```
@triggers={{hash mobile=(array "click")}}
```

So now, if you press on the tooltip trigger on mobile it shows
correctly, and on desktop both hover and click can be used.

---------

Co-authored-by: Joffrey JAFFEUX <j.jaffeux@gmail.com>
2024-11-01 12:25:12 +10:00
..
app DEV: Improve method of presenting link clicks (#29453) 2024-10-31 12:44:08 -07:00
config DEV: Update ember-cli-deprecation-workflow from 2.2.0 to 3.0.1 (#28226) 2024-08-07 17:59:42 +02:00
lib DEV: Upgrade babel & remove vendored safari-bugfix transformation (#28208) 2024-08-05 10:35:26 +01:00
public/assets/scripts DEV: Improve built-in browser performance marks/measurements (#26758) 2024-05-02 23:07:36 +01:00
scripts DEV: Convert account activation pages to use Ember (#28206) 2024-08-12 18:02:00 -03:00
tests FIX: Admin dashboard tooltips not working on mobile (#29538) 2024-11-01 12:25:12 +10:00
.ember-cli DEV: Update ember-cli to 5.6.0 (#25886) 2024-02-27 10:48:30 +01:00
.npmrc
.watchmanconfig
ember-cli-build.js DEV: Introduce webpack-retry-chunk-load-plugin (#28960) 2024-09-18 15:50:24 +01:00
package.json Build(deps-dev): Bump webpack from 5.95.0 to 5.96.0 (#29534) 2024-10-31 23:48:47 +01:00
testem.js DEV: prevents chrome to ask for fav search engine (#28192) 2024-08-01 15:49:07 +02:00