Change description edit button style for consistency #3298

Closed
Bouni wants to merge 1 commits from Bouni/vikunja-frontend:edit-button into main
Contributor

The edit button for the description of a task is just a text which is hard to identify as a button and not consistent with the save button for example:

grafik

This PR makes the button style consistent with the save button:

grafik

The edit button for the description of a task is just a text which is hard to identify as a button and not consistent with the save button for example: ![grafik](/attachments/39b1d9a2-12c1-47dc-b0aa-9b3bb8a6f25a) This PR makes the button style consistent with the save button: ![grafik](/attachments/9a639e18-a4a0-44f0-9ab0-9c5929084a69)
Bouni added 1 commit 2023-03-24 08:32:52 +00:00
continuous-integration/drone/pr Build is passing Details
217f9a0d7b
Change edit button sytle for consitency
Author
Contributor

I wanted to prepend icons to the edit and the save button, but couldn't figure out where to lookup the right names ...

Maybe on of you guys could point out where to look them up and I'll update the PR accordingly.

I wanted to prepend icons to the edit and the save button, but couldn't figure out where to lookup the right names ... Maybe on of you guys could point out where to look them up and I'll update the PR accordingly.
Member

Hi Bouni!

Thank you for creating a PR!

I've deployed the changes of this PR on a preview environment under this URL: https://3298-edit-button--vikunja-frontend-preview.netlify.app

You can use this url to view the changes live and test them out.
You will need to manually connect this to an api running somehwere. The easiest to use is https://try.vikunja.io/.

Have a nice day!

Beep boop, I'm a bot.

Hi Bouni! Thank you for creating a PR! I've deployed the changes of this PR on a preview environment under this URL: https://3298-edit-button--vikunja-frontend-preview.netlify.app You can use this url to view the changes live and test them out. You will need to manually connect this to an api running somehwere. The easiest to use is https://try.vikunja.io/. Have a nice day! > Beep boop, I'm a bot.
dpschen requested review from dpschen 2023-03-24 14:23:09 +00:00
Owner

I'm not sure about this. If we merge this, we probably should also change the edit button for comments, so that it is consistent everywhere. I think it would be a bit "too much", having a big button like that under every comment.

I'm not sure about this. If we merge this, we probably should also change the edit button for comments, so that it is consistent everywhere. I think it would be a bit "too much", having a big button like that under every comment.
Owner

The icons are from Font Awesome.

The icons are from Font Awesome.
Author
Contributor

@konrad I agree with you that such a large button under every comment might be a bit overwhelming. On the other hand the existing edit button under the description is way to small ...

Maybe some sort of "dense" button style for the comment buttons?

The icons are from Font Awesome.

I know, and I tried icon="save" and icon="floppy-disk" and neither worked.

Later I figured out that I need to use :icon="['fas', 'floppy-disk']" 😅

@konrad I agree with you that such a large button under every comment might be a bit overwhelming. On the other hand the existing edit button under the description is way to small ... Maybe some sort of "dense" button style for the comment buttons? > The icons are from Font Awesome. I know, and I tried `icon="save"` and `icon="floppy-disk"` and neither worked. Later I figured out that I need to use `:icon="['fas', 'floppy-disk']"` 😅
Member

I'm not sure about this. If we merge this, we probably should also change the edit button for comments, so that it is consistent everywhere. I think it would be a bit "too much", having a big button like that under every comment.

Agree. There should be a slot in the editor exposing the functionality. I'm still on this task. I have to check some stuff locally. Will get back to this.

> I'm not sure about this. If we merge this, we probably should also change the edit button for comments, so that it is consistent everywhere. I think it would be a bit "too much", having a big button like that under every comment. Agree. There should be a slot in the editor exposing the functionality. I'm still on this task. I have to check some stuff locally. Will get back to this.
dpschen self-assigned this 2023-03-28 09:33:20 +00:00
dpschen changed title from Change description edit button sytle for consitency to Change description edit button style for consistency 2023-04-13 09:29:37 +00:00
Owner

Hey @Bouni are you still interested in this?

Hey @Bouni are you still interested in this?
Owner

Closing due to inactivity. Please ping if you want to pick it up again.

Closing due to inactivity. Please ping if you want to pick it up again.
konrad closed this pull request 2024-01-16 12:10:55 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.