Skip to content
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
wants to merge 160 commits into from
Closed

unread.js to typescript #6

wants to merge 160 commits into from

Conversation

evykassirer
Copy link
Owner

for futzing


return res;
return {
Copy link
Owner Author

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 evykassirer force-pushed the unread-typescript branch 2 times, most recently from b6caab2 to ec61163 Compare December 13, 2023 06:54
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.
andersk and others added 16 commits December 16, 2023 22:08
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 evykassirer force-pushed the unread-typescript branch 2 times, most recently from 43b0bbd to 34c03a9 Compare December 21, 2023 22:08
Being more specific will help in converting
the unread module to typescript.
@evykassirer evykassirer force-pushed the unread-typescript branch 3 times, most recently from 9dfabed to 2280bbb Compare December 22, 2023 00:08
@evykassirer evykassirer deleted the unread-typescript branch December 23, 2023 00:32
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.