Sauhbagya Prasad and GitHub
529a3d026b
Improve UI for App Deployment Options in Dev Center ( #2266 )
...
Docker Image CI / build-and-push-image (push) Has been cancelled
Maintain Release Merge PR / update-release-pr (push) Has been cancelled
release-please / release-please (push) Has been cancelled
test / test-backend (24.x) (push) Has been cancelled
test / API tests (node env, api-test) (24.x) (push) Has been cancelled
test / puterjs (node env, vitest) (24.x) (push) Has been cancelled
* Improve UI for App Deployment Options in Dev Center
- Added CSS styling for deployment option cards
- Implemented active state switching between deployment methods with guardrails
- Abstracted saveEditApp for reuse across Deploy and Edit tabs
- Added error handling for invalid URLs in the Deploy tab
* updated mode's description and fixed function's error
* updated by npm install
* Revert "updated by npm install"
This reverts commit 82cd962f62 .
* in url mode the deploy button is enabled by default
2026-01-13 10:54:08 -08:00
jelveh
dade7a6cba
Add preview images upload for app listings
2026-01-07 17:32:24 -08:00
Daniel Salazar and GitHub
11e057557d
fix: eslint autofixable errors ( #2002 )
Docker Image CI / build-and-push-image (push) Has been cancelled
Maintain Release Merge PR / update-release-pr (push) Has been cancelled
release-please / release-please (push) Has been cancelled
test / test (20.x) (push) Has been cancelled
test / test (22.x) (push) Has been cancelled
test / backend (node env, api-test) (22.x) (push) Has been cancelled
test / puterjs (browser env, playwright) (22.x) (push) Has been cancelled
test / puterjs (node env, vitest) (22.x) (push) Has been cancelled
2025-11-21 13:22:19 -08:00
Daniel Salazar and GitHub
5ff8c7e040
feat: rawBody parser, user metadata column + other misc fixes ( #1904 )
2025-11-04 18:19:55 -08:00
Daniel Salazar and GitHub
85432c886e
fix: adding more benign changes ( #1891 )
Docker Image CI / build-and-push-image (push) Has been cancelled
Maintain Release Merge PR / update-release-pr (push) Has been cancelled
release-please / release-please (push) Has been cancelled
test / test (20.x) (push) Has been cancelled
test / test (22.x) (push) Has been cancelled
test / backend (node env, api-test) (22.x) (push) Has been cancelled
test / puterjs (browser env, playwright) (22.x) (push) Has been cancelled
test / puterjs (node env, vitest) (22.x) (push) Has been cancelled
2025-11-02 06:48:56 -08:00
Daniel Salazar and GitHub
758bef0582
Revert: commits for user metadata changes ( #1887 )
2025-11-02 06:09:13 -08:00
Daniel Salazar and GitHub
71fb04cd55
fix: allow stripe header and commit db migration ( #1877 )
...
Docker Image CI / build-and-push-image (push) Has been cancelled
Maintain Release Merge PR / update-release-pr (push) Has been cancelled
release-please / release-please (push) Has been cancelled
test / test (20.x) (push) Has been cancelled
test / test (22.x) (push) Has been cancelled
test / backend (node env, api-test) (22.x) (push) Has been cancelled
test / puterjs (browser env, playwright) (22.x) (push) Has been cancelled
test / puterjs (node env, vitest) (22.x) (push) Has been cancelled
* fix: allow stripe header
* fix: commit db migration
2025-11-01 16:16:49 -07:00
Daniel Salazar and GitHub
603746951b
feat: ui for dev account + util decorators for controllers in extension ( #1864 )
...
* fix: IPC trigger for dev account setup + util decorators for ext controllers
* feat: allow extension to bypass json
* fix: ts building in volatile
2025-10-31 15:48:21 -07:00
Nariman Jelveh and GitHub
2cedb05a8a
add option to automatically set window title to opened file's name ( #1678 )
...
* add option to automatically set window title to opened file's name
A new checkbox in the app edit section to allow users to automatically set the window title to the name of the opened file. Updated related functions to handle this new setting, ensuring it is saved and reset correctly.
* Update launch_app.js
2025-10-04 12:13:57 -07:00
Nariman Jelveh
91a45c25de
Update apps.js
Docker Image CI / build-and-push-image (push) Has been cancelled
Maintain Release Merge PR / update-release-pr (push) Has been cancelled
release-please / release-please (push) Has been cancelled
test / test (18.x) (push) Has been cancelled
test / test (20.x) (push) Has been cancelled
test / test (22.x) (push) Has been cancelled
2025-08-20 14:53:01 -07:00
jelveh
caa77e61e6
Update apps.js
2025-08-18 00:35:47 -07:00
jelveh
c10e6ccd8f
Update index.html
2025-08-07 11:48:04 -07:00
jelveh
d647c7686d
Create icon.png
2025-08-06 22:27:14 -07:00
Nariman Jelveh
e8f6b06723
Add spinner visibility for worker creation process in dev center
2025-08-06 18:56:17 -07:00
Nariman Jelveh
ac35dc55f0
Hide dev-center spinner at the correct time when refreshing lists
2025-08-06 15:41:37 -07:00
jelveh
f06abf96b3
Update apps.js
2025-08-06 09:34:21 -07:00
Nariman Jelveh
a73d10826c
adjust website and worker counters in dev center after a deletion
Docker Image CI / build-and-push-image (push) Has been cancelled
Maintain Release Merge PR / update-release-pr (push) Has been cancelled
release-please / release-please (push) Has been cancelled
test / test (18.x) (push) Has been cancelled
test / test (20.x) (push) Has been cancelled
test / test (22.x) (push) Has been cancelled
2025-08-05 19:32:31 -07:00
jelveh
23d2d504f0
Improve table heading visuals
2025-08-05 09:48:50 -07:00
jelveh
64a5de3cc4
fix dev docs link
2025-08-05 09:09:41 -07:00
jelveh
6bccf7dc7d
Update style.css
2025-08-05 09:03:35 -07:00
jelveh
5ccdd627ee
Add functionality to remove app, website, and worker cards with dedicated functions; streamline deletion process and improve UI updates for empty states.
2025-08-05 08:49:30 -07:00
jelveh
636bf6b8b3
Implement shift-click functionality for checkbox selection in apps, websites, and workers; improve UI responsiveness by updating row activation based on checkbox state.
2025-08-04 23:18:01 -07:00
jelveh
90f1232b87
Refactor dropped items handling in dev-center.js to use window scope and improve UI updates; minor UI adjustment in websites.js and handle empty file paths in workers.js
2025-08-04 22:47:17 -07:00
jelveh
162aa485d0
Add directory change functionality for websites and update UI alert handling
2025-08-04 22:27:07 -07:00
jelveh
b6fcb78f6e
wip
2025-08-04 22:08:32 -07:00
jelveh
9f8c0d3227
Update index.html
2025-08-04 15:25:14 -07:00
jelveh
ab8cdb2d57
Add requestEmailConfirmation to puter.ui
2025-08-04 14:11:55 -07:00
jelveh
39bd825866
fix search functionality by managing 'has-value' class for input fields in websites and workers search
2025-08-04 13:24:36 -07:00
jelveh
dc8b7ecb34
update app count when a new app is created
2025-08-04 13:09:50 -07:00
jelveh
1d1b484bca
Update workers.js
2025-08-04 00:04:11 -07:00
Nariman Jelveh
a340c9a0b7
fix sorting in websites tab
2025-08-03 19:47:45 -07:00
Nariman Jelveh
b59b19f8b3
Creating workers or websites start with selecting a file/folder
2025-08-03 19:25:18 -07:00
Nariman Jelveh
59c297db49
search is now isolated to the active tab
2025-08-03 19:06:45 -07:00
Nariman Jelveh
3df0bac9dc
count websites and workers at start
2025-08-03 18:39:14 -07:00
Nariman Jelveh
2691818f6e
Update index.html
2025-08-03 18:24:02 -07:00
Nariman Jelveh
1bc8de8112
make workers sortable by file path
2025-08-03 18:24:02 -07:00
Nariman Jelveh
12f574ed70
move libs back to original location
2025-08-03 18:24:02 -07:00
Nariman Jelveh
8f18a841b3
Add file column to worker table and enable file path launching
2025-08-03 18:24:02 -07:00
Nariman Jelveh
80ccb2d48b
Update workers.js
2025-08-03 18:24:02 -07:00
jelveh
2d0d253f96
Update apps.js
2025-08-03 18:24:02 -07:00
jelveh
30db54f062
Remove context menu from entries
2025-08-03 18:24:02 -07:00
jelveh
3b707c31a7
Search websites supports conenct directory matching
2025-08-03 18:24:02 -07:00
jelveh
99739173d6
Show connected directory on websites list
2025-08-03 18:24:02 -07:00
jelveh
f0dba7ca60
Show connected directory for websites
2025-08-03 18:24:02 -07:00
jelveh
36a2f2f7b8
fix issue with deplot area not showing up
2025-08-03 18:24:02 -07:00
jelveh
615de5ec11
wip
2025-08-03 18:24:02 -07:00
jelveh
bb7bb532ab
wip
2025-08-03 18:24:01 -07:00
jelveh
7fceb804a7
better interaction when deleting websites etc
2025-08-03 18:24:01 -07:00
jelveh
82339b69a3
Add "No websites notice"
2025-08-03 18:24:01 -07:00
jelveh
7c30472bdf
add websites tab
2025-08-03 18:24:01 -07:00