Pernosco / pernosco

General-purpose public wiki and issue tracking
13 stars 0 forks source link

Add/remove column buttons are labeled confusingly #42

Closed tbodt closed 3 years ago

tbodt commented 3 years ago

These buttons are confusing. I can never remember which is add and which is remove, so I often accidentally remove a column when I wanted to add one. I think they should be labeled something like + and -.

image
rocallahan commented 3 years ago

image

tbodt commented 3 years ago

Screenshot looks nice! The icon font seems to be blocked by the CSP though:

image
content-security-policy: default-src 'self' github.com;script-src 'self' 'sha256-ih8uGBHZhNa8RYX6VNKy3/buYTmJD3KJ+JyIRzUB4s4=' https://static.pernos.co;connect-src 'self' data: wss://pernos.co https:;style-src 'self' 'unsafe-inline' https://static.pernos.co;img-src 'self' data: https://static.pernos.co;child-src 'self' blob: https://static.pernos.co;frame-ancestors 'none';base-uri 'none';object-src 'none';form-action 'none'
rocallahan commented 3 years ago

Interesting, works in Firefox, but Chrome blocks it. Not sure why it works in Firefox.

tbodt commented 3 years ago

Huh, I'm using Firefox.

rocallahan commented 3 years ago

OK, maybe it's something to do with my local environment.

Anyway, fix is in the works.

rocallahan commented 3 years ago

Fix deployed. Works for me in Chrome now.