Commit graph

132 commits

Author SHA1 Message Date
Sagar Vora
2e5c8bea03 feat: frappe.utils.orjson_dumps 2025-06-26 17:37:51 +05:30
Akhil Narang
4509e75179
fix: convert frappe.boot to JSON properly
We have `frappe.as_json` set as the jinja filter for json

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-12-13 11:45:57 +05:30
DHia' SHalabi
71e99a1729 fix: add dynamic RTL support to the base template 2024-10-07 17:07:03 +03: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
barredterra
41a28e7381 fix: load crowdin script using https 2024-03-27 13:15:53 +01:00
barredterra
90610a7e8e feat: In-Context Translation 2024-03-27 12:53:15 +01:00
David Arnold
18f34c36f6
fix(float): input formatting 2023-11-07 18:07:06 +01:00
Maharshi Patel
9d0f72d98d
Merge branch 'develop' into feat-desk-refresh 2023-09-05 16:19:54 +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
0343f0d1f3 fix: add espresso icons
added espresso icons svg sprite and loaded them in base and app
2023-08-15 14:08:01 +05:30
Jannat Patel
45e682e06e fix: removed canonical link 2023-05-18 15:31:01 +05:30
DrZoidberg09
cd9ee5b98c
refactor: allow to include head.html in custom app (#18671)
* Update base.html

* Create head.html

Co-authored-by: Ankush Menat <ankush@frappe.io>
2022-10-31 16:55:53 +05:30
Shariq Ansari
a50e0ffa08
refactor: Webform (#17232) 2022-07-19 15:52:15 +05:30
Suraj Shetty
245302dc7a refactor: Rename icon symbol filename from symbol-defs.svg to icons.svg 2022-06-21 08:07:51 +05:30
marination
ab5f45a96f chore: Add moment to bundle instead of injection via script tag
- Wherever moment is imported in html, use dependent bundle to import it instead for consistency
- Remove moment import from `base.html` since it uses `frappe-web.bundle.js` anyway
2022-02-03 11:31:18 +05:30
codescientist703
ed13182573 chore: Remove Chat Module 2021-11-09 13:44:57 +05:30
Suraj Shetty
31d5d81e31
revert: "chore: Remove chat module" (#14922) 2021-11-09 10:30:00 +05:30
codescientist703
f1893b1c7b chore: remove chat module references and settings 2021-10-11 15:29:31 +05:30
Jannat Patel
8aa977c5f0 fix: discussions template and time 2021-09-16 12:36:24 +05:30
Faris Ansari
474dc5b47a fix: Fallback for show_language_picker 2021-05-02 15:05:22 +05:30
Faris Ansari
dd69f1ab43 fix: Hash based file naming
- For better HTTP caching and cache busting
- assets.json is created under [app]/dist folder which contains the map
of input file and output file name, this is used to get the correct path for
bundled assets
2021-04-29 13:30:07 +05:30
Faris Ansari
2f10daf562 Merge remote-tracking branch 'upstream/develop' into esbuild 2021-04-24 16:43:06 +05:30
Faris Ansari
34c6d099b1 fix: Update all /assets urls with new urls 2021-04-24 16:24:08 +05:30
Faris Ansari
c119f9ab3c fix: libs.bundle.js
- Separate file to import jquery and bootstrap
- Remove separate jquery bundle from app as well as web
- Load jquery from node_modules
2021-04-24 14:42:43 +05:30
Anand Chitipothu
1a30e11b5f
fix: Invalid HTML generated by the base template (#12953)
Closes #12952
2021-04-22 09:01:59 +05:30
Faris Ansari
226ad1d91a feat: New Build System based on esbuild
- Deprecate use of build.json
- *.bundle.js files placed anywhere in the public folder are bundled
- Built files are created in public/build folder which is gitignored

WIP
2021-04-22 07:01:36 +05:30
Rushabh Mehta
6d20983eb2 fix(minor): Make language select optional and fix breakpoint issues in website 2021-04-15 14:15:40 +05:30
Suraj Shetty
dcd98fb80e
fix: Select correct language
Fixes a bug in the language selection
2021-04-08 17:50:03 +05:30
Suraj Shetty
b41c5b59d3 feat: Use navigator.language for initial guess 2021-04-08 12:39:23 +05:30
Suraj Shetty
7e1638ef60 fix: Only use cookie to remember lang preference 2021-04-08 09:46:07 +05:30
Suraj Shetty
fe6b427fb2 fix: Set lang attribute of document 2021-04-07 18:49:55 +05:30
Suraj Shetty
df0578d248 feat: Show language switcher for guest users on navbar 2021-04-07 18:18:15 +05:30
prssanna
e54a1262b4 Merge branch 'rebrand-ui' of https://github.com/frappe/frappe into rebrand-ui 2021-01-20 17:57:46 +05:30
prssanna
f363863b8c fix: website fixes
-move modal and icon styles to common

primary navbar theme
2021-01-20 17:56:05 +05:30
Rushabh Mehta
4ba65b1332 fix(minor): background in base.html 2021-01-15 09:47:26 +05:30
Shivam Mishra
7fefb4b138 Merge branch 'rebrand-ui' of https://github.com/frappe/frappe into rebrand-ui 2020-12-28 12:11:50 +05:30
Shivam Mishra
383274f1b2 feat: allow adding a class to HTML body 2020-12-24 14:14:44 +05:30
prssanna
306d555f46 refactor: common css for website and desk 2020-12-24 11:55:01 +05:30
Rushabh Mehta
90363f4ba9 fix(routes): minor fixes to route, favion, setup-wizard 2020-12-18 13:17:28 +05:30
Suraj Shetty
13175a8bc4 fix(website): Bust cache by passing build_version to link and script sources 2020-11-09 15:54:17 +05:30
Faris Ansari
7a31983c90 fix: Succinct syntax for rendering web templates 2020-09-11 19:49:20 +05:30
Faris Ansari
6692211705 feat: Customizable navbar and footer with Web Template 2020-09-03 13:59:18 +05:30
Gavin D'souza
f8dcc60bb6 chore: frappe.io => frappeframework.com 2020-08-26 17:32:58 +05:30
Suraj Shetty
06788762d6 fix(website): Properly load colocated javascript and style 2020-07-22 10:09:58 +05:30
Case Solved
ee86f34a6d
feat: Add H1 tag to About and Contact pages for SEO [v13] (#10605)
* Add H1 tag to About and Contact pages for SEO

* fix: Issue with breadcrumb on Contact Us page
2020-06-19 10:31:06 +05:30
Richard Case
abc3d96829 feat: Add canonical head link for SEO 2020-06-06 01:18:26 +00:00
Faris Ansari
55e966da27 fix: Revert base templates 2020-05-11 15:58:21 +05:30
Faris Ansari
a2a697b4d5 fix: Remove theme based_on from Website Theme 2020-05-09 15:38:08 +05:30
mathieu.brunot
cf200c195e
socketio_port default to null
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
2020-05-08 20:43:52 +02:00