blueedgetechno / win11React

Windows 11 in React 💻🌈⚡
https://win11.blueedge.me
Creative Commons Zero v1.0 Universal
9.03k stars 926 forks source link

Todo #1

Open blueedgetechno opened 3 years ago

blueedgetechno commented 3 years ago
  1. ~Window preview on hover (ongoing)~
  2. ~Right click~
  3. ~Drag windows~ and desktop apps
  4. ~Resize windows~
  5. ~More apps~
  6. ~Startup and lock screen~

Comment if you suggest more

blueedgetechno commented 3 years ago
  1. ~Themes and backgrounds~
  2. ~Calender~ and music
  3. Ms Office (maybe)
khang-nd commented 3 years ago

More optimization of the animations/transitions would be nice (I shared this work of yours in a social group and this is common feedback that the animations seem to be a bit lag or even worse on some devices) Edit: The blur backdrop filter can highly be the cause, I tried disabling them and the animations seem much smoother.

Posandu commented 3 years ago

Draggable desktop icons ?

luni-moon commented 3 years ago

Maybe allow for macOS bootcamp support, if they (Apple) are allowing bootcamp use for Win11? Since I am a macOS user, it would be nice to actually use a good OS for a change, and from what I can see from the demo, it looks great!

blueedgetechno commented 3 years ago

@Lukas-Batema What exactly do you mean by that? I think macOs bootcamp only supports OS and this is merely a web copy of win11. One can pack it into an exe but an OS !, idk

luni-moon commented 3 years ago

@Lukas-Batema What exactly do you mean by that? I think macOs bootcamp only supports OS and this is merely a web copy of win11. One can pack it into an exe but an OS !, idk

Oh, I see... nvm. While I knew it was a replica of Win11, I did not know it was just a web copy, as I am an iMac user, and did not realise that the whole thing, not just the demo was web-based.

luni-moon commented 3 years ago

@Lukas-Batema What exactly do you mean by that? I think macOs bootcamp only supports OS and this is merely a web copy of win11. One can pack it into an exe but an OS !, idk

Oh, I see... nvm

Can you guys like stop disliking my suggestions? There is no point in it, which makes it offensive to me. I was just suggesting something, like GitHub users that find this issue and repo were asked, and praised the app for what I could see from the web demo, as an iMac user. Thanks!

bogascorp commented 3 years ago

More optimization of the animations/transitions would be nice (I shared this work of yours in a social group and this is common feedback that the animations seem to be a bit lag or even worse on some devices) Edit: The blur backdrop filter can highly be the cause, I tried disabling them and the animations seem much smoother.

That's part of the problem, but not entirely. For example, the start menu is using the bottom attribute for animation. This not GPU accelerated. Instead of bottom: -300px it should be transform: translateY(300px), this will trigger GPU acceleration and it will be much smoother even with the blur effect. :)

blueedgetechno commented 3 years ago

@bogascorp Thanks bogascorp, doing it right now. Can you care to explain what is reason behind this?

yashash-pugalia commented 2 years ago
  1. Ms Office (maybe)

for ms excel , you could use Luckysheet

yashash-pugalia commented 2 years ago

and why use dyCalender.js for calendar when there is https://developer.microsoft.com/en-us/fluentui#/controls/web/calendar

blueedgetechno commented 2 years ago

@yashash1511 I used dycalender is super lightweight and also the fluent-ui is a heavy dependency. If we can find a way to accomodate that without slowing it down, then we are good to go.

win11bot commented 2 years ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

win11bot commented 2 years ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

NowEwo commented 2 years ago

You can create an application system, which for example works thanks to html files or with other programming language ... so that users could create their own application and install others !

NowEwo commented 2 years ago

For Microsoft Office , you can use Office web which was created by Microsoft and looks a lot like the desktop version .

blueedgetechno commented 2 years ago

yes, @yannou000 but they don't allow iframing it.

NowEwo commented 2 years ago

You can create a mode for older PCs in which blur effects and animation are reduced or removed , which would be accessible from the quick settings menu .

luni-moon commented 2 years ago

You can create a mode for older PCs in which blur effects and animation are reduced or removed , which would be accessible from the quick settings menu .

Does not make a difference...

blgoreuxe commented 2 years ago

@Lukas-Batema What exactly do you mean by that? I think macOs bootcamp only supports OS and this is merely a web copy of win11. One can pack it into an exe but an OS !, idk

that kinda reminds me, can you make a macos montray that works in the browser?

luni-moon commented 2 years ago

@Lukas-Batema What exactly do you mean by that? I think macOs bootcamp only supports OS and this is merely a web copy of win11. One can pack it into an exe but an OS !, idk

that kinda reminds me, can you make a macos montray that works in the browser?

I think there already is one, but I don't remember the URL.

blueedgetechno commented 2 years ago

that kinda reminds me, can you make a macos montray that works in the browser?

I think there already is one, but I don't remember the URL.

https://github.com/PuruVJ/macos-web

blgoreuxe commented 2 years ago

that kinda reminds me, can you make a macos montray that works in the browser?

I think there already is one, but I don't remember the URL.

https://github.com/PuruVJ/macos-web

i really like it but i wish safari worked

blueedgetechno commented 2 years ago

"Be the change you want to see in the world"

blgoreuxe commented 2 years ago

"Be the change you want to see in the world"

Idk that much react though LOL I'm taking a course

blueedgetechno commented 2 years ago

ofcourse, whenever you wish

MalikIdreesHasanKhan commented 2 years ago

How about introducing screensavers ?

yashash-pugalia commented 2 years ago

How about introducing screensavers ?

people still use them ?

MalikIdreesHasanKhan commented 2 years ago

I do :/. I once put a bsod as the screensaver on someone's computer, and the feature still exists.

MalikIdreesHasanKhan commented 2 years ago

How about accent colors?

luni-moon commented 2 years ago

I do :/. I once put a bsod as the screensaver on someone's computer, and the feature still exists.

HAHAHA

yashash-pugalia commented 2 years ago

How about accent colors?

that sounds interesting. could we autogenerate the --clrPrm css variable based on wallpaper @blueedgetechno

blueedgetechno commented 2 years ago

@yashash1511 , I think we can do this in two ways

yashash-pugalia commented 2 years ago

ig we shoud generate color based on an algo for future proofing (e.g. if we add support for user uploadable wallpapers)

luni-moon commented 2 years ago

Good idea!

NowEwo commented 2 years ago

We could create an anchoring system , when we glue the windows to the edges. I don't know how to explain but I hope the attached image will help you XD !

image

win11bot commented 2 years ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

MrBeatEmCodesUp commented 2 years ago

https://github.com/blueedgetechno/win11React/issues/545 is my suggestion

MrBeatEmCodesUp commented 2 years ago

also,add a apk download for chromeos/Android users

bogascorp commented 1 year ago

@bogascorp Thanks bogascorp, doing it right now. Can you care to explain what is reason behind this?

It has to do with out browsers handle CSS transforms VS absolute positions.

Take a look at the link below: https://developer.mozilla.org/en-US/docs/Web/Performance/Fundamentals#use_css_transforms

PopularAbbyeet commented 1 year ago

idk if possible, but can we like take Nintendo apps (like Nintendo Switch Online, and Parental Controls)? Probably not, but I don't understand the terms and conditions. Maybe we can try it, and play it out?