Ghost/ghost/admin/app/helpers
Kevin Ansfield 2fb88e65ca Fixed signin and signup button failure state hover colors
ref https://linear.app/tryghost/issue/ENG-1653

- we were always setting a `style="background-color: #123456"` attribute on the buttons but that didn't allow for different button states such as the red failure state to correctly override meaning there was some odd behaviour when hovering
- removed the fixed `style` attribute and adjusted `<GhTaskButton>`
  - added `@useAccentColor` prop
  - when `@useAccentColor` is true, add the necessary `style` attribute except when showing the failure state
2024-10-17 16:54:23 +01:00
..
activity-feed-fetcher.js Fixed TaskCancelation errors 2022-11-23 10:42:40 +00:00
author-names.js 🐛 Fixed author names not appearing in Facebook open-graph preview 2019-03-12 12:15:02 +00:00
background-image-style.js Switch deprecated htmlSafe imports from @ember/string to @ember/template 2021-05-12 12:33:40 +01:00
capitalize-first-letter.js Added the newsletter name to the activity feed 2022-05-03 14:24:18 +02:00
currency-symbol.js Added guard for missing currency in currency symbol helper 2021-10-20 18:02:14 +05:30
enable-developer-experiments.js Fixed hosting management screen not loading after sign-in process (#15763) 2022-11-03 11:14:36 +00:00
event-name.js Added missing schedule events to webhook dropdown (#2082) 2022-08-02 12:34:30 +01:00
feature.js Moved onboarding display check into new onboarding service (#19938) 2024-03-27 17:37:37 +00:00
first-name.js 🎨 Updated Member page layout (#2271) 2022-03-01 15:57:57 +01:00
format-number.js Added 2 digit pad to fraction prices 2022-05-31 17:38:43 +02:00
full-email-address.js Fixed hosting management screen not loading after sign-in process (#15763) 2022-11-03 11:14:36 +00:00
get-setting.js Removed need for .get() with settings service 2022-10-07 16:14:57 +01:00
gh-count-characters.js Switch deprecated htmlSafe imports from @ember/string to @ember/template 2021-05-12 12:33:40 +01:00
gh-count-down-characters.js Updated copy for portal signup notice 2023-04-12 08:28:02 +01:00
gh-count-down-html-characters.js Fixed gh-count-down-html-characters helper to support null values 2023-04-11 17:49:37 +02:00
gh-format-post-time.js Added exact timestamp to the title attribute of the post date in the … (#19936) 2024-03-27 13:52:38 +01:00
gh-pluralize.js Fixed {{gh-pluralize}} errors 2020-08-10 11:37:21 +01:00
gh-price-amount.js Added 2 digit pad to fraction prices 2022-05-31 17:38:43 +02:00
gh-user-can-admin.js Renamed isAdmin/isOwner/isAdminOrOwner to reduce confusion 2021-07-12 14:55:56 +02:00
hex-adjust.js Switched to extracted @tryghost/color-utils package 2021-07-29 11:35:15 +01:00
hex-contrast.js Fixed incorrect darkening of email-cta button on hover with some colours 2021-07-29 15:11:17 +01:00
highlighted-text.js Update search text highlighting to escape HTML (#16760) 2023-05-11 09:53:05 +12:00
history-event-fetcher.js Merged similar history events (#16865) 2023-06-26 09:29:18 +08:00
history-event-filter.js Added quotes to NQL filters with ids (#18958) 2023-11-13 12:00:20 +01:00
humanize-recipient-filter.js Updated post list layouts 2022-09-15 12:50:53 +01:00
humanize-setting-key.js Added RSS capitalisation in custom theme setting labels 2021-11-05 09:12:14 +00:00
integration-icon-style.js Switch deprecated htmlSafe imports from @ember/string to @ember/template 2021-05-12 12:33:40 +01:00
is-moment-today.js Removed need for .get() with settings service 2022-10-07 16:14:57 +01:00
is-onboarding-step-completed.js Wired up in-memory onboarding step completion (#19940) 2024-03-27 18:27:43 +00:00
member-fetcher.js Fixed PromiseObject related errors thrown from members activity list (#15641) 2022-10-17 15:28:34 +02:00
members-count-fetcher.js Improved handling of missing member counts in publish flow 2022-05-11 18:56:29 +01:00
members-event-fetcher.js Removed mock data from event fetcher 2022-12-01 20:19:59 +07:00
members-event-filter.js Added quotes to NQL filters with ids (#18958) 2023-11-13 12:00:20 +01:00
moment-site-tz.js Removed need for .get() with settings service 2022-10-07 16:14:57 +01:00
most-recently-updated.js Dropped ember-cli-moment-shim dependency 2022-09-24 13:28:23 +02:00
most-relevant-subscription.js Fixed member subscription status when multiple subs (#19530) 2024-01-24 12:16:26 +01:00
noop.js Hid snippet management UI from staff users without permissions 2020-10-27 14:42:59 +00:00
onboarding-step-class.js Wired up in-memory onboarding step completion (#19940) 2024-03-27 18:27:43 +00:00
parse-history-event.js Deleted all Admin code relating to the old editor (#18580) 2023-10-12 13:17:39 +01:00
parse-member-event.js 🎨 Added 'Changed email address' event to Member Activity (#20493) 2024-07-01 15:33:33 +00:00
post-author-names.js Added <GhPostBookmark> and displayed on publish flow complete step 2022-05-10 13:26:13 +01:00
publish-options.js Reduced amount of member count queries when opening the editor (#19474) 2024-01-13 19:13:49 +01:00
query-selector.js Migrated <GhUnsplash> to glimmer component 2022-02-07 16:53:12 +00:00
reset-query-params.js Renamed Audit Log to History 2022-09-06 11:49:29 +01:00
sender-email-address.js Fixed sender email in the post preview for email (#19211) 2023-11-30 18:22:38 +00:00
set-has.js Dropped intermediate design screen and moved to full-overlay modal 2021-10-04 16:34:28 +01:00
set-query-params.js Fixed typos (#18648) 2023-10-31 15:21:44 +00:00
site-icon-style.js Fixed hosting management screen not loading after sign-in process (#15763) 2022-11-03 11:14:36 +00:00
split-number.js Make split number helper handle empty value (#20848) 2024-08-28 10:47:03 +00:00
toggle-feature.js Added per-user dismissibility of getting-started widget 2022-01-31 13:05:20 +00:00
ui-btn-span.js Moved Spirit CSS library from external to internal 2019-02-24 11:19:22 +07:00
ui-btn.js Moved Spirit CSS library from external to internal 2019-02-24 11:19:22 +07:00
ui-text.js Moved Spirit CSS library from external to internal 2019-02-24 11:19:22 +07:00