Commit graph

51620 commits

Author SHA1 Message Date
sokumon
cc006d3016 fix(style): use line-height only when app name is shown 2025-11-14 23:05:12 +05:30
sokumon
cec4b51b25 fix: added default for workspace sidebar item 2025-11-14 23:05:12 +05:30
sokumon
c057c730c5 refactor: make app level folders first class 2025-11-14 23:05:12 +05:30
sokumon
541f8f3360 fix(autocomplete): give Installed Applications as a option 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
a054ae9621 feat: save reordering of icons 2025-11-14 23:05:11 +05:30
sokumon
77c73cf310 feat: allow to hide icon and handle edge cases while icon creation 2025-11-14 23:05:11 +05:30
sokumon
4fa334b16e feat: init edit sidebar from UI 2025-11-14 23:05:11 +05:30
sokumon
561c842a92 fix(minor): sidebar changes 2025-11-14 23:05:11 +05:30
sokumon
586aa4f16c fix(minor): styles for desktop page 2025-11-14 23:05:11 +05:30
sokumon
519e5fba04 feat: add more configuration options to sidebar 2025-11-14 23:05:11 +05:30
sokumon
787ec85905 fix(UX): improvements on desktop screen 2025-11-14 23:05:11 +05:30
sokumon
c8b344b3ca fix: desktop search 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
1209487274 fix: keep old aweomsbar shortcut 2025-11-14 23:05:11 +05:30
sokumon
3de2ec5bd0 fix(style): espresso style breadcrumb 2025-11-14 23:05:11 +05:30
sokumon
56b0a43ba0 fix: make desktop page use a seperate container 2025-11-14 23:05:11 +05:30
sokumon
963f876110 feat: make the desktop icon search work 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
4a751dcdd0 fix: more cleanups and polish 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
23865682a3 feat(Desktop): add ability to add logos via url 2025-11-14 23:05:11 +05:30
sokumon
2abcfd3039 fix: more interaction fixes 2025-11-14 23:05:11 +05:30
sokumon
6bf7d45e6e refactor: Sidebar 2025-11-14 23:05:11 +05:30
sokumon
789804adb2 refactor: Sidebar Header 2025-11-14 23:05:11 +05:30
sokumon
40823fd23f fix: make icons subtle 2025-11-14 23:05:11 +05:30
sokumon
2f3e44cb77 refactor: hide_sidebar on Page 2025-11-14 23:05:11 +05:30
sokumon
dff85c9993 fix: make desktop items not reload the page 2025-11-14 23:05:11 +05:30
sokumon
6ba55a136f fix: cleanup router.js,make hide sidebar from page 2025-11-14 23:05:11 +05:30
sokumon
6520d09871 fix(style): change desktop to monochrome 2025-11-14 23:05:10 +05:30
sokumon
2b031a170b fix: render sidebar correctly 2025-11-14 23:05:10 +05:30
sokumon
0c580533b0 fix: add some more options to sidebar header 2025-11-14 23:05:10 +05:30
sokumon
f12320a178 fix: grid styles 2025-11-14 23:05:10 +05:30
sokumon
8e25eaaf0c fix(style): desktop page 2025-11-14 23:05:10 +05:30
sokumon
edba334188 fix: make sidebar for all routes 2025-11-14 23:05:10 +05:30
sokumon
1e1455d373 refactor: move desktop inside desk 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
sokumon
e1ea6c58f2 feat: Workspace Sidebar 2025-11-14 23:05:10 +05:30
sokumon
2a47687690 fix: make the desktop page functional 2025-11-14 23:05:10 +05:30
sokumon
2af99c6009 feat: reIntroduce Desktop Icon 2025-11-14 23:05:10 +05:30
sokumon
b4f5a63ebd fix: allow /desktop 2025-11-14 23:05:10 +05:30
Akhil Narang
0be60be5dd
Merge pull request #34198 from akhilnarang/python3.14
build: support python3.14
2025-11-14 18:57:40 +05:30
Akhil Narang
60e714e2e1
fix: commit before trying to delete user
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-11-14 18:36:34 +05:30
Akhil Narang
edc4b4bbd5
fix: set multiprocessing start mode to fork instead of forkserver
worker-pool with fork workers seem to not pick up jobs otherwise - the test `test_multi_queue_burst_consumption_worker_pool` just times out.

https://docs.python.org/3/whatsnew/3.14.html#concurrent-futures

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-11-14 18:36:34 +05:30
Akhil Narang
6e20cde862
chore: temporarily raise allow higher memory usage in basic rq job
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-11-14 17:42:47 +05:30
Akhil Narang
b83ae4d793
build(deps): bump cryptography and openssl
This allows us to use 3.14 freethreaded

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-11-14 17:42:47 +05:30
Akhil Narang
770024f048
fix: adjust refcount test for python3.14
References:
- https://docs.python.org/3.14/whatsnew/3.14.html#optimizations
- https://docs.python.org/3.14/whatsnew/3.14.html#whatsnew314-refcount

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-11-14 17:42:47 +05:30
Akhil Narang
0c3be512db
build(deps): bump RestrictedPython version [change to non-alpha before merging]
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-11-14 17:42:47 +05:30