SaftigeKumquat / Bombay-Crushed

Prototyping a new UI for Liquid Feedback
http://saftigekumquat.org/
MIT License
27 stars 7 forks source link

Remove dead actions #64

Closed cfritzsche closed 12 years ago

cfritzsche commented 12 years ago

For 0.1.0, remove the following unimplemented buttons and screen areas:

Incredibul commented 12 years ago

I added a class "unavailable" in the css to easily hide elements: http://scramlings.de/incredibul/bombaycrushed/css/styles.css

The line is: .unavailable {visibility:hidden;}

Example on http://scramlings.de/incredibul/bombaycrushed/index.html

cfritzsche commented 12 years ago

TODO: Apply this new class to the hidden filter and search boxes in timeline and searchresult

cfritzsche commented 12 years ago

In some cases, using unavailable creates weird empty spots in between content. Here I will continue to comment out the elements.

cfritzsche commented 12 years ago

Done. Please take another look at the system. In my view, especially profile (whitespace below), area and issue (all pretty empty left column) look pretty empty now.

cfritzsche commented 12 years ago

Maybe we could "disable" the options buttons in the left column of the area and issue page? Make them grey or something so we dont have all the empty spaces?

Incredibul commented 12 years ago

New CSS with opacity 40% instead of visibility. Try it (also for the cases where it creates weird empty spots ;) )http://scramlings.de/incredibul/bombaycrushed/css/styles.css

cfritzsche commented 12 years ago

@Incredibul Thanks, much better now!

Incredibul commented 12 years ago

I would suggest using this also for the currently removed search field in the upper right side. Removing it breaks the menu on smartphone/vertical view (can be simulated by adjusting size of browser window)

cfritzsche commented 12 years ago

Forgot this, not added, my bad.