Code Monkey home page Code Monkey logo

Comments (6)

leggett avatar leggett commented on June 11, 2024

Not really. The icons are put in the same app bar element that is used in the inbox and those elements are outside the scrolling page. It would be very hard (maybe even impossible) to get them to inline with the scrolling page / pin when you scroll them off the page. I'd have to track scrolling and a number of other things. Keyboard shortcuts are your best bet (hit the ? key to see them and turn them on).

from simplify.

delfick avatar delfick commented on June 11, 2024

Ok, fair enough, thanks

from simplify.

JayTeeHaitch avatar JayTeeHaitch commented on June 11, 2024

Ah, damn, I was just going to request the same thing. It's annoying having the archive button on the right of the emails in list view and then have to go to the left when you open the email. An additional archive button in a similar location to where it is when you're looking at the list of emails would work if that is something that is a little easier?

from simplify.

leggett avatar leggett commented on June 11, 2024

I'm actually reconsidering this as part of #101. Stay tuned

from simplify.

Danny-Engelman avatar Danny-Engelman commented on June 11, 2024

+1
I have uninstalled Simplify because of this.

The most actions I do is read and delete emails.
I use Stylish to make that delete button bigger/wider so the 'target area' to delete an email is way bigger and I do not have to be accurate with mouse movement.
(and I don't want to move my hand(s) to the keyboard to hit (shift) # )

That part still works, but I now have to move the mouse literally halfway across the screen.

Stylish Delete button highlight works on localized Tooltip to get the element:

/* Gmail */
[data-tooltip="Verwijderen"]:hover {
    zoom:1.5
}
[act="10"][data-tooltip="Verwijderen"]:hover {
    width: 6em;
    height:2em;
    background:coral;
    border:2px solid red;
    margin-top:-.5em;
    margin-left:-2em;
}

from simplify.

leggett avatar leggett commented on June 11, 2024

Working on it right now...
Screen Shot 2019-05-04 at 11 31 50 PM

There are a ridiculous number of combinations to account for to make this really work:

  • 3 resolution brackets
  • 6 different views / inbox setups (basic label/search view, default inbox / priority inbox, preview pane vertical, preview pane horizontal, multiple inboxes vertical, multiple inboxes horizontal)
  • 5 different use cases (Nav menu open/closed, Search open/closed, Text button labels, Add-ons open, Right side chat enabled)

I'm just trying to get this working at above 1441px wide for starters to cut it down from 90 to 30 setups to account for.

from simplify.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.