discourse/plugins/styleguide
Isaac Janzen 6aae60a212
FIX: Tooltip styleguide triggers not rendering options (#29926)
Tooltips have different triggers / untriggers by device type (mobile / desktop) and this PR provides the correct options in the styleguide based on device type. 

# Before
<img width="787" alt="Screenshot 2024-11-25 at 3 31 56 PM" src="https://github.com/user-attachments/assets/f18f3003-e887-42c5-8f42-24af87cadf56">

# After
<img width="800" alt="Screenshot 2024-11-25 at 3 30 48 PM" src="https://github.com/user-attachments/assets/6113eff3-7b1f-4782-aea3-c8bee5e9842a">
2024-11-25 16:00:52 -06:00
..
app/controllers/styleguide DEV: Move core plugin TL -> group settings (#25355) 2024-01-23 11:35:14 +10:00
assets FIX: Tooltip styleguide triggers not rendering options (#29926) 2024-11-25 16:00:52 -06:00
config Update translations 2024-10-02 08:55:44 +02:00
db/post_migrate DEV: Move core plugin TL -> group settings (#25355) 2024-01-23 11:35:14 +10:00
lib/styleguide
public/images
spec DEV: Skip flaky styleguide system specs (#29773) 2024-11-15 00:13:22 +01:00
plugin.rb DEV: Update rubocop-discourse to latest version 2024-03-04 15:08:35 +01:00
README.md
screenshot.png

styleguide

Adds a URL of /styleguide to discourse that renders widgets in various
configurations to aid in styling.

Screenshot