Rish
3bb9a9a164
Fixed default fromAddress for members
...
no issue
2019-10-21 12:40:42 +05:30
John O'Nolan
3c7e990e59
Corrected members yearly pricing label ( #1372 )
...
no issue
2019-10-20 14:14:17 +05:30
Peter Zimon
549fb7193a
Dark mode related fixes
...
no issue
- fixed double border for tags tabs
- refined view action button border
- fixed border for staff avatar
- fixed member avatar label color
2019-10-20 10:41:03 +02:00
Peter Zimon
f60fce91ca
Fixed dark mode form group style
2019-10-20 10:41:03 +02:00
Peter Zimon
295d0442b1
Fixed CSS bugs on what's new popup
2019-10-20 10:41:03 +02:00
John O'Nolan
92df04ac03
Amended Stripe signup link ( #1371 )
...
no issue
2019-10-19 18:37:54 +05:30
Rishabh Garg
9926ea8173
🐛 Fixed members count on list page ( #1369 )
...
no issue
Members calculation was breaking when viewed on admin without refresh after adding/deleting new members, updated to more robust calculation logic.
2019-10-19 18:06:38 +05:30
Peter Zimon
b8da3ab22f
Responsive fixes on tags list screen
...
no issue
- fixed filter responsive CSS
- fixed list behavior
2019-10-18 14:08:46 +02:00
Peter Zimon
02d8fe89eb
Post list responsive CSS fixes
...
no issue
- fixed title display for mobile
- fixed scrolling for content filters
- fixed list cells styles
2019-10-18 13:05:34 +02:00
Peter Zimon
aee7430263
Fixed Stripe info box responsive behavior
...
no issue
2019-10-18 11:44:45 +02:00
Peter Zimon
e8b423b48d
Added input groups with append value
...
no issue
- members price and email settings share the same pattern now: the uneditable parts of the input value is inside the input
2019-10-16 21:35:06 +02:00
Peter Zimon
0f976f3722
Updated featured star alignment for post list
...
no issue
2019-10-16 20:03:35 +02:00
Peter Zimon
dce6e70b59
Added Stripe info to members labs settings
...
no issue
2019-10-16 19:54:49 +02:00
John O'Nolan
d1a5608755
Refined copy for members settings ( #1366 )
...
no-issue
2019-10-16 15:27:46 +07:00
Rish
6b7aef9628
Updated to password input for member settings keys
...
no issue
2019-10-16 11:45:14 +05:30
Peter Zimon
22c2ce0cf6
Refined member details
...
no issue
- updated copy for member since date
- added note to note field
- added subscription value to plan data
2019-10-15 16:24:20 +02:00
Peter Zimon
b7f83fad2c
Refined member list
...
no issue
- added list headings
- added active state to search field when it has value
- set position of actions dropdown
- refined avatar typography
2019-10-15 16:11:43 +02:00
Peter Zimon
3cc22b5528
Moved Member settings section to top in labs
...
no issue
2019-10-15 14:43:22 +02:00
Kevin Ansfield
4743d372d9
Added "Member added" event to webhooks list ( #1359 )
...
requires https://github.com/TryGhost/Ghost/pull/11230
- allows member webhooks to be created
2019-10-14 09:55:38 +01:00
Rish
6b1cd8dc23
Enabled members by default
...
no-issue
This removes the need for `enableDeveloperExperiments` flag for members
2019-10-14 08:42:04 +05:30
Kevin Ansfield
5502dce4f5
Merge branch 'master' into v3
2019-10-11 13:35:01 +01:00
Rish
2ce07e922b
Fixed member section visibility for owner
...
no issue
Previously we were just hiding the toggle for member section in case of user not being owner. This updates to hide full section in case of non-owner user which is expected behavior
2019-10-11 15:27:24 +05:30
Kevin Ansfield
df4bdf1cf2
Merge branch 'master' into v3
2019-10-11 10:43:38 +01:00
Rish
e90b80822d
Renamed member require payment setting
...
no issue
Renames member setting `requirePaymentForsSignup` -> `allowSelfSignup` to match existing usage in members API
2019-10-11 14:10:37 +05:30
Peter Zimon
079f40611b
Updated members Labs settings UI
...
no issue
- new settings have been introduced for members, switched to expand/collapse UI pattern for members settings
2019-10-11 10:25:52 +02:00
Rish
33de815292
Added members feature toggle for owner only
...
no issue
2019-10-11 11:34:31 +05:30
Peter Zimon
e5c968c51f
Updated member email font weight
...
no issue
2019-10-10 16:01:38 +02:00
Peter Zimon
1960c3d649
Updated member avatar initial fontsize
...
no issue
2019-10-10 15:59:21 +02:00
Rish
cb1c851f21
Added unsaved changes check to member details page
...
no issue
- Adds unsaved changes check to member detail page for write operations
2019-10-10 18:06:33 +05:30
Rish
5a609a785f
Enabled write operation for member name and note
...
no issue
- Allows editing member's name and note in admin
2019-10-10 17:29:35 +05:30
Kevin Ansfield
26c48a52c2
Merge branch 'master' into v3
2019-10-10 10:17:44 +01:00
Rish
641dd35779
Updated subscription data in member details
...
no issue
2019-10-10 13:54:19 +05:30
Kevin Ansfield
ce7f0bf1ec
Merge branch 'master' into v3
2019-10-09 15:06:37 +01:00
Rish
2e01455413
Updated members lab settings design
...
no issue
- Extracts members lab settings from `Beta Features` section to its own section
- Adds new `fromAddress` field to members settings
2019-10-09 15:33:08 +05:30
Kevin Ansfield
a9e82b1f7e
🐛 Fixed "unsaved changes" modal when leaving a new post with no content ( #1358 )
...
no issue
- if you created a post by setting a title but did not enter anything into the editor body before trying to leave the editor you'd see an "unsaved changes" modal because the "scratch" value for the post mobiledoc is `null` but the post's real mobiledoc value is now a blank document as returned from the API
- adds a conditional reset of the `post.scratch` value after a successful save if the scratch value is blank
2019-10-09 10:53:57 +01:00
Naz Gargol
3aa260f92e
Hidden post visibility select from PSM for non editors ( #1357 )
...
no issue
- Limited visiblity to only those users who have the rights to edit post's visibility
2019-10-09 10:23:36 +02:00
Kevin Ansfield
3a1bd8f374
Remove duplicated members config from Labs screen
2019-10-08 14:13:19 +01:00
Kevin Ansfield
159e810d5c
Merge branch 'master' into v3
2019-10-08 14:04:38 +01:00
Rish
341b23469d
Updated members requirePayment
flag naming
...
no issue
Renamed `requirePaymentBeforeSignup` flag to `requirePaymentForSignup`
2019-10-08 16:40:28 +05:30
Rish
b42dcb6da8
Updated members labs section
...
no issue
- Extracted members feature out of `Beta Features` section to its own
- Added new `requirePaymentBeforeSignup` flag to members settings
2019-10-08 16:25:01 +05:30
Rish
58e11f7b33
Added loading state for member subscription details
...
no issue
2019-10-07 17:56:32 +05:30
Rish
7313b9145f
Fixed members list sorting
...
no issue
2019-10-07 17:05:49 +05:30
Rish
a85129abc8
Fixed lint
...
no issue
2019-10-07 09:17:26 +05:30
Peter Zimon
0d57cfb4f2
Refined Stripe info in member details
...
no issue
- refined divider line color for member detail screen with multiple Stripe subscription
2019-10-05 13:10:06 +02:00
Peter Zimon
285a7ab851
Added empty Stripe info state for member details
...
no issue
2019-10-05 13:01:43 +02:00
Peter Zimon
8ac7500084
Refined member details screen
...
no issue
2019-10-05 12:41:47 +02:00
Rish
d9351f7292
Fixed members subscription amount default/empty value
...
no issue
2019-10-04 20:23:50 +05:30
Rish
3974dd5615
Updated member info to show multiple subscriptions
...
no issue
Displays details of multiple subscriptions of a member
2019-10-04 20:01:56 +05:30
Peter Zimon
b49683127c
Refined members import/export design
...
no issue
2019-10-04 13:55:52 +02:00
Peter Zimon
e542fcbca3
Updated member list and detail wording
...
no issue
2019-10-04 13:40:10 +02:00