Commit Graph

5854 Commits

Author SHA1 Message Date
Peter Zimon
ed1433b809 Added logic to custom portal icon delete
no refs.
- fixed issue that users can't reselect custom icon in portal by making the delete button only visible when the custom icon is selected
2020-09-04 16:10:46 +02:00
Peter Zimon
d65195aba4 Portal custom icon style refinement
no refs.
- refined delete icon style for portal
- refined icon sizes
2020-09-04 15:59:13 +02:00
Sanne de Vries
11699d5172 Fixed transparent background pattern for blog logo and icon in dark mode 2020-09-04 15:25:32 +02:00
Sanne de Vries
0b27a366ff Adjusted styling for user role badges in light and dark mode for improved consistency 2020-09-04 15:25:32 +02:00
Daniel Lockyer
a8ce77b1f7 Removed warning banner for mobile/tablet devices
closes https://github.com/TryGhost/Team/issues/347

- removes the warning banner directing users to use Ghost Desktop/a
  desktop browser because users are happy with the experience of editing
  on mobile/tablets
2020-09-03 17:55:45 +01:00
Daniel Lockyer
47f428b9af Removed suggestion to use Ghost-Desktop
- Ghost-Desktop is now deprecated and so we shouldn't suggest it to
  users
2020-09-03 13:16:44 +01:00
renovate[bot]
84e0dd033f Lock file maintenance (#1694)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-09-03 12:22:40 +01:00
renovate[bot]
9866a840c6 Update ember core (#1674)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-09-03 12:09:58 +01:00
renovate[bot]
701ac2594f Update dependency ember-test-selectors to v5 (#1696)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-09-03 10:54:42 +01:00
renovate[bot]
6e380fdeaf Update dependency ember-composable-helpers to v4.3.0 (#1695)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-09-03 10:54:03 +01:00
renovate[bot]
07fc861480 Update dependency @ember/optional-features to v2 (#1692)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-09-03 10:53:03 +01:00
renovate[bot]
ba81055ca5 Update dependency faker to v5.1.0 (#1691)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-09-03 10:52:34 +01:00
renovate[bot]
083d4dcff5 Update dependency papaparse to v5.3.0 (#1690)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-09-03 10:51:34 +01:00
Peter Zimon
4ec6aa3d3e Success button fixes in member email settings
no refs.
- fixed checkmark being too small on support or newsletter success button
- fixed case style for success button
2020-09-02 20:45:52 +02:00
Daniel Lockyer
8d557fe4ce Merged 3.31.5 into master
* tag '3.31.5':
  v3.31.5
2020-09-02 13:16:48 +01:00
Daniel Lockyer
43f9e9fe86 v3.31.5 2020-09-02 13:13:47 +01:00
Daniel Lockyer
5cc8d887c6 Merged 3.31.4 into master
* tag '3.31.4':
  v3.31.4
2020-09-02 12:30:15 +01:00
Daniel Lockyer
73ff6cd2a0 v3.31.4 2020-09-02 12:27:08 +01:00
Sanne de Vries
53c2879838 Improved calendar styling in publish and schedule datepickers 2020-09-02 10:32:45 +02:00
Rish
4fa2912bc3 Fixed missing signup text value in Portal preview
closes https://github.com/TryGhost/members.js/issues/91

- Fixes the missing signup text value in input box as it was incorrectly reading from wrong place
2020-09-02 13:28:51 +05:30
Renovate Bot
61aaa4ed53 Update dependency eslint to v7.8.1 2020-09-01 21:02:10 +00:00
Sanne de Vries
03da71cfde Improved date-picker spacing in post publish menu and settings menu 2020-09-01 16:43:22 +02:00
Sanne de Vries
bf6e37f2dd Fixed account menu spacing issue (#1693)
* Fixed spacing issue with account menu by changing verticalPosition of the Ember dropdown component to 'above' and adjusted the top attribute as needed.
2020-09-01 12:44:50 +02:00
Renovate Bot
36c72cd93d Update dependency eslint to v7.8.0 2020-08-31 23:03:33 +00:00
Rish
eefbb55d84 Added new support and reply-to address for members
no issue

- Adds 2 new email address fields for members in email settings section - support address and reply-to address
- Support address - Is used for member auth emails as well as in themes and Portal for allowing members to contact support.
- Reply-to address - Is used to set `reply-to` address for newsletter emails that allows configuring where member's reply to emails will go
- Disabled from address update for empty value
- Updated success toast message and copy for from/support address update
- Changed section title + description for email addresses
- Added "public" to support email description
2020-08-31 18:10:26 +05:30
Sanne de Vries
f068f85e38 Improved spacing for account menu 2020-08-31 12:25:55 +02:00
Daniel Lockyer
c04e4f05c9 v3.31.3 2020-08-31 10:37:01 +01:00
Peter Zimon
bd8807b18d Refined Portal maintabs style 2020-08-27 16:08:03 +02:00
Peter Zimon
5b8ccabee2 Refined Portal links page 2020-08-27 16:06:00 +02:00
Peter Zimon
18cc1a2b91 Fixed case style for Portal accent color 2020-08-27 15:57:15 +02:00
Peter Zimon
d1df165aa9 Refined Portal color picker 2020-08-27 15:55:02 +02:00
Peter Zimon
b9bd4fb505 Fixed image caption design bugs in Koenig
no refs.
- added side padding for alt and caption input fields
- fixed text color bug of alt toggle button
2020-08-27 15:21:11 +02:00
Nazar Gargol
0c673f280f Fixed linter error 2020-08-28 00:37:18 +12:00
Nazar Gargol
5faa18743f Replaced progress bar with spinner for members import uploader
no issue

- When an import is in progress showing completed progress bar is unusefull and confusing. For large imports it takes a lot longer to process the import itself than to upload the file, that's why it made sense to show a generic spinner untill a better solution is worked on (probably with introduction of jobs)
2020-08-28 00:32:26 +12:00
Rish
01c19fb672 Updated color picker sync in Portal settings
no refs

- Syncs the new color picker for accent color to the input field
- Updating color through new color picker or input field updates the portal preview
2020-08-26 21:38:53 +05:30
Peter Zimon
1902e0b659 Removed border from selected Portal tab
no refs.
2020-08-26 17:30:34 +02:00
Peter Zimon
2030681acf Refined toggle border
no refs.
- refined toggle border color and shadows
2020-08-26 17:21:47 +02:00
Peter Zimon
8674e8f32b Updated Portal links page
no refs.
- refined copy and design for Portal links page
2020-08-26 17:10:19 +02:00
Peter Zimon
20bcfd4839 Added color picker to Portal settings
no refs.
- added CSS color picker for accent color Portal settings. Note: sync between the input field and the color picker is to be done
2020-08-26 16:00:17 +02:00
Daniel Lockyer
5ee36f7737 v3.31.2 2020-08-25 12:57:57 +01:00
renovate[bot]
77044e8e18 Update dependency faker to v5 (#1687)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-25 09:50:47 +01:00
Daniel Lockyer
407dc1115a v3.31.1 2020-08-24 16:29:08 +01:00
Scott Cabot
73c87de243 🐛 Changed caret color to white in code editor on Night Shift
closes #12154
Adds a new css class selector to app-dark.css to mimic the same effect as created in the gh-markdown-editor. The class keonig-card-html--editor is applied conditionally when the card is in edit mode, as per its template file. This now makes the cursor the same color as the text and easier to read.
2020-08-24 16:24:03 +01:00
Peter Zimon
2ef41dc852 Fixed copy in members upgrade message
no refs.
- fixed pluralisation in members upgrade message
- added decimal point to limit and total numbers in members upgrade message
2020-08-24 17:16:31 +02:00
renovate[bot]
021bf17e85 Update dependency @tryghost/kg-parser-plugins to v1.0.8 (#1686)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-24 13:28:25 +01:00
renovate[bot]
79def05e3d Update dependency @tryghost/kg-clean-basic-html to v1.0.8 (#1685)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-24 13:26:19 +01:00
Daniel Lockyer
0789cc0c8b v3.31.0 2020-08-24 11:33:21 +01:00
Rishabh Garg
9da88937d7 Added subscription cancellation button to member page (#1683)
closes TryGhost/Ghost#12127

* Added cancel/continue button for individual subscriptions on member page

Co-authored-by: Peter Zimon <zimo@ghost.org>
2020-08-21 17:05:45 +05:30
Daniel Lockyer
3292edbf25 Merged 3.30.2 into master
v3.30.2

* tag '3.30.2':
  v3.30.2
2020-08-21 12:06:58 +01:00
Daniel Lockyer
9554b0f775 v3.30.2 2020-08-21 12:03:37 +01:00