Simon Backx
281cd2e7a3
Renamed count.conversions to count.paid_conversions in posts ( #15460 )
...
fixes https://github.com/TryGhost/Team/issues/1943
2022-09-26 14:25:27 +02:00
James Morris
97af5c3731
Added a small tweak to the percentages on post list
...
refs https://github.com/TryGhost/Team/issues/1965
2022-09-26 12:30:54 +01:00
James Morris
7e780681d9
Looking to improve the post list rows again for email clicks
...
refs https://github.com/TryGhost/Team/issues/1965
2022-09-26 12:30:54 +01:00
James Morris
c92267c900
Realignement of the post list items for email clicks
...
no issue
2022-09-26 12:30:54 +01:00
Sanne de Vries
663b9ffe02
Updated post list stats
...
Refs https://github.com/TryGhost/Team/issues/1895
2022-09-26 10:39:37 +07:00
Kevin Ansfield
63b1e4e8ad
Resolved power-select related deprecation warnings for loading components by string ( #15466 )
...
no issue
- in many places we were passing a string as an argument to a `<PowerSelect>` related component that referred to a component name, that was throwing deprecation warnings because those strings were used dynamically with `{{component}}` later on which isn't statically analyzable
- switched to passing a component explicitly with `{{component}}`
- https://github.com/embroider-build/embroider/blob/main/REPLACING-COMPONENT-HELPER.md#when-youre-passing-a-component-to-someone-else
2022-09-24 17:00:05 +02:00
James Morris
729935eca7
Tidied up the page a bit more with the source attribution included
...
- Has the source attribution chart and table with some basic styles
- Added in a edit button to the analytics page
refs https://github.com/TryGhost/Team/issues/1920
2022-09-22 17:20:15 +01:00
Simon Backx
7581b8726e
Added basic post table and analytics page conditionals
...
refs https://github.com/TryGhost/Team/issues/1947
2022-09-22 15:40:37 +02:00
Simon Backx
e18ba2bb4d
Removed hardcoded subscribers count from list-item-clicks
...
fixes https://github.com/TryGhost/Team/issues/1948
2022-09-22 14:23:06 +02:00
Simon Backx
cd4e4d7003
Added format option to gh-format-post-time helper
...
fixes https://github.com/TryGhost/Team/issues/1940
The passed format was not used by the helper. This is fixed now.
2022-09-21 12:15:53 +02:00
Simon Backx
63103c2251
Added click counts to posts admin API ( #15435 )
...
closes https://github.com/TryGhost/Team/issues/1928
2022-09-20 10:05:41 +02:00
Sanne de Vries
b2d449fecf
Added Lexical indicator to post list
...
Closes https://github.com/TryGhost/Team/issues/1926
2022-09-19 15:40:19 +01:00
Sanne de Vries
8a5b401795
Removed dash separator between scheduled status and time in post list
2022-09-19 10:04:04 +01:00
Sanne de Vries
a077d4393f
Updated post list for newsletters and/or memberships disabled
...
Refs https://github.com/TryGhost/Team/issues/1915
2022-09-16 14:59:29 +01:00
Sanne de Vries
2deb8f4595
Updated post list stats and CTA
...
Refs https://github.com/TryGhost/Team/issues/1895
2022-09-15 16:21:57 +01:00
Sanne de Vries
de9d63bb9f
Fixed Opens and Clicks position jumping on hovering post list
...
Refs https://github.com/TryGhost/Team/issues/1895
2022-09-15 13:50:59 +01:00
Sanne de Vries
e008e8c9fd
Added animated transition to post list hover states
...
Refs https://github.com/TryGhost/Team/issues/1895
2022-09-15 13:23:22 +01:00
Sanne de Vries
47903962cc
Updated post list layouts
...
Refs https://github.com/TryGhost/Team/issues/1895
2022-09-15 12:50:53 +01:00
Sanne de Vries
8d607b9490
Updated draft and scheduled status in post list
...
Refs https://github.com/TryGhost/Team/issues/1895
- Added a dot for emphasis
- Added extra info on hovering scheduled posts
2022-09-15 09:08:51 +01:00
Sanne de Vries
8b24022e5f
Updated post list with email clicks
...
Refs https://github.com/TryGhost/Team/issues/1895
2022-09-14 12:21:22 +01:00
Sanne de Vries
b5904d9956
Updated post list item hover state
...
Refs https://github.com/TryGhost/Team/issues/1895
2022-09-14 11:50:28 +01:00
Sanne de Vries
64ebc5dc3e
Updated post list design to accommodate new post stats page
...
Refs https://github.com/TryGhost/Team/issues/1895
2022-09-13 15:01:03 +01:00
Simon Backx
06e4eb0c77
Created separate table templates for posts with emailClicks enabled
...
refs https://github.com/TryGhost/Team/issues/1892
2022-09-13 11:57:05 +02:00
Simon Backx
e8f4e106dd
Added basic analytics page for posts
...
refs https://github.com/TryGhost/Team/issues/1892
2022-09-13 11:00:45 +02:00
Kevin Ansfield
4ad040b4aa
Improved display of recipient filter posts list sends column tooltip
...
refs https://github.com/TryGhost/Team/issues/1025
- added `{{humanize-recipient-filter}}` helper that converts an NQL recipient filter into a more readable format
- updated posts list to use the new helper in the sends column tooltip shown when hovering with the mouse
2022-09-08 11:03:20 +01:00
Kevin Ansfield
ea93ff2a48
Moved posts list components
...
no issue
- relocated screen-specific components into a separate `posts-list/` directory as part of the move to keep the top-level `components/` directory for re-usable components
2022-09-08 09:42:07 +01:00