Ghost/ghost/admin/app/templates/settings
Kevin Ansfield 89f9516f04 Added "created at" members filters
refs https://github.com/TryGhost/Team/issues/1390

- added `membersTimeFilters` feature flag and labs toggle
- added `<GhDatePicker>` component that lifts functionality from the `<GhDateTimePicker>` component
  - `<GhDateTimePicker>` has not yet been refactored to use the new component internally as there are some odd/complex interactions with error handling with it's existing use-cases and they are in critical publishing paths so the refactor doesn't belong as part of this change
- added "Created at" filter type to members filters
  - uses new date picker component for input value
  - has "before", "on or before", "after", "on or after" operators
  - "on" and "not on" operators were skipped as they require two NQL statements to represent, breaking the current 1:1 statement:filter approach used in the NQL-based query param parsing
2022-03-02 21:59:48 +00:00
..
design Updated copy of Save buttons on settings pages 2022-02-09 10:32:47 +01:00
integration/webhooks Added Integrations as a subpage of Settings 2021-10-18 14:47:59 +02:00
integrations Fixed duplicate top-level properties after native class codemod 2022-02-10 10:20:03 +00:00
staff [chore] run the no-implicit-this codemod (#2244) 2022-02-02 17:09:02 +00:00
code-injection-loading.hbs Updated code injection styles 2021-02-10 11:54:27 +01:00
code-injection.hbs Updated code injection styles 2021-02-10 11:54:27 +01:00
general-loading.hbs Update portal settings UI 2021-02-10 11:08:09 +01:00
general.hbs Fixed duplicate top-level properties after native class codemod 2022-02-10 10:20:03 +00:00
integration.hbs Completed Octane migration of integration controller 2022-02-21 17:54:47 +00:00
integrations.hbs Refactored custom integration creation and limits modals 2022-01-13 13:16:13 +00:00
labs-loading.hbs Basic settings restructure 2021-02-02 16:08:03 +00:00
labs.hbs Added "created at" members filters 2022-03-02 21:59:48 +00:00
members-email.hbs Fixed Cmd+S not saving on membership and members email setting screens 2022-02-09 10:59:12 +00:00
membership.hbs Added non-Stripe members setting screen acceptance tests 2022-02-18 22:36:01 +00:00
navigation.hbs [chore] migrate app/controllers/settings/navigation.js to use native classes (#2254) 2022-02-09 09:53:38 +00:00
product.hbs [chore] run the no-implicit-this codemod (#2244) 2022-02-02 17:09:02 +00:00
products.hbs Wired free membership settings to API (#1949) 2021-05-07 22:46:35 +05:30