zulip/web
Sahil Batra 80b00933b1 templates: Add realm information fields in create_realm.html.
We now show inputs for realm details like name, type and URL
in the create_realm.html template opened for "/new" url and
these information will be stored in PreregistrationRealm
objects in further commits.

We add a new class RealmDetailsForm in forms.py for this
such that it is used as a base class for RealmCreationForm
and we define RealmDetailsForm such that we can use it as
a subclass for RegistrationForm as well to avoid duplication.
2023-03-27 15:44:42 -07:00
..
e2e-tests templates: Add realm information fields in create_realm.html. 2023-03-27 15:44:42 -07:00
generated
html
images navbar: Add Ionic search icon and use for navbar search. 2023-03-24 16:30:15 -07:00
shared dependencies: Upgrade JavaScript dependencies. 2023-03-20 15:48:29 -07:00
src templates: Add realm information fields in create_realm.html. 2023-03-27 15:44:42 -07:00
styles templates: Add realm information fields in create_realm.html. 2023-03-27 15:44:42 -07:00
templates settings: Replace 'Forgotten it?' to 'Forgot it?'. 2023-03-27 10:11:22 -07:00
tests compose: Have at least 2 new lines before and after a quoted message. 2023-03-27 15:31:45 -07:00
third compose_typeahead: Ensure header is counted in position calculation. 2023-03-27 10:18:12 -07:00
.browserslistrc webpack: Move webpack configuration to web. 2023-02-24 06:35:58 -08:00
.gitignore
babel.config.js dependencies: Upgrade JavaScript dependencies. 2023-03-20 15:48:29 -07:00
debug-require-webpack-plugin.ts
debug-require.js
postcss.config.js postcss: Enable postcss-preset-env. 2023-03-20 11:26:30 -07:00
webpack.assets.json webpack: Move webpack configuration to web. 2023-02-24 06:35:58 -08:00
webpack.config.ts webpack: Disable webpack-dev-server overlay for runtime errors. 2023-03-21 12:36:37 -07:00
webpack.dev-assets.json webpack: Move webpack configuration to web. 2023-02-24 06:35:58 -08:00