Ghost/ghost/admin/app/templates
Kevin Ansfield a7cf374566 Added "Gifs" card to the editor
refs https://github.com/TryGhost/Team/issues/1225

When inserted opens a searchable gif selector, creating an image card when a gif is chosen.

Includes keyboard navigation once open:
- `Tab`/`Shift+Tab` cycles highlighted gif through search result order
- `Up` / `Down` / `Left` / `Right` moves highlight in the respective direction
- `Enter` inserts highlighted gif

For the gifs card to be activated it's necessary to add a Tenor API key (obtained freely from https://tenor.com/gifapi) via your config.production.json file:

```
  ...
  "tenor": {
    "publicReadOnlyApiKey": "YOUR_KEY"
  }
}
```
2021-12-01 12:19:10 +00:00
..
editor Migrated to <AngleBracketSyntax /> (#1460) 2020-01-16 15:14:03 +00:00
members Added new members CSV importer (#1797) 2020-12-10 01:02:31 +05:30
settings Added "Gifs" card to the editor 2021-12-01 12:19:10 +00:00
setup Minor icon/copy fix for site setup flow 2021-03-05 15:55:56 +01:00
-contributors.hbs 🐛 fix broken assets (#616) 2017-04-05 14:08:15 +01:00
application-error.hbs Migrated to <AngleBracketSyntax /> (#1460) 2020-01-16 15:14:03 +00:00
application.hbs Fixed button hover text color 2021-11-17 11:46:57 +01:00
dashboard.hbs Merged v4.22.1 into main 2021-11-10 12:58:15 +00:00
designsandbox.hbs Added dashboard UI skeleton 2021-02-16 18:12:24 +01:00
editor.hbs Fixed editor header display on mobile 2021-09-20 17:36:43 +02:00
error.hbs Fixed 404 code alignment 2021-07-08 15:42:46 +02:00
launch.hbs Updated launch wizard to create custom price 2021-05-04 21:42:48 +05:30
member.hbs Cleaned duplicate member settings form component 2021-09-13 16:40:45 +05:30
members.hbs Added Members Filtering feature 2021-10-01 14:16:28 +02:00
offer.hbs Fixed enter causing new offer screen to redirect 2021-11-10 17:46:58 +05:30
offers.hbs Offers list copy improvements 2021-10-22 11:14:43 +02:00
pages-loading.hbs Fixed header content jump when navigating between custom views 2021-03-09 11:38:48 +00:00
pages.hbs Responsive UI fixes 2021-02-12 14:29:49 +01:00
posts-loading.hbs Fixed header content jump when navigating between custom views 2021-03-09 11:38:48 +00:00
posts.hbs Responsive UI fixes 2021-02-12 14:29:49 +01:00
reset.hbs Updated password reset button style 2021-03-03 17:16:44 +01:00
settings.hbs Fixed tests expecting old theme settings screen 2021-11-10 12:45:26 +00:00
setup.hbs Migrated to <AngleBracketSyntax /> (#1460) 2020-01-16 15:14:03 +00:00
signin.hbs Updated OAuth signin link to relative for subdirectory support 2021-09-17 16:34:12 +01:00
signup.hbs 🐛 Fixed button style for staff creation 2020-01-21 12:14:35 +01:00
site.hbs Added reset-to-homepage behaviour when clicking "view site" link 2019-03-21 17:55:58 +00:00
tag.hbs Updated custom integration UI 2021-02-08 21:16:41 +01:00
tags-loading.hbs Fixed tags loading screen UI bug 2021-03-05 10:19:37 +01:00
tags.hbs Fixed Tags empty screen button bug 2021-10-07 12:25:37 +02:00
whatsnew.hbs Updated About/What's new? page (#1872) 2021-09-08 14:00:24 +02:00