Commit graph

313 commits

Author SHA1 Message Date
sokumon
1ccd9e00a5 chore: rename patch 2026-01-02 19:02:04 +05:30
sokumon
fd1205c3e5 feat: allow sidebar item to link to form tab directly 2025-12-29 17:13:07 +05:30
sokumon
e3d5eea217 fix: translate all sidebar items 2025-12-23 11:42:42 +05:30
sokumon
95c275f4bc refactor: setting the correct sidebar 2025-12-17 02:04:37 +05:30
sokumon
1c5c61ea5a feat: swap user specific sidebar 2025-12-17 02:04:37 +05:30
sokumon
d4dbb58dca fix: show correct icon style 2025-12-15 16:46:45 +05:30
sokumon
61d6410525 feat: desktop icon variants 2025-12-12 07:32:20 +05:30
sokumon
104824dc91 chore: move code to the correct file 2025-12-09 18:20:22 +05:30
sokumon
92a73cbd5e refactor: move logic to a function 2025-12-09 15:16:37 +05:30
sokumon
d9d231feb8 refactor: move logic to a seperate patch 2025-12-08 13:03:19 +05:30
sokumon
16d3c2c85c feat: generate sidebars based on module 2025-12-08 12:43:33 +05:30
sokumon
2004e05f62 fix: add one more check to get the app 2025-12-03 15:48:28 +05:30
sokumon
34b221d097 fix: delete sidebars when app is deleted 2025-12-02 13:50:29 +05:30
sokumon
1cf07926c6 fix: dont show my workspaces if no private workspace and empty folder groups 2025-11-20 14:45:42 +05:30
sokumon
656aaa1f2f feat: show restricted desktop icons 2025-11-19 10:33:22 +05:30
sokumon
6913e4d22a feat: add mechanism to create module map to show a sidebar always 2025-11-17 03:31:44 +05:30
sokumon
10093febf1 fix(patch): create a user specific sidebar for showing private workspaces 2025-11-16 20:06:32 +05:30
sokumon
128d8db70f fix: dont show section break if nested items arent there 2025-11-15 19:31:17 +05:30
sokumon
351fa2a1ea fix: remove a setting from desktop settings 2025-11-15 12:45:56 +05:30
sokumon
7883897119 chore: rename app to desk 2025-11-14 23:05:14 +05:30
sokumon
673959565c feat: reports center page 2025-11-14 23:05:14 +05:30
sokumon
9122444258 fix: polish desktop screen 2025-11-14 23:05:13 +05:30
sokumon
86db71f8fa feat: move /app to /desk 2025-11-14 23:05:13 +05:30
sokumon
13b93a8bb1 feat: restrict sidebar items based on permissions 2025-11-14 23:05:13 +05:30
sokumon
36ff3cc5a1 fix: add more checks to avoid breakage 2025-11-14 23:05:13 +05:30
sokumon
131d8615b7 fix: add support for adding external urls as sidebar items 2025-11-14 23:05:12 +05:30
sokumon
3e137957c2 fix: add header icon to workspace sidebar itself 2025-11-14 23:05:12 +05:30
sokumon
561c842a92 fix(minor): sidebar changes 2025-11-14 23:05:11 +05:30
sokumon
7cdfb60797 feat: desktop screen wth new design 2025-11-14 23:05:11 +05:30
sokumon
4f64cb1613 refactor: cleanup Workspace Sidebar 2025-11-14 23:05:11 +05:30
sokumon
9658ca1642 feat: export and sync workspace sidebar and desktop icon 2025-11-14 23:05:11 +05:30
sokumon
3de6ecb498 feat(temp): more navbar styles for desktop 2025-11-14 23:05:11 +05:30
sokumon
3bb6987793 feat(temp): change icon style as per desktop setting 2025-11-14 23:05:11 +05:30
sokumon
2b031a170b fix: render sidebar correctly 2025-11-14 23:05:10 +05:30
sokumon
a51218f511 feat: create sidebar from workspace sidebar items 2025-11-14 23:05:10 +05:30
Akhil Narang
a05d2eceea
Merge pull request #33546 from akhilnarang/boot-drop-unused-field
fix(boot): drop `setup_wizard_not_required_apps`
2025-08-08 15:30:56 +05:30
rohitwaghchaure
7251445f94
fix: bootinfo issue (#33065) 2025-06-25 11:16:29 +05:30
Corentin Forler
8c0df08e8c
fix(boot): Don't register app as "required" multiple times (#32773) 2025-06-04 20:11:03 +05:30
rohitwaghchaure
5c6b2b5bec
refactor: track completed app setup wizards and re-run the setup wizard upon new app installation. (#32640) 2025-06-03 12:36:22 +05:30
sokumon
a1fca6ab63 fix: remove energy points / social module 2025-04-17 00:26:57 +05:30
Suhail
5886234b53
refactor: sign up flow changes (#31205)
* fix: logout to site login page if the site is on Frappe Cloud

* fix: check if the site user is logged in before rendering trial banner

* fix: show dropdown even if the site is not on trial plan

* refactor: don't expose communication secret in boot

* feat: show install app button for fc sites

* fix: remove auth from desk

we can simplify it and let user do auth in fc

* fix: install app button condition

* refactor: use `is_fc_site` method

* fix: return boolean value for `is_fc_site` function

* fix: add install app button in /apps page

* fix: don't generate otp for login to fc

* fix: remove install app option from desk

* fix: design changes for trial banner

* fix: add more details to the `current_site_info` endpoint

also don't render trial banner if trial end date is passed

* fix: don't route user to welcome page

always put them on the site's dashboard

* fix: override base_url when needed

also remove misleading class

* fix: show banner to normal user to contact system admin for plan upgrade

* refactor: redirect from /login instead of every /logout code

* fix: rename login to fc to manage billing

also move it above the divider

* refactor: separate out site-login url from login.py
2025-03-03 16:36:15 +00:00
Ankush Menat
129212a916 perf: cache unseen notes 2025-01-14 19:43:22 +05:30
Akhil Narang
84ef6ec677
refactor: fixup with ruff 0.8.1
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-12-04 13:18:04 +05:30
Shariq Ansari
167929ffd7 fix: added manage billing button in navbar settings dropdown 2024-11-15 14:32:05 +05:30
barredterra
e3a65dc1e3 feat: add sms_gateway_enabled flag to bootinfo
This enables ERPNext to not show a "Send SMS" button when it certainly will not work.
2024-10-31 13:54:30 +01:00
Akhil Narang
895ca9a30b
refactor: make desk settings user specific
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-09-24 10:46:23 +05:30
Rushabh Mehta
4da1f70eaf fix(desktop): fixes to app switcher inside desk 2024-09-23 15:19:09 +05:30
Rushabh Mehta
f88c508c23 fix(style): Update icons, new design for /me 2024-09-18 14:27:37 +05:30
Rushabh Mehta
5a23bc52b6 fix(minor): default app title and logo 2024-09-11 11:38:12 +05:30
Rushabh Mehta
802bf94236
Merge pull request #27621 from rmehta/app-switcher
feat: App switcher inside desk
2024-09-06 23:19:45 +05:30