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

fix(build): icons not displayed properly #122

Merged
merged 8 commits into from
Apr 24, 2023

Conversation

BeierKevin
Copy link
Contributor

@BeierKevin BeierKevin commented Apr 22, 2023

PR description

Describe your changes in detail here
If have fixed the problem that for some reason that in the title bar of the application and in the taskbar in windows the icon did not display. While fixing this problem I updated a few packages and Vite in general. But also extenten the builder file for the application so it should be possible to now build the application for windows, linux, and macOS with the icons properly displayed etc.

I only know that the build for windows works for me now, so it would be nice if @roman533 maybe could check for linux aswell if everything works out there too.

To do so you need to run "npm run build:mac" and if it works you should be able to start the application and have all the icons etc.

Definition Of Done (DoD)

This PR can be squashed / merged if

  • a developer is assigned
  • the PR is NOT estimated
  • the PR is labeled
  • the PR is NOT assigned to the current sprint
  • a meaningful title has been set according to https://www.conventionalcommits.org/
  • the PR is described in detail
  • the PR links to an issue
  • the PR has been reviewed

Add additional conditions here if necessary for this PR

Fix: #80
Fix: #124

@BeierKevin BeierKevin requested a review from Claiyc April 22, 2023 17:41
@BeierKevin BeierKevin self-assigned this Apr 22, 2023
@BeierKevin BeierKevin requested review from roman533 and 2000eBe April 22, 2023 17:44
roman533
roman533 previously approved these changes Apr 23, 2023
Copy link
Contributor

@roman533 roman533 left a comment

Choose a reason for hiding this comment

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

Bildschirmfoto 2023-04-23 um 10 58 12

icons and title are displayed under MacOS 13.3.1

@roman533
Copy link
Contributor

Bildschirmfoto 2023-04-23 um 16 15 58

title and icons are displayed on Ubuntu 22.04 ARM64

@Claiyc Claiyc changed the title fix(no-icons): that in the application and taskbar the icons weren't displayed properly fix(build): that in the application and taskbar the icons weren't displayed properly Apr 24, 2023
@Claiyc Claiyc changed the title fix(build): that in the application and taskbar the icons weren't displayed properly fix(build): icons not displayed properly Apr 24, 2023
@Claiyc Claiyc mentioned this pull request Apr 24, 2023
6 tasks
Copy link
Member

@Claiyc Claiyc left a comment

Choose a reason for hiding this comment

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

lgtm

@BeierKevin BeierKevin merged commit 76e1abe into main Apr 24, 2023
@BeierKevin BeierKevin deleted the fix/80-issue-with-displayed-application-icons branch April 24, 2023 10:34
Claiyc pushed a commit that referenced this pull request May 3, 2023
* deleted unused images and gifs

* no changes here

* added logos in different formats

* added icon for macOS

* refactoring & build settings for linux and macOS

* more build scripts

* uncommented vitest coverage settings

* added proper linux build settings

(cherry picked from commit 76e1abe)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Linux Installation Issue when application is installed, icons are not displayed properly
3 participants