Open blgoreuxe opened 2 years ago
Hey, thank you for creating an issue. We will normally respond within 24 hours.
I think this is a great idea. Maybe we should add a local cache (if we don't already have one), for features like this.
Actually you can add your own app locally
open the console and run these lines
var installed = localStorage.getItem('installed') || '[]'
installed = JSON.parse(installed)
installed.push({
"name": "Smash karts",
"icon": "https://api.web.gamepix.com/assets/img/250/250/icon/smash-karts.png",
"type": "app",
"data": {
"type": "IFrame",
"url": "https://smashkarts.io"
},
"pwa": true
})
localStorage.setItem('installed', JSON.stringify(installed))
Here I added an App called SmashKart, you can add your own by changing the name, icon and url.
After running the script and refresh. Then head over to start menu and all apps and scroll to the app.
Actually you can add your own app locally
open the console and run these lines
var installed = localStorage.getItem('installed') || '[]' installed = JSON.parse(installed) installed.push({ "name": "Smash karts", "icon": "https://api.web.gamepix.com/assets/img/250/250/icon/smash-karts.png", "type": "app", "data": { "type": "IFrame", "url": "https://smashkarts.io" }, "pwa": true }) localStorage.setItem('installed', JSON.stringify(installed))
Here I added an App called SmashKart, you can add your own by changing the name, icon and url.
After running the script and refresh. Then head over to start menu and all apps and scroll to the app.
Wouldn't be nice to have this as a feature to make it easier for non-programmers?
yes, write this one in the feature request of discord. I will get to it later.
yes, write this one in the feature request of discord. I will get to it later.
Alrighty, Thanks but can u do it for me @Lukas-Batema i dont use discore
yes, write this one in the feature request of discord. I will get to it later.
Alrighty, Thanks but can u do it for me @Lukas-Batema i dont use discore
Ye, I can.
yes, write this one in the feature request of discord. I will get to it later.
Alrighty, Thanks but can u do it for me @Lukas-Batema i dont use discore
Ye, I can.
thanks
Actually you can add your own app locally open the console and run these lines
var installed = localStorage.getItem('installed') || '[]' installed = JSON.parse(installed) installed.push({ "name": "Smash karts", "icon": "https://api.web.gamepix.com/assets/img/250/250/icon/smash-karts.png", "type": "app", "data": { "type": "IFrame", "url": "https://smashkarts.io" }, "pwa": true }) localStorage.setItem('installed', JSON.stringify(installed))
Here I added an App called SmashKart, you can add your own by changing the name, icon and url. After running the script and refresh. Then head over to start menu and all apps and scroll to the app.
Wouldn't be nice to have this as a feature to make it easier for non-programmers?
and btw if i use this how do i delete an app
@blgoreuxe
localStorage.setItem('installed', '[]')
ps: it will remove all your installed apps
@blgoreuxe
localStorage.setItem('installed', '[]')
ps: it will remove all your installed apps
ok, btw how did you learn react?
head over to discussion and make it a question. We can be little organised :p
head over to discussion and make it a question. We can be little organised :p
k lol
var installed = localStorage.getItem('installed') || '[]' installed = JSON.parse(installed) installed.push({ "name": "Smash karts", "icon": "https://api.web.gamepix.com/assets/img/250/250/icon/smash-karts.png", "type": "app", "data": { "type": "IFrame", "url": "https://smashkarts.io" }, "pwa": true }) localStorage.setItem('installed', JSON.stringify(installed))
is this in the developer window or the simulated terminal?
var installed = localStorage.getItem('installed') || '[]' installed = JSON.parse(installed) installed.push({ "name": "Smash karts", "icon": "https://api.web.gamepix.com/assets/img/250/250/icon/smash-karts.png", "type": "app", "data": { "type": "IFrame", "url": "https://smashkarts.io" }, "pwa": true }) localStorage.setItem('installed', JSON.stringify(installed))
is this in the developer window or the simulated terminal?
Developer tools in your Web browser.
Could you add a way to do this in the simulated terminal?
Could you add a way to do this in the simulated terminal?
yea that would be cool kinda like how linux is like sudo apt install appname
you can now do this with the win11react/store repository
in the pull request #845 you can install or uninstall app using the terminal. Live preview of this is here #845 preview
You could have native JavaScript or TypeScript for React run this for you.
can you make a feature where you can select an app icon from your computer, a title and a link and on the home screen it will show up a shortcut and when you click it, it will act like an app from the Microsoft store. exept it only shows on your computer and not anyone else, nor does it need to be accepted. I want this because i want to add in a VSCode server i have (because it better than the one in the microsoft store) and if i was to just suggest that then people can see my files which i really dont want. so in conclusion can you make a feature where you can make your own apps on the desktop.