8000 Feat cta connect cloud by wess · Pull Request #495 · appwrite/website · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Feat cta connect cloud #495

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Feb 15, 2024
Merged

Feat cta connect cloud #495

merged 5 commits into from
Feb 15, 2024

Conversation

wess
Copy link
Contributor
@wess wess commented Jan 5, 2024

What does this PR do?

(Provide a description of what this PR does.)

Test Plan

(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work.)

Related PRs and Issues

(If this PR is related to any other PR or resolves any issue or related to any issue link all related PR and issues here.)

Have you read the Contributing Guidelines on issues?

(Write your answer here.)

wess added 2 commits January 5, 2024 10:52
Updates top nav with a check for a logged in user in order to update message accordingly
Copy link
render bot commented Jan 5, 2024

@wess wess requested a review from TorstenDittmann January 5, 2024 15:56
Copy link
vercel bot commented Jan 5, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
website ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 11, 2024 2:02pm

@@ -157,7 +158,7 @@
</div>
<div class="aw-mobile-header-end">
{#if !$isMobileNavOpen}
<a href="https://cloud.appwrite.io" class="aw-button">
<a href="https://stage.cloud.appwrite.io" class="aw-button">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reminder to remove stage.


function applyTheme(theme: Theme) {
const resolvedTheme = theme === 'system' ? getSystemTheme() : theme;
const className = `theme-${resolvedTheme}`;
document.body.classList.remove('theme-dark', 'theme-light');
document.body.classList.add(className);
}
let getAccount = async () => {
loggedIn.set(
localStorage.getItem('appwrite:loggedIn') !== null
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this a convention of how we store things in localstorage? do we have this documented?

@eldadfux
Copy link
Member
eldadfux commented Jan 6, 2024

@wess also, on the docs, the CTA is always Go 8000 to Console

Adds login check to CTA
Copy link
render bot commented Jan 11, 2024

Adds login check to CTA
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0