rivafarabi / deckboard

Control your PC with your phone in easy way possible. News and updates on @DeckboardApp.
https://deckboard.app/
560 stars 30 forks source link

[BUG] Problem with Resizing Linux Ver 3.0.0 #1106

Closed caio-hat closed 3 months ago

caio-hat commented 3 months ago

Describe the bug / To Reproduce

It is not possible to modify the size of the buttons.

I am using the final version of production 3.0.0 in a Linux environment.

When trying to use the new icon size modification function does not always work small.

I tested the .deb and Appimage version

Screenshots Peek 13-06-2024 15-01

Server App (please complete the following information):

Client App (please complete the following information):

Required files database.tar.gz

When I edit or create a new icon, it in extended mode (2 tiles) or 1 does not change macro, I believe it has some relationship with the problem.

{
  macro: {
    id: 34,
    board_id: 2,
    type: 'si-cpu',
    command: 'si-temperature-cpu',
    color: '#27AF60',
    color2: null,
    img: '',
    img2: '',
    position: null,
    position2: null,
    title: 'CPU',
    title_position: 0,
    title_color: '#FFFFFF',
    title_color2: '#ffffff',
    icon_color: '',
    icon_color2: '',
    title_box_color: '',
    title_box_color2: '',
    border_color: '',
    border_color2: '',
    options: null,
    shape: 0,
    shape2: 0,
    icon: 'ad',
    icon2: null,
    x: 7,
    y: 1,
    h: 1,
    w: 1,
    mode: 'graph',
    title_position2: 0
  }
}
caio-hat commented 3 months ago

I was able to solve, thanks to an X.com post that showed the operation, I believe we should have a wiki to use the tool, I did not find any shuts for those who have the same doubt that I see below.

This is a UX problem in my opinion, it could have a small sign in each tile so that it is easy to see the possibility of resizing directly on the interface.

Peek 13-06-2024 20-11