Rushabh Mehta
c2652fed39
fix(minor): page creation
2024-09-06 14:12:34 +05:30
Shariq Ansari
03986075d2
fix: login page route fix
2024-08-13 12:40:08 +05:30
Shariq Ansari
5a668acb03
fix: do not show Apps option for website user in /me page
2024-08-08 18:29:16 +05:30
Shariq Ansari
a568017335
fix: include apps link in navbar in login screen
2024-08-02 20:12:22 +05:30
Rushabh Mehta
f179a1286f
Merge pull request #26748 from blaggacao/perf/smaller-website-body
...
perf: significantly smaller website body
2024-07-18 07:33:56 +05:30
Gursheen Kaur Anand
5a1d670f0b
Merge pull request #27084 from GursheenK/2FA-email-verification
...
fix: send 2FA OTP email synchronously
2024-07-16 16:34:47 +05:30
Gursheen Anand
3491f9d88a
chore: add warning for workflow actions email
2024-07-15 20:21:22 +05:30
Gursheen Anand
fd3502f8f4
fix: send 2FA OTP email synchronously
2024-07-12 12:50:21 +05:30
mahsem
d9d9f33594
fix: translation in breadcrumbs.html
...
fix: translation in breadcrumbs.html
2024-07-11 12:00:16 +00:00
Maharshi Patel
82a86fd046
fix: check image before trying to load in print.
2024-07-08 13:45:23 +05:30
mahsem
52b562a7e0
fix: make web sidebar translatable ( #26921 )
2024-07-01 19:02:04 +02:00
barredterra
d908271da3
refactor(web list): use CSS class d-none instead of hidden
...
`hidden` is just a wrapper for `d-none`, but `d-none` will work even if the wrapper is not availbale (for example, using a custom app's CSS).
2024-06-19 00:43:42 +02:00
David
e2517d11e8
chore: add include_icons jinja global
2024-06-11 20:03:15 +02:00
David
37d8e2bb36
perf: lazy load svg sprictes on websites
2024-06-11 20:01:55 +02:00
Ankush Menat
737628734d
fix: signup routing ( #26685 )
...
closes https://github.com/frappe/frappe/issues/26683
2024-06-05 07:23:47 +00:00
Ankush Menat
1eab8c2f51
refactor!: Drop v1 style routing (using #) ( #26626 )
2024-05-31 15:21:02 +05:30
barredterra
33d59d6e58
fix: compute modal title server side
2024-04-26 17:41:00 +02:00
Rutwik Hiwalkar
a73e65581d
fix: disabled user login from login via link feature ( #26134 )
...
* fix(ui): button color for login via link template
- blue > black
* fix: restrict login via link for disabled users
* fix: validate user on session.resume
2024-04-24 15:49:17 +05:30
Ankush Menat
83eadd7257
Merge pull request #25677 from barredterra/in-context-translation
...
feat: In-Context Translation
2024-03-27 20:42:07 +05:30
barredterra
41a28e7381
fix: load crowdin script using https
2024-03-27 13:15:53 +01:00
barredterra
b056147fea
fix: translatable web footer
2024-03-27 13:05:50 +01:00
barredterra
90610a7e8e
feat: In-Context Translation
2024-03-27 12:53:15 +01:00
Corentin Flr
0cf58cac07
chore(weblist): Fix data-txt encoding, remove notxt ( #25101 )
2024-03-15 15:51:39 +05:30
Corentin Flr
02051fcf77
fix(weblist): Fix "More" button not working ( #24893 )
2024-02-19 11:17:46 +05:30
Raffael Meyer
fc64e8a0fb
feat: pass doctype as context when translating label ( #24903 )
2024-02-18 19:42:15 +05:30
Ankush Menat
de9ac89748
style: re-format with ruff
2024-02-05 18:53:33 +05:30
Corentin Flr
11baf6e03c
fix(login): Escape translated strings ( #24431 )
...
* Use `tojson` instead of `json` Jinja filter
2024-02-02 15:33:55 +05:30
Corentin Flr
0932bbf10c
fix(OTP): Autofocus OTP input, fix placeholder ( #24203 )
...
* fix(OTP): Autofocus OTP input
DOM insertion does not trigger autofocus, only initial load does.
* fix(OTP): Fix placeholder of OTP input
2024-01-08 21:38:16 +05:30
Rushabh Mehta
04646024cb
fix(minor): show footer on login via Website Settings, fixes #24153
2024-01-08 11:56:51 +05:30
Ankush Menat
7027e8b4dc
fix: ecsape search string ( #23717 )
...
[skip ci]
2023-12-11 11:20:02 +05:30
Ankush Menat
81b75374b0
fix: escape username on avatar control ( #23713 )
...
[skip ci]
2023-12-11 11:09:49 +05:30
Akhil Narang
f007f16ce9
fix: handle invalid passwords better ( #23377 )
...
* chore(login): show a message for response code 500 as well
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
* refactor: reject passwords > 512 characters
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
---------
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2023-11-23 15:35:37 +05:30
David Arnold
18f34c36f6
fix(float): input formatting
2023-11-07 18:07:06 +01:00
Ankush Menat
a643098a26
fix: Footer should show up once at end if not repeating header/footer ( #22902 )
...
* fix: Footer should show up once at end if not repeating header/footer
* fix: only show page number if repeating header
[skip ci]
2023-10-25 15:47:49 +05:30
surayp
68c28318dd
fix: escape print format code field( #22852 )
2023-10-23 09:57:52 +05:30
Maharshi Patel
fba6b37a3c
fix: website comments and card style
...
- fix website comments section and changed comment button to primary
- replaced shadow with border on card style for website
- removed line-height from avatar as it is unnecessary
2023-10-20 14:43:07 +05:30
Maharshi Patel
281f30e649
fix(minor): website padding and like icon
...
- fix padding on navbar, dropdown
- fix like icon on blog page
- updated update password page
2023-10-20 14:39:51 +05:30
Bernd Oliver Sünderhauf
7baab4490b
fix(UX): Responsive, column-major design for multicheck elements.
2023-09-30 14:46:19 +02:00
Suraj Shetty
1b80bd45dd
style: Fix linter warnings
2023-09-29 11:08:16 +05:30
Maharshi Patel
2355b9d581
fix: multiselect, page-card border, sidebar image
...
* changed multiselect feilds background color
* changed page-card border color for error and login page
* moved sidebar image border to image instead of sidebar-image-section
2023-09-28 16:22:52 +05:30
Maharshi Patel
d23b543dc9
Merge branch 'develop' into feat-desk-refresh
2023-09-15 12:12:25 +05:30
Maharshi Patel
6590d24151
fix: dark mode, timeline, logo colors
...
* changed variables from gray-* to dark mode compatible ones.
* timeline style fixes
* change logo with new black colors.
2023-09-15 12:04:17 +05:30
Psyi Rius
c3db5fca23
fix: typo in jinja2 templates ( #22353 )
2023-09-12 09:43:17 +05:30
Ankush Menat
3e8a192828
chore: escape instead of sanitizing
2023-09-11 18:01:09 +05:30
Maharshi Patel
9d0f72d98d
Merge branch 'develop' into feat-desk-refresh
2023-09-05 16:19:54 +05:30
Maharshi Patel
399ce7eb3b
fix: typography added letter-spacing
...
* added function to calculate letterspacing based on espresso
* added mixin to add font-size, font-weight and letter-spacing
* letter spacing is based on size and weight
* changed letter spacing on major places
* misc: minor kanban style fixes and changed border radius for .page-card
2023-09-04 16:03:40 +05:30
David Arnold
2d73b8f314
fix: align base template to socketio port default 9000 ( #22298 )
...
follow up on #22277
2023-09-03 17:53:05 +05:30
Maharshi Patel
5a403ecf8e
fix: list view hover state and icons
...
- updated icons and style for hover and focus state.
2023-08-28 23:54:18 +05:30
Maharshi Patel
0307dd4cca
Merge branch 'develop' into feat-desk-refresh
2023-08-24 23:55:42 +05:30
Maharshi Patel
025a5d57cf
fix: update form, controls, dropdown styles
...
- update form text style
- navbar menu padding
- added switch style to checkbox TODO: add option to configure switch.
- misc fixes
2023-08-23 18:51:16 +05:30