zulip/static/styles
sahil839 d37ddf13a4 registration: Show spinner and disable button while processing.
This commit disables the button and shows a loading spinner on
the button when signup request is being processed to avoid race
conditions caused by user clicking on the button multiple times.

The fix is done observing that for the case when form is invalid
the whole page is rerendered and thus we do not need to remove
the spinner and enable the button again and for other errors
we redirect to some other page.

And for the validation taking place in client-side, the button
is disabled and spinner is shown, only is form is valid, by
using "$('#registration').valid()".
2021-05-27 22:51:13 -07:00
..
portico registration: Show spinner and disable button while processing. 2021-05-27 22:51:13 -07:00
alerts.css static: Make alert.css shared between app and portico. 2021-04-26 09:27:05 -07:00
app_components.css css: Change width of upgrade-tip and to max-content. 2021-05-19 11:04:32 -07:00
components.css docs: Correct “webapp” to “web app”. 2021-05-14 13:15:38 -07:00
compose.css compose: Remove now unused nonexistent_stream_reply_error. 2021-05-11 23:57:57 -07:00
drafts.css styles: Use range context queries to eliminate *_max variables. 2021-02-05 09:23:59 -08:00
hotspots.css styles: Rename .scss files back to .css. 2020-09-15 16:33:28 -07:00
image_upload_widget.css styles: Rename .scss files back to .css. 2020-09-15 16:33:28 -07:00
informational_overlays.css keyboard shortcuts: Make keyboard shortcuts modal more responsive. 2021-02-26 07:59:15 -08:00
input_pill.css styles: Rename .scss files back to .css. 2020-09-15 16:33:28 -07:00
left_sidebar.css left_sidebar: Set the width of stream-list-filter to 236px. 2021-05-25 19:49:49 +05:30
lightbox.css styles: Use range context queries to eliminate *_max variables. 2021-02-05 09:23:59 -08:00
message_edit_history.css styles: Rename .scss files back to .css. 2020-09-15 16:33:28 -07:00
night_mode.css version: Display Zulip version in About Zulip dialog. 2021-05-13 11:36:12 -07:00
popovers.css css: Remove inconsistent topic edit modal margin. 2021-05-09 19:47:27 -07:00
pygments.css styles: Rename .scss files back to .css. 2020-09-15 16:33:28 -07:00
reactions.css css: Add block comment for reaction button logic. 2021-04-16 12:20:54 -07:00
recent_topics.css recent_topics: Extend the borders to bottom of window. 2021-05-12 15:45:08 -07:00
rendered_markdown.css message_edit_form: Convert from `id` to `class`. 2021-04-27 10:06:25 -07:00
right_sidebar.css sidebars: Add a bit of margin above sidebar links. 2021-04-30 16:07:25 -07:00
settings.css settings: Use consistent dropdown widths for permissions. 2021-05-13 08:42:24 -07:00
subscriptions.css subs: Remove obsolete form. 2021-05-04 09:33:56 -07:00
typing_notifications.css styles: Use range context queries to eliminate *_max variables. 2021-02-05 09:23:59 -08:00
user_circles.css styles: Rename .scss files back to .css. 2020-09-15 16:33:28 -07:00
user_status.css Fix typos using codespell. 2021-05-18 17:33:51 -07:00
widgets.css styles: Rename .scss files back to .css. 2020-09-15 16:33:28 -07:00
zulip.css refactor: Rename `panels.js` to `navbar_alerts.js` as it better explains it. 2021-05-21 17:49:12 -07:00