Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor app #1909

Merged
merged 9 commits into from
Sep 29, 2022
Merged

Refactor app #1909

merged 9 commits into from
Sep 29, 2022

Conversation

leaanthony
Copy link
Member

Copy link
Collaborator

@stffabi stffabi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀 , just a minor comment.

v2/internal/frontend/assetserver/assethandler.go Outdated Show resolved Hide resolved
v2/internal/frontend/assetserver/assethandler.go Outdated Show resolved Hide resolved
v2/internal/frontend/assetserver/assetserver.go Outdated Show resolved Hide resolved
v2/internal/frontend/assetserver/assetserver.go Outdated Show resolved Hide resolved
leaanthony and others added 4 commits September 29, 2022 18:42
Co-authored-by: stffabi <stffabi@users.noreply.github.com>
Co-authored-by: stffabi <stffabi@users.noreply.github.com>
Co-authored-by: stffabi <stffabi@users.noreply.github.com>
Co-authored-by: stffabi <stffabi@users.noreply.github.com>
@leaanthony
Copy link
Member Author

Nice catch! Thanks 👍

@leaanthony leaanthony merged commit b2069c8 into master Sep 29, 2022
@leaanthony leaanthony deleted the chore/refactor_app branch September 29, 2022 08:43
lyimmi added a commit to lyimmi/wails that referenced this pull request Sep 29, 2022
progress: linux framless resize

fix missing framless resize

Refactor app (wailsapp#1909)

* Application refactor

* [windows] refactor out main loop. Create new application struct. Refactor assethandler/assetserver signatures.

* Refactor darwin app

* Refactor app for linux

* Update v2/internal/frontend/assetserver/assethandler.go

Co-authored-by: stffabi <stffabi@users.noreply.github.com>

* Update v2/internal/frontend/assetserver/assethandler.go

Co-authored-by: stffabi <stffabi@users.noreply.github.com>

* Update v2/internal/frontend/assetserver/assetserver.go

Co-authored-by: stffabi <stffabi@users.noreply.github.com>

* Update v2/internal/frontend/assetserver/assetserver.go

Co-authored-by: stffabi <stffabi@users.noreply.github.com>

Co-authored-by: stffabi <stffabi@users.noreply.github.com>

Update README.md

bugfix/linux framless window drag (wailsapp#1916)
@JulioDRF JulioDRF mentioned this pull request Oct 2, 2022
BackgroundColour *RGBA
// RGBA is deprecated. Please use BackgroundColour
RGBA *RGBA
BackgroundColour *RGBA
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we add this as a breaking change in release notes ?

Apps working fine on 2.0.0 break on 2.1.0
@leaanthony

Copy link
Member Author

@leaanthony leaanthony Oct 25, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, though there was fair warning it was being removed. But ultimately yes, looks like it needs adding. Apologies we missed that and thanks for raising it.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No worries. Getting 2.1 to work with just a 1 line change is amazing.

LGiki added a commit to LGiki/wails-template-nextjs that referenced this pull request Nov 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants