feat: Add "Manage subscription" button to Subscription preferences (#705)
* feat: Add "Manage subscription" button to Subscription preferences * Update app/assets/javascripts/preferences/panes/account/subscription/SubscriptionInformation.tsx Co-authored-by: Mo <mo@standardnotes.org> * feat: Use convertTimestamp function instead of manual conversion in Subscription Info Co-authored-by: Mo <mo@standardnotes.org>
This commit is contained in:
@@ -6,6 +6,8 @@ declare global {
|
||||
_bugsnag_api_key?: string;
|
||||
// eslint-disable-next-line camelcase
|
||||
_purchase_url?: string;
|
||||
// eslint-disable-next-line camelcase
|
||||
_dashboard_url?: string;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -211,7 +213,7 @@ if (IsWebPlatform) {
|
||||
(window as any)._default_sync_server as string,
|
||||
new BrowserBridge(AppVersion),
|
||||
(window as any)._enable_unfinished_features as boolean,
|
||||
(window as any)._websocket_url as string,
|
||||
(window as any)._websocket_url as string
|
||||
);
|
||||
} else {
|
||||
(window as any).startApplication = startApplication;
|
||||
|
||||
Reference in New Issue
Block a user