Commit Graph

886 Commits

Author SHA1 Message Date
haruto
eeda878554 Complete Korean translation #541
Complete Korean translation based on English file #541
2024-08-01 10:00:19 +09:00
Nariman Jelveh
b35428ddd3
Merge pull request #646 from RandomStrangerOnTheInternet/main
Update Dutch translations
2024-07-31 17:07:16 -04:00
KernelDeimos
8b11937365 dev: fix incomplete support for multipart driver requests 2024-07-31 17:06:50 -04:00
KernelDeimos
7a09c5c47a doc: add example requests 2024-07-31 17:06:50 -04:00
KernelDeimos
c28f2cb4df dev: add service to test images through drivers 2024-07-31 17:06:50 -04:00
Nariman Jelveh
ade66bd1da escape unescaped single quote causing syntax error 2024-07-31 17:04:22 -04:00
RandomStrangerOnTheInternet
c7ab7e04a6 Update Dutch translations (fixes https://github.com/HeyPuter/puter/issues/543) 2024-07-31 22:56:36 +02:00
Nariman Jelveh
1e753843d2 Remove some of the unused component imports 2024-07-28 12:41:52 -07:00
KernelDeimos
02504690cf test: add database migration tests 2024-07-28 04:02:16 -04:00
KernelDeimos
d0e461e206 fix: sqlite migrations error
This issue was caused by an INSERT statement which adds the admin user
to the admin group. The admin user is created at initialization, so for
new installs it does not exist at the time migration scripts are run.
Additionally, new javascript-coded migrations (.mig.js) would not have
run for new installs because of redundant (WET; not DRY) code for
initial setup.

This commit also improves error handling of the migration service, which
was necessary to diagnose this issue.

In the future, setup always needs to be tested after updating migration
scripts, even though migration of existing databases is where most of
the issues will happen.

Resolves: #639
2024-07-27 18:54:17 -04:00
Nariman Jelveh
c717746646 Use the english version of the license header but retain the credit to Bryar Ghafoor 2024-07-27 14:07:24 -07:00
Bryar Ghafoor
fe119756b5 Update Kurdish language template 2024-07-27 23:19:24 +03:00
KernelDeimos
70787ffa2c tweak: print new password when resetting pass via server console 2024-07-26 22:43:11 -04:00
Muhammad Fauzi
033643b0e7
feat: Add Indonesian Translation for i18n 2024-07-27 02:45:05 +07:00
KernelDeimos
654e0b9333 move: move selfhosting-related services to a module 2024-07-26 01:23:22 -04:00
KernelDeimos
6213806aba dev: move driver arg types to a registry 2024-07-25 23:19:54 -04:00
KernelDeimos
af3180a57f dev: add monthly usage to new call method 2024-07-25 23:19:54 -04:00
KernelDeimos
8be7a7d219 dev: add logical rate-limit to new call method 2024-07-25 23:19:54 -04:00
KernelDeimos
780a993465 dev: move policy selection to call_new_ 2024-07-25 23:19:54 -04:00
KernelDeimos
ea409d1578 dev: begin using Invoker for driver calls 2024-07-25 23:19:54 -04:00
KernelDeimos
20b58ddcb5 dev: add Invoker 2024-07-25 23:19:54 -04:00
KernelDeimos
9e38e048c1 dev: prepare to implement policy enforcer 2024-07-25 23:19:54 -04:00
KernelDeimos
e514dfcf50 fix: prevent large logs from service events (2) 2024-07-25 23:19:54 -04:00
KernelDeimos
d5ec40078f dev: begin adding new driver call method 2024-07-25 23:19:54 -04:00
KernelDeimos
e0d30f041b dev: move implied system perms 2024-07-25 23:19:54 -04:00
KernelDeimos
984ae9e6a2 feat: add password reset from server console 2024-07-25 23:19:54 -04:00
KernelDeimos
580fbdb113 tweak: record time for permission scans 2024-07-25 23:19:54 -04:00
KernelDeimos
cca19ad495 dev: remove svc_permission.check 2024-07-25 23:19:54 -04:00
KernelDeimos
191be84e32 dev: migrate svc_permission check() to scan() 2024-07-25 23:19:54 -04:00
KernelDeimos
3b85e4eeba dev: migrate ACLService to use scan() 2024-07-25 23:19:54 -04:00
KernelDeimos
a0f0151446 dev: improve permission scan reading 2024-07-25 23:19:54 -04:00
KernelDeimos
4a6055d239 dev: add user-app to permission scanning 2024-07-25 23:19:54 -04:00
KernelDeimos
54471fada9 feat: add server command to scan permissions 2024-07-25 23:19:54 -04:00
KernelDeimos
c9ded89b22 feat: grant user driver perms from admin 2024-07-25 23:19:54 -04:00
KernelDeimos
f0c36a1cdf feat: replace default_user with admin 2024-07-25 23:19:54 -04:00
KernelDeimos
d1261460ba dev: obtain driver permission from system user 2024-07-25 23:19:54 -04:00
KernelDeimos
ab156297a7 feat: add system user 2024-07-25 23:19:54 -04:00
KernelDeimos
2cd68100d2 refactor: add traits and services as drivers 2024-07-25 23:19:54 -04:00
KernelDeimos
8beda66328 data: add extra sound 2024-07-25 18:28:16 -04:00
KernelDeimos
5fee393b67 data: add startup and shutdown chimes 2024-07-25 18:01:10 -04:00
Nariman Jelveh
f30bbbd375 Add translation template for Kurdish 2024-07-25 14:48:12 -07:00
Nariman Jelveh
22d7134802 Pass window.crossOriginIsolated value to the popup 2024-07-24 12:36:19 -07:00
KernelDeimos
48c819ac73 chore: update SLA for chat model
Resolves: #630
2024-07-24 13:35:26 -04:00
KernelDeimos
fa9cc8efcf fix: prevent large logs from service events (1) 2024-07-24 02:31:45 -04:00
KernelDeimos
5d5f5660b4 feat: add options to disable winston and devwatch 2024-07-24 01:52:07 -04:00
Nariman Jelveh
cc0800d60a Remove unnecessary console.log calls 2024-07-22 19:43:50 -07:00
Nariman Jelveh
5d58764316 Use join. to build target path 2024-07-22 16:38:45 -07:00
KernelDeimos
5d2a6fce30 fix: fix templates 2024-07-22 17:10:58 -04:00
Nariman Jelveh
1f7f094282
Merge pull request #627 from Koppeks/koppeks/templates_folder_contextmenu
Templates folder feature
2024-07-22 11:33:02 -07:00
Nariman Jelveh
d8dd218089 Don't show No templates found for now. 2024-07-22 11:31:01 -07:00
Nariman Jelveh
a9801fc10d place available_templates call in update_auth_data to guarantee that user object exists 2024-07-22 11:07:57 -07:00
Nariman Jelveh
2d5a0bb894 closes #614 2024-07-21 17:01:24 -07:00
Koppeks
a0113788f9 remove extra comments 2024-07-21 17:32:33 -03:00
enweazudaniel
382fb24dbb
Update ig.js 2024-07-21 17:04:33 +01:00
KernelDeimos
8f87770ceb fix: popup login in co isolation mode 2024-07-20 20:46:03 -04:00
KernelDeimos
2a5cec7ee9 fix: add necessary iframe attributes for co isolation 2024-07-20 18:54:08 -04:00
pvhuwung
02e1b1e8f5 chore: fix confirm for type_confirm_to_delete_account 2024-07-21 04:03:37 +07:00
Pham Viet Hung *David
f4a45d74e7
Merge branch 'HeyPuter:main' into i18n/vietnamese-translation 2024-07-21 04:53:48 +08:00
pvhuwung
c2d3d69dbe feat: add vietnamese localization-a 2024-07-21 03:53:14 +07:00
Nariman Jelveh
71f4b4d71f When setting size/position of app window make sure it's not an empty string 2024-07-20 13:34:36 -07:00
Nariman Jelveh
3a09e84838 fix: syntax error and formatting issue 2024-07-20 08:05:14 -07:00
WHL
b9e73b7288
Update zhtw.js, Complete Traditional Chinese translation based on English file #550 2024-07-20 22:18:05 +08:00
Koppeks
f897e84498 Temporal commit for issue #432 2024-07-19 19:42:47 -03:00
Nariman Jelveh
eae51e945b Merge branch 'main' of https://github.com/HeyPuter/puter into main 2024-07-19 13:11:35 -07:00
Nariman Jelveh
98e69642d0 fix: launch_app not considering explorer as a special case 2024-07-19 13:11:26 -07:00
Nariman Jelveh
f2bb551e75 Change english_name from English to Tamil 2024-07-19 08:52:19 -07:00
Alfika07
8a3d0430f3 Add Tamil translation to translations.js 2024-07-19 09:46:04 +02:00
Alfika07
333d6e3b65 Move Tamil translation to the rest of translations 2024-07-19 09:43:23 +02:00
KernelDeimos
e58da265ba try cross-origin isolation only on sites 2024-07-18 20:58:09 -04:00
KernelDeimos
7043b9400c fix: well kinda (HOSTNAME in phoenix) 2024-07-18 20:16:08 -04:00
Nariman Jelveh
eeda9fb568 close #409 2024-07-18 16:06:45 -07:00
KernelDeimos
74adcddc1d fix: fix CI attempt #5 2024-07-18 16:36:44 -04:00
Nariman Jelveh
d9a90a67c1 let me try fixing mocha! 2024-07-18 13:30:05 -07:00
Nariman Jelveh
82fa2d0862 close #169 2024-07-18 13:01:14 -07:00
KernelDeimos
ad3d318d07 fix: make webpack output not look like errors 2024-07-18 14:50:53 -04:00
KernelDeimos
e539932070 feat: add cross_origin_isolation option 2024-07-18 14:23:03 -04:00
KernelDeimos
8c8904cb36 doc: update documentation for boot sequence 2024-07-18 14:23:03 -04:00
Nariman Jelveh
f9333b3d1e
feat: add option to disable temporary users 2024-07-18 12:59:42 -04:00
KernelDeimos
ba50d0f96d feat: add some default groups 2024-07-18 01:08:49 -04:00
Nariman Jelveh
8e7306c23b Add support for dropping multiple Puter items onto Dev Center (close #311) 2024-07-17 20:56:36 -07:00
Nariman Jelveh
e6833253c7 close #276 2024-07-17 20:14:07 -07:00
Nariman Jelveh
4d6edff169 Escape arguments passed to dev-center 2024-07-17 18:32:02 -07:00
Nariman Jelveh
45f131f8ea No scrollbar for session list 2024-07-17 14:05:49 -07:00
Nariman Jelveh
d80f2fa847 fix: fix path issues under win32 platform 2024-07-17 13:36:22 -07:00
KernelDeimos
5c636d4fd2 fix: remove abnoxious debug file 2024-07-17 13:55:55 -04:00
Michal Hobot
8bece96f62
Translation improvements, mainly style and context-based
After using a Polish-translated puter I found out several places for improvement
2024-07-17 15:43:23 +02:00
Nariman Jelveh
6c29427e16 close #174 2024-07-16 19:06:46 -07:00
Nariman Jelveh
9bfee0862f
Merge pull request #600 from Koppeks/koppeks/translation-es
Translation to Spanish
2024-07-16 18:14:44 -07:00
Koppeks
151527825f update translation file es.js to be up to date with the file en.js 2024-07-16 20:30:42 -03:00
Michal Hobot
8e297cd7e3
Translate en.js as of 2024-07-10 2024-07-16 17:55:34 +02:00
Nariman Jelveh
c80526900b
Merge pull request #594 from Szab54/patch-1
Update translations.js to Hungarian lang
2024-07-15 12:39:07 -07:00
XYCert
69a80ab3d2
Create hu.js hungarian language 2024-07-15 21:04:38 +02:00
XYCert
56820cf6ee
Update translations.js to Hungarian lang 2024-07-15 20:58:31 +02:00
Nariman Jelveh
7f0365202e
Merge pull request #593 from Varun710/tamil-translation
Tamil translation
2024-07-14 22:36:13 -07:00
Varun710
81781f80af Tamil translation 2024-07-15 00:27:35 -05:00
LNLenost
84e31eff2f
Update it.js 2024-07-14 19:34:09 +02:00
Narek
3b8af7cc5c Update Armenian translation file 2024-07-14 00:11:15 +04:00
Nariman Jelveh
ae04a09c90 Take into account that godmode might be either integer or boolean 2024-07-11 18:07:09 -07:00
KernelDeimos
e8f4c328bf fix: read_only fields in ES 2024-07-11 21:00:14 -04:00
KernelDeimos
6a2fbc1925 fix(security): hoist acl check in ll_read 2024-07-11 20:09:39 -04:00
Nariman Jelveh
b790bab9c0
Merge pull request #585 from HeyPuter/eric/rename-traits-to-features
refactor(backend): rename traits to features
2024-07-11 14:37:12 -07:00
KernelDeimos
f7d15bae41 refactor(backend): rename traits to features 2024-07-11 16:50:09 -04:00
Waheed Uddin Ahmed
cff488f4f4 Update bn.js file formatting 2024-07-11 06:46:34 +06:00
Waheed Uddin Ahmed
92abc9947f Issue#530 - Update bengali translations 2024-07-11 06:42:52 +06:00
KernelDeimos
7aadae58ce fix: remove flag that breaks puter-js webpack 2024-07-10 17:18:54 -04:00
KernelDeimos
5b1924f312 chore: remove duplicate headers 2024-07-10 16:53:54 -04:00
KernelDeimos
6728dd2571 dev(license-headers): fix excludes list 2024-07-10 16:25:14 -04:00
KernelDeimos
fac08c4152 doc: remove extra log in doc snippet 2024-07-10 13:52:20 -04:00
Sergiu Bondor
8440f566b9 Added missing Romanian translations. 2024-07-10 19:49:45 +03:00
Slendi
473b6512c6
Add 2FA Romanian translations
Signed-off-by: Slendi <slendi@socopon.com>
2024-07-10 11:37:06 +03:00
askdkc
31748506b7 Create ja.js for Japanese Translation 2024-07-10 11:22:16 +09:00
askdkc
47ec74f0aa Add Japanese Translation 2024-07-10 11:20:29 +09:00
KernelDeimos
fafa36c73f move: move dev-server.js back to gui
I'm not sure why it was here, I thought I moved it already.
2024-07-09 19:01:49 -04:00
Nariman Jelveh
10d77f17aa retry npm 3 times to account for the flakiness of the process 2024-07-09 15:12:19 -07:00
micheledinelli
6c4c73a9e8 Add documentation instructions to get started with My Websites 2024-07-09 23:33:11 +02:00
Nariman Jelveh
00eabd7b10 remove duplicate and/or incorrect license headers 2024-07-09 13:50:20 -07:00
Nariman Jelveh
1d52a559ff Remove more duplicate license headers 2024-07-09 08:14:33 -07:00
Nariman Jelveh
ab164c3a0a
Merge pull request #570 from micheledinelli/main
Completing Italian translation based on English file
2024-07-09 07:59:11 -07:00
micheledinelli
f5a8ee1c6a Completing Italian translation based on English file 2024-07-09 16:55:45 +02:00
Nariman Jelveh
7fa2dd535f remove all duplicated license headers 2024-07-09 07:51:54 -07:00
micheledinelli
a96abb5793 Completing Italian translation based on English file. 2024-07-09 16:49:19 +02:00
Nariman Jelveh
1f4297f746 Remove extra license header from ar.js 2024-07-09 07:48:35 -07:00
KernelDeimos
3a7221dba5 chore: cleanup root directory 2024-07-09 04:18:55 -04:00
KernelDeimos
bda4aed2e8 chore: add missing license headers 2024-07-09 04:10:33 -04:00
Nariman Jelveh
d3a9ba847a Move icon credits to the GUI project directory 2024-07-08 22:23:02 -07:00
Nariman Jelveh
338004474f Add jsdoc-style comments for a number of functions 2024-07-08 17:52:43 -07:00
Nariman Jelveh
535475b3c3 Improve getMimeType to remove trailing dot in the extension if preset 2024-07-08 17:33:09 -07:00
Matheus Carvalho
42a6b3938a
feat: update BR translation 2024-07-08 18:33:39 -03:00
Nariman Jelveh
7d92304e7f Update ar.js 2024-07-08 13:59:45 -07:00
Nariman Jelveh
8bdd489eaf Add missing commas 2024-07-08 13:59:13 -07:00
Med Elm
fe5be7f3cf Update Arabic translations in src/gui/src/i18n/translations/ar.js to match English version in src/gui/src/i18n/translations/en.js 2024-07-08 13:59:13 -07:00
Nariman Jelveh
26e9b0b2de
Merge pull request #564 from Speedyjet/Russian_and_Ukrainian
Russian and ukrainian
2024-07-08 13:18:33 -07:00
Nariman Jelveh
d2c68308bb
Merge branch 'main' into translations_russian_and_ukrainian 2024-07-08 13:08:55 -07:00
Oleh Brusentsov
e61039faf4 Ukrainian updated 2024-07-08 21:44:42 +02:00
Nariman Jelveh
a1dd354787
Merge pull request #561 from julijatol/main
Update ru.js issue #547
2024-07-08 12:29:54 -07:00
KernelDeimos
3ed7916856 feat: JSON support for kv driver 2024-07-08 15:27:54 -04:00
Yuliya Tolstikova
17145d0be6
Update ru.js issue #547 2024-07-08 15:12:48 -04:00
Oleh Brusentsov
8836011428 Russian translation fixed 2024-07-08 20:44:53 +02:00
KernelDeimos
1f659f7c01 chore: fix release-please version 2024-07-08 13:47:44 -04:00
Nariman Jelveh
86fd2f4bc4
Delete src/dev-center/.eslintignore 2024-07-08 10:06:09 -07:00
Nariman Jelveh
cb8f0aa359 wtf is wrong with eslint?! 2024-07-07 21:40:53 -07:00
Nariman Jelveh
58ff7c279d Update .eslintignore 2024-07-07 21:38:39 -07:00
Nariman Jelveh
1f8cd7f613 Create .eslintignore 2024-07-07 21:36:37 -07:00
KernelDeimos
94c0449437 fix: docker runtime fail because stdout columns 2024-07-08 00:31:18 -04:00
Nariman Jelveh
30f9f29982 Merge branch 'main' of https://github.com/HeyPuter/puter into main 2024-07-07 20:44:04 -07:00
Nariman Jelveh
594424444a make Dev Center aware of the origin of the host environment 2024-07-07 20:43:57 -07:00
KernelDeimos
4078a63fe1 tweak: maximize dev center on start 2024-07-07 23:16:19 -04:00
Nariman Jelveh
ad56091c2f
Merge pull request #559 from TianLangStudio/translation_zh
[translation] improve Chinese translation fix issue 549
2024-07-07 19:47:36 -07:00
Nariman Jelveh
fd39f92ea6 get username and appID from puter.js rather than iframe URL in Dev Center 2024-07-07 19:44:28 -07:00
KernelDeimos
283f409a66 fix: fix owner ids for default apps 2024-07-07 22:35:45 -04:00
FusionZhu
a8474054cc improve Chinese translation fix issue 549 2024-07-08 10:27:53 +08:00
KernelDeimos
10f4d7d50c feat: register dev center to apps 2024-07-07 22:26:32 -04:00
Nariman Jelveh
e73d55b2c0 Perform getDeveloperProfile only when on puter.com 2024-07-07 19:22:26 -07:00
Nariman Jelveh
f2b551d5be Initial commit for Dev Center 2024-07-07 18:52:37 -07:00
KernelDeimos
af083b0800 cleanup: feat: support canonical puter.js url in dev 2024-07-07 20:47:01 -04:00
KernelDeimos
fd41ae217c feat: support canonical puter.js url in dev 2024-07-07 20:45:02 -04:00
KernelDeimos
a43cab0c93 refactor: move puter gui to workspace 2024-07-07 17:12:55 -04:00
Nariman Jelveh
4c26ebe3ac Fix key references for the Hindi language 2024-07-07 10:11:17 -07:00
ramanfloyeedee
ce50718f84 Issue no-551 hindi translation
I have created hi.js file under src/i18n/translations in the main branch.
please review the file.
Thanks
2024-07-07 21:31:43 +05:30
Nariman Jelveh
cb5184f2f1 Confirming to delete accoutn works with both English and the chosen locale of the user 2024-07-07 08:47:09 -07:00
Nariman Jelveh
ce2b38c084
Merge pull request #556 from mklr19/translate-german
Updated german translation file
2024-07-07 08:22:46 -07:00
mklr19
37dca86506 Updated german translation file 2024-07-07 15:42:27 +02:00
etnms
812480bbd0 updated French translation based on English file per issue #513 2024-07-07 10:23:35 +02:00
Nariman Jelveh
d0cb0a96de Add english_name attribute for the Polish i18n file 2024-07-06 11:20:01 -07:00
brodbar
28a9469914 Update locale 2024-07-06 16:47:50 +03:00
Nariman Jelveh
31bf69f10e add the two missing keys 2024-07-05 21:25:48 -07:00
Sysnajar
5e78690b97 Add Thai translation. 2024-07-06 10:46:58 +07:00
Nariman Jelveh
d0758631ea Add more English translation keys 2024-07-05 15:35:16 -07:00
Zuhaib Asif
a9c33da151 Updated Urdu translations, added missing entries, and corrected inaccuracies 2024-07-06 02:21:49 +05:00
Nariman Jelveh
dcbca2f829 Add i18n keys for multiple terms 2024-07-03 13:05:39 -07:00
Nariman Jelveh
3633349700
Merge pull request #516 from guicazaroto/feature/translate-br.js
feature: add (pt-br) translation for system settings.
2024-07-02 15:59:23 -07:00
Guilherme Guimarães Cazaroto
77211c4f71 feature: add (pt-br) translation for system settings. 2024-07-02 19:42:49 -03:00
Nariman Jelveh
80ea655d05 close #512 2024-07-01 15:44:48 -07:00
KernelDeimos
d9c4fbbd1d fix: ui color input attributes 2024-07-01 14:23:49 -04:00
Sam Atkins
b7133760df tweak: Ensure puter.domain is always set for launched apps 2024-07-01 12:46:15 -04:00
Nariman Jelveh
91e9fa7c25 improve the ux of "Show Desktop" toolbar button 2024-06-30 23:30:55 -07:00
Nariman Jelveh
95e1268527 Make contextmenu smooth as butter 2024-06-28 12:48:55 -07:00
Nariman Jelveh
fbc02a5f62 Fix the issue with re-opening submenus using keyboard 2024-06-26 09:41:57 -07:00
Nariman Jelveh
8a763eab6f fix multiple issues with ctx menu event delegation and keyboard navigation 2024-06-26 00:57:12 -07:00
Sam Atkins
d81f6e5ede chore: Mark globals as being part of the window object
Silences eslint
2024-06-24 19:15:02 -04:00
Nariman Jelveh
266e41f95c Remove extra height for iframe when menu bar is in desktop mode 2024-06-24 10:24:30 -07:00
Nariman Jelveh
a094ae5683 Update en.js 2024-06-23 10:01:16 -07:00
Nariman Jelveh
a58aa3f2e6 Close #480 2024-06-22 22:09:19 -07:00
Nariman Jelveh
0bd0eaf890 add the ability to pick between desktop and winow menubars 2024-06-22 19:51:29 -07:00
Nariman Jelveh
704a4ead17 Show register form when user receiving a file is not the correctone 2024-06-21 12:16:42 -07:00
Nariman Jelveh
e31625d0da Update IPC.js 2024-06-21 00:06:01 -07:00
Nariman Jelveh
61961b565e Update initgui.js 2024-06-20 23:47:35 -07:00
Nariman Jelveh
27ec2d7f1c Update initgui.js 2024-06-20 19:43:32 -07:00
Nariman Jelveh
88ce871601 Update initgui.js 2024-06-20 19:38:47 -07:00
Nariman Jelveh
2d4f5778a2 Update initgui.js 2024-06-20 19:37:27 -07:00
Nariman Jelveh
5cb5a75455 Verify share_token when launched 2024-06-20 19:31:03 -07:00
KernelDeimos
bf63144f7a fix: null email in request to /share 2024-06-20 19:41:41 -04:00
Nariman Jelveh
1c2ba76db2 If items are dropped on the home directory of another user, try to share the items rather than copy/move 2024-06-20 14:06:43 -07:00
Nariman Jelveh
6f0706ffc5 rename show_or_hide_empty_folder_message to toggle_empty_folder_message 2024-06-20 13:28:45 -07:00
Nariman Jelveh
a834fbcc6c remove scroll bar from 2024-06-20 11:32:03 -07:00
KernelDeimos
c0fb470719 tweak: update gui 2024-06-20 12:58:04 -04:00
Sam Atkins
2355a43efa tweak: Re-add mime.js import
This got removed in 7006dcc31c, but we do
need it.
2024-06-20 14:21:41 +01:00
Nariman Jelveh
1500f84d46 close #483 2024-06-19 22:30:42 -07:00
Nariman Jelveh
feabbaf564 close #430 2024-06-19 21:07:41 -07:00
Nariman Jelveh
7006dcc31c refactor item_icon 2024-06-19 18:39:32 -07:00