-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
portico: Add redesigned Plans page. #27851
Conversation
Hello @zulip/server-misc members, this pull request was labeled with the "area: portico" label, so you may want to check it out! |
6c182ff
to
761b61d
Compare
9cd77a6
to
2480f3a
Compare
d9d9379
to
4a51244
Compare
I would really like to have the price line wrapping as in Vlad's prototype when we have the horiziontal space for it. The $8 is quite hard to locate right now. We might need to bump the visual distinctness of that number in any case. We might even be better off with a line break before "or" whether we have 2 lines or 3. |
How is the width constrained in general? We should have all the features fit on one line at full width. We could fiddle with the wording if we need to, but do we? Let me know if we need to change the SSO line to make it fit. Let's also:
|
Needs a space:
|
Thanks @alya! Yes. |
bf7efd2
to
62da288
Compare
[squash]: Update sponsorsip and question boxes for Cloud. [squash]: Update tabs subtitles. [squash]: Content for info boxes for self-hosted plans. [squash]: Adjust content to fit design. portico: Tweak /plans text.
62da288
to
d9b57e4
Compare
Works for me! |
const $pricing_wrapper = $(".portico-pricing"); | ||
$pricing_wrapper.removeClass("showing-cloud"); | ||
$pricing_wrapper.addClass("showing-self-hosted"); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a small comment that in #27137, we're working towards just having each page have its own little JS file rather than these path-specific checks. Can be left for a follow-up when we get around to finishing that PR.
Merged, thanks @karlstolley and @terpimost for all the work on this! |
This is PR for placing the redesigned plans page.
Here are screenshots implementing the fixes noted below as of 2023-12-01:
Here is a screenshot of its responsive state as of 2023-11-30:
Some things remain to be finished and polished, including:
/hello
page)Some things to handle probably as follow-up PRs
Self-review checklist
(variable names, code reuse, readability, etc.).
Communicate decisions, questions, and potential concerns.
Individual commits are ready for review (see commit discipline).
Completed manual review and testing of the following: