forked from zulip/zulip
-
Notifications
You must be signed in to change notification settings - Fork 0
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
unread.js to typescript #6
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
evykassirer
force-pushed
the
unread-typescript
branch
from
December 13, 2023 00:41
7c697ea
to
5e2d58a
Compare
evykassirer
commented
Dec 13, 2023
|
||
return res; | ||
return { |
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.
convert res in its own commit
evykassirer
force-pushed
the
unread-typescript
branch
from
December 13, 2023 01:02
5e2d58a
to
88ec345
Compare
Adds a template that displays an error message when the billing or upgrade context for a remote server or remote realm raises a MissingDataError.
This currently _works_, but only because we are very forgiving about how we parse requests.
* Move email early in text to reduce change of it wrapping to next line. * Change 2 hours to 24 hours.
evykassirer
force-pushed
the
unread-typescript
branch
2 times, most recently
from
December 13, 2023 06:54
b6caab2
to
ec61163
Compare
Currently, given that the compose box is already open, it stays open when the user navigates to the inbox/recent view, even when there is no modifications to the message or recipients. This commit adds conditions to close the compose box when navigating to the inbox/recent view, except when we can reasonably infer that it was the intended action.
evykassirer
force-pushed
the
unread-typescript
branch
from
December 13, 2023 06:58
ec61163
to
636c435
Compare
We incorrectly passed bot owner ID to get_bot_owner_user instead of the bot object.
This would avoid us accidentally approving sponsorship for customers on paid plan.
The `plan_name` is incorrect here since the customer will not have an active plan for approved sponsorship.
Preparation for updating the sponsorship forms template to include information about the latest sponsorship request if sponsorship is pending.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
Signed-off-by: Anders Kaseorg <anders@zulip.com>
Signed-off-by: Anders Kaseorg <anders@zulip.com>
Kick in min-width at the required width. This will ensure that scrollbars are only visible if the window is at this width.
Fixes /plans fragment links redirecting users to different page.
It appears the plans page version of this had a less clear/specific list of example communities than was intended. Also improve the longer version in the Help Center to give the same examples.
* Show if requested org is hosted on Zulip Cloud. * Change how user numbers are displayed.
We could be incorrectly logging the can_push value associated with the system bot realm when only a single human realm existed on a server.
This commit migrates `popover_menus` module to TypeScript. Also adds a placeholder types declaration file for `css_variables` module.
evykassirer
force-pushed
the
unread-typescript
branch
2 times, most recently
from
December 21, 2023 22:08
43b0bbd
to
34c03a9
Compare
Being more specific will help in converting the unread module to typescript.
evykassirer
force-pushed
the
unread-typescript
branch
3 times, most recently
from
December 22, 2023 00:08
9dfabed
to
2280bbb
Compare
andersk
force-pushed
the
unread-typescript
branch
from
December 22, 2023 01:55
2280bbb
to
efe66ec
Compare
andersk
force-pushed
the
unread-typescript
branch
from
December 22, 2023 03:13
efe66ec
to
e8f5c2a
Compare
andersk
force-pushed
the
unread-typescript
branch
from
December 22, 2023 23:54
e8f5c2a
to
c5a1d07
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
for futzing