Commit graph

953 commits

Author SHA1 Message Date
Faris Ansari
dbf180f368 fix: Handle empty image 2020-04-25 15:48:05 +05:30
Faris Ansari
280e7d982e feat: Blur-up images before loading 2020-04-25 14:48:43 +05:30
Faris Ansari
caa068932c Merge branch 'develop' of https://github.com/frappe/frappe into page-builder-tailwind 2020-04-24 23:48:29 +05:30
Faris Ansari
543bd89475 feat: Extract scripts and render them separately 2020-04-24 23:37:54 +05:30
Faris Ansari
422f8d2123 fix: Better styling for smaller breakpoints
- Add extra large breakpoint
2020-04-23 21:38:55 +05:30
Faris Ansari
64dd48e77c fix: Responsive padding in web_block section 2020-04-21 16:50:22 +05:30
Faris Ansari
ce76ee06ef fix: Hide summary arrow utility 2020-04-21 16:49:58 +05:30
Faris Ansari
4d0f0b7b8e fix: Remove unused components 2020-04-21 16:49:08 +05:30
Faris Ansari
c8ce0be403 fix: Use Tailwind only for Web Page
- Use Bootstrap 4 as fallback for other pages
2020-04-21 16:48:43 +05:30
Faris Ansari
51705f532d fix: Button
- Size: small / large
- Secondary button with light blue background
2020-04-21 16:46:40 +05:30
Suraj Shetty
d74a1686f9
Merge branch 'develop' into sidebar-sorcery 2020-04-21 09:00:45 +05:30
Rushabh Mehta
b7b0f1ddb1
Merge pull request #9999 from rmehta/webview-fixes-1
fix(web view): Made Web Views embeddable & other enhancements
2020-04-20 10:28:08 +05:30
Mangesh-Khairnar
7b2f469bf0 fix: remove nowrap from ellipsis class 2020-04-19 23:05:48 +05:30
Faris Ansari
5ea86c6454 fix: Use Web Page Block for Navbar and Footer
- Add more Web Templates
2020-04-19 16:19:02 +05:30
Rushabh Mehta
25d92ac9b2 fix(Web View): renamed Web View Item to Web View Components, made Web Views embeddable, introduced full width, introduced Color 2020-04-19 15:02:22 +05:30
Faris Ansari
2431767fdf feat: Page Builder based on Tailwind
- Website Theme based on: Bootstrap 4, Tailwind
- Web Page: Page Builder
- Web Template: Create templates for web pages
- Added some common Web Templates
- Components: Standard components directly usable in Jinja
- Purge Tailwind Classes in Production
- PostCSS Config to support tailwind
2020-04-18 15:02:56 +05:30
Suraj Shetty
d4e326572f
Merge branch 'develop' into sidebar-sorcery 2020-04-17 11:43:37 +05:30
Shivam Mishra
7e0e2da3bd
fix: render template if items exists 2020-04-16 19:17:58 +05:30
Rushabh Mehta
6b5a47c599 fix: minor bug fixes 2020-04-15 23:14:38 +05:30
Rushabh Mehta
0322ab198d feat: make Web View embeddable and allow navbar and footer as Web Views 2020-04-15 23:14:38 +05:30
Shivam Mishra
607be5ad2a feat: add sidebar items to navbar in mobile 2020-04-14 12:54:55 +05:30
Suraj Shetty
07bdf24e2e
Merge branch 'develop' into schema-breadcrumb 2020-04-10 18:49:54 +05:30
Shivam Mishra
7a47659360 feat: use schema.org specs for breadcrumb meta 2020-04-10 15:24:42 +05:30
Suraj Shetty
284c70809b fix: Translatable strings with trailing spaces 2020-04-08 14:20:52 +05:30
Shivam Mishra
1741816658 feat: added wiggle effect for invalid login 2020-04-07 12:20:17 +05:30
Suraj Shetty
2f697ef290
Merge pull request #9792 from surajshetty3416/fix-response-message
fix: Response message style
2020-03-27 12:51:00 +05:30
Suraj Shetty
34d854e9c0 fix: Response message style 2020-03-26 17:52:34 +05:30
Faris Ansari
6b282db8a0 fix: Web View Rendering
- Extract title from h1 if it doesn't contain jinja
- Add _context_dict to context to be able to inspect it in templates
- Add inspect macro to inspect any variable
- Better defaults for controller_row template

Co-Authored-By: Suraj Shetty <surajshetty3416@gmail.com>
2020-03-24 15:12:24 +05:30
Chinmay D. Pai
86c72e0b99
fix: pass all redirect-to args through sanitise_redirect
Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
2020-03-21 01:53:22 +05:30
nehasacher143
d2369f76f6
feat: disable fields for comment (#9637)
* feat: disabled email and name fields for comments

* fix: disabled fields only for logged in users
2020-03-04 14:22:05 +00:00
Suraj Shetty
dee4a7336c fix(translations): Incorrect syntax 2020-01-29 15:22:35 +05:30
Faris Ansari
b7b01bfa4c
fix: Update breadcrumb itemtype to schema.org 2020-01-23 13:10:11 +05:30
Suraj Shetty
d8c826ff19 fix: Small Text should not be rendered as text_field (#9318) 2020-01-20 16:18:46 +05:30
Suraj Shetty
fa1af204b0 fix: Consider "Small Text" and "Long Text" as text_field in print macro (#9308) 2020-01-20 12:26:53 +05:30
vishal
e7e155ee58 fix:ldap check prevent for login screen 2020-01-10 12:57:04 +05:30
Ernesto Ruiz
57ea150cc7
fix: add translation function to string "Home" (develop)
fix: add translation function to string "Home" (develop)
2020-01-08 09:49:20 -06:00
Faris Ansari
1e0f56bac7 fix: Persist scope search in search page 2020-01-06 13:34:31 +05:30
Suraj Shetty
d5b08ca36f fix: Use _ for translation since frappe._ is not supported 2020-01-01 09:29:12 +05:30
Shivam Mishra
8f875fa4b7 fix: formatting for check in prints (#9139)
* fix: formatting for check in prints

* refactor: remove important

Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2019-12-27 15:41:42 +05:30
thefalconx33
8c15ba3dad fix: display correct currency in child tables 2019-12-23 17:04:55 +05:30
Faris Ansari
ae0bf912c7 fix: Add label to standard print format sections
data-label is now added to each section so they can be targeted via CSS
2019-11-28 16:34:41 +05:30
Rohit Waghchaure
04bde96fd7 fix: PDF print overlapping text content for the table 2019-10-23 13:48:32 +05:30
prssanna
f38670fdff fix: email body color 2019-10-10 16:56:04 +05:30
prssanna
91d7c79ab0 fix: notification email style and fully clickable links 2019-10-09 16:22:58 +05:30
prssanna
e648e13970 fix: common email template for notifications and added document sharing notification 2019-10-09 16:22:57 +05:30
Faris Ansari
b6ed895ed8
fix(user): remove password update notification feature for secu… (#8449) 2019-09-23 12:33:14 +05:30
Faris Ansari
efa87c6a37
fix: Use Bootstrap 4 class names 2019-09-13 15:14:04 +05:30
Rohit Waghchaure
01041e105e fix: strip checkout page not showing options correctly 2019-09-11 16:59:51 +05:30
Suraj Shetty
33a99f2392 feat: Show signature placeholder in print view (#8354) 2019-09-07 21:18:15 +05:30
Faris Ansari
cdc5b2e752
fix: Ending div tag in footer_items.html 2019-09-02 23:41:13 +05:30