Commit Graph

3086 Commits

Author SHA1 Message Date
KernelDeimos
c6c3844763 chore: update kv.js 2024-12-20 12:07:24 -05:00
KernelDeimos
2a5073687d perf: reorder get-launch-apps behavior
As the recommended app list is hard-coded, these apps should be fetched
first as they don't depend on a database request.
2024-12-20 12:07:24 -05:00
jelveh
e6194f028d support icon_size in the apps module of Puter.js and Dev Center 2024-12-20 06:58:02 -08:00
KernelDeimos
648d6e036d fix: fix for previous fix 2024-12-20 09:25:30 -05:00
KernelDeimos
4f3a1618b1 fix: fix fallback icon behavior in get_icon_stream 2024-12-20 09:12:50 -05:00
jelveh
b1833ce1d7 close #1073 2024-12-19 19:35:22 -08:00
Hatem Lamia
4a77c93ce6
Merge branch 'main' into add-french-translation 2024-12-19 23:10:22 +01:00
KernelDeimos
9c86614df5 fix: revert test change 2024-12-19 13:22:50 -05:00
KernelDeimos
0d53020739 dev: fix a timestamp bug in old name expiry 2024-12-19 13:22:00 -05:00
KernelDeimos
6d2966f314 dev: AppES predicate transform for old name retry lookup 2024-12-19 13:22:00 -05:00
KernelDeimos
c775a2e860 dev: option to follow old app names in get_app 2024-12-19 13:22:00 -05:00
KernelDeimos
0ccb3b2eed dev: track old app names 2024-12-19 13:22:00 -05:00
Nariman Jelveh
40abd568e3
Merge pull request #1067 from bill-c-law/explorer-table-too-wide
Fix explorer table extra white space on right
2024-12-18 16:06:36 -08:00
jelveh
7a98616c86 Restore package-lock.json from master 2024-12-18 15:39:11 -08:00
jelveh
8c9f92cb61 cleanup 2024-12-18 15:31:14 -08:00
KernelDeimos
c69006e185 fix: acl check for subdomain on access 2024-12-18 14:51:30 -05:00
KernelDeimos
81ad3243b1 dev: entity storage parameters + app icon size 2024-12-18 14:12:42 -05:00
KernelDeimos
f032faa06d dev: add fallback for missing icons 2024-12-18 13:04:52 -05:00
KernelDeimos
7ec6621111 dev: make code more compatible with migration branch 2024-12-18 12:20:47 -05:00
KernelDeimos
90967ab109 dev: add ico support 2024-12-18 12:05:11 -05:00
KernelDeimos
8a3d74d30c dev: add bmp support for app icons 2024-12-18 11:23:04 -05:00
KernelDeimos
d67a6f0e0c doc: document and cleanup app icons 2024-12-17 15:17:31 -05:00
KernelDeimos
fc87897a3d dev: parallelize app icon generation 2024-12-17 14:56:07 -05:00
KernelDeimos
925ebd5310 fix: attempt fix for prod issue with app icons 2024-12-17 13:51:33 -05:00
bill-c-law
c5198a03fe Fix explorer table extra white space on right
Fix explorer table was always too wide with extra white space on right side causing an unnecessary horizontal scrollbar.  Changed width for both the header row and item rows from 100vw to 100%, and added min-width.
2024-12-17 13:25:42 -05:00
KernelDeimos
046ef3cb4f dev: add endpoint to read app icons 2024-12-17 12:57:24 -05:00
KernelDeimos
20d27d59bf dev: create pre-sized icons for apps 2024-12-17 12:57:03 -05:00
jelveh
905be23854 Larger launch icons 2024-12-17 09:17:38 -08:00
jelveh
453b7d9ac9 Enforce taskbar height 2024-12-17 09:13:43 -08:00
Nariman Jelveh
971383ef58
Merge pull request #1065 from bestlaw66/patch-1
Update README.zh.md
2024-12-17 09:01:40 -08:00
KernelDeimos
4a0e4d51b5 git: update .gitignore 2024-12-17 10:27:11 -05:00
KernelDeimos
f87769b445 fix: remove redundant notification query 2024-12-17 10:23:20 -05:00
KernelDeimos
2336a62b4f fix: share only emails email_confirmed recipients 2024-12-17 10:00:43 -05:00
jelveh
63efee390a Fix login using QR code 2024-12-17 06:48:40 -08:00
jelveh
47908f01a9 Add that sweet sweet subtle shadow for taskbar 2024-12-16 16:17:35 -08:00
jelveh
3c9a6b9d19 swipe to scroll Explore on mobile 2024-12-16 16:01:43 -08:00
jelveh
c9ab994042 Make progress window mobile friendly 2024-12-16 15:30:42 -08:00
jelveh
8019fd6b73 Update style.css 2024-12-16 15:21:17 -08:00
jelveh
ec2cb250b8 Update initgui.js 2024-12-16 15:16:04 -08:00
jelveh
35059098c3 Update style.css 2024-12-16 15:08:37 -08:00
jelveh
08d23ffca9 Update style.css 2024-12-16 14:58:03 -08:00
jelveh
a06f9c1ec1 Update style.css 2024-12-16 14:52:43 -08:00
jelveh
24ca4e6ad8 Update style.css 2024-12-16 14:44:55 -08:00
jelveh
b1c057e3a6 Update style.css 2024-12-16 14:35:15 -08:00
jelveh
276c9aab96 allow smooth swipe-to-scroll on mobile 2024-12-16 14:29:43 -08:00
jelveh
4e964d82ad ok, apple is horrible. 2024-12-16 14:22:10 -08:00
jelveh
1c5d59da79 Update style.css 2024-12-16 14:19:05 -08:00
jelveh
07de2aba30 Update style.css 2024-12-16 14:13:53 -08:00
jelveh
ba7247e75d More aggressive measures to disable pinch/pan zoom on touch devices 2024-12-16 14:05:17 -08:00
KernelDeimos
fd6f8bf225 perf: single request for gui boot kv keys 2024-12-16 16:54:08 -05:00