unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* cuirass
@ 2021-03-25 22:31 Vincent Legoll
  2021-03-25 22:35 ` cuirass Ricardo Wurmus
  2021-03-26  8:10 ` cuirass Mathieu Othacehe
  0 siblings, 2 replies; 4+ messages in thread
From: Vincent Legoll @ 2021-03-25 22:31 UTC (permalink / raw)
  To: guix-devel

Hello,

I just made a tour of the new cuirass, this is
much nicer than when I last visited (a long
time ago). Kudos !

I saw a few glitches (with firefox 78.8.0esr)

* The "Home" & "Guix logo" buttons bothlink back to the home page (duplicate).

* The search combobox help popup window
is not on top level, probably on all pages.
So other page elements are displayed over
it.

* Overdirve1 does not have infos (missing
zabbix)

I have collected a buch of ideas for additions.

Should I create bugs for those or just the
above list will suffice ?

Thanks a lot for the improvements !

PS: Sorry for ENOPATCH but I'm not good at
web.

-- 
Vincent Legoll


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: cuirass
  2021-03-25 22:31 cuirass Vincent Legoll
@ 2021-03-25 22:35 ` Ricardo Wurmus
  2021-03-25 23:09   ` cuirass Vincent Legoll
  2021-03-26  8:10 ` cuirass Mathieu Othacehe
  1 sibling, 1 reply; 4+ messages in thread
From: Ricardo Wurmus @ 2021-03-25 22:35 UTC (permalink / raw)
  To: Vincent Legoll; +Cc: guix-devel


Vincent Legoll <vincent.legoll@gmail.com> writes:

> * The search combobox help popup window
> is not on top level, probably on all pages.
> So other page elements are displayed over
> it.

I noticed that too.

The rule for “#search #search-hints” should have a “z-index: 1;” or
similar, so that the icons don’t overlap the search box.

-- 
Ricardo


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: cuirass
  2021-03-25 22:35 ` cuirass Ricardo Wurmus
@ 2021-03-25 23:09   ` Vincent Legoll
  0 siblings, 0 replies; 4+ messages in thread
From: Vincent Legoll @ 2021-03-25 23:09 UTC (permalink / raw)
  To: Ricardo Wurmus; +Cc: guix-devel

> The rule for “#search #search-hints” should have a “z-index: 1;” or
> similar, so that the icons don’t overlap the search box.

Like the following ?

diff --git a/src/static/css/cuirass.css b/src/static/css/cuirass.css
index e713b6f..2754415 100644
--- a/src/static/css/cuirass.css
+++ b/src/static/css/cuirass.css
@@ -4,6 +4,7 @@
 #search #search-hints {
     display: none;
     position: absolute;
+    z-index: 1;
     top: 3em;
     background: white;
     border: 1px solid #ced4da;

-- 
Vincent Legoll


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: cuirass
  2021-03-25 22:31 cuirass Vincent Legoll
  2021-03-25 22:35 ` cuirass Ricardo Wurmus
@ 2021-03-26  8:10 ` Mathieu Othacehe
  1 sibling, 0 replies; 4+ messages in thread
From: Mathieu Othacehe @ 2021-03-26  8:10 UTC (permalink / raw)
  To: Vincent Legoll; +Cc: guix-devel


Hello,

> * The "Home" & "Guix logo" buttons bothlink back to the home page (duplicate).

Yes, but I'm not sure what to do about that. Maybe remove the logo link.

>
> * The search combobox help popup window
> is not on top level, probably on all pages.
> So other page elements are displayed over
> it.

I applied your patch, thanks!

> * Overdirve1 does not have infos (missing
> zabbix)

Yes, that's on purpose, the Overdrive resources are limited, and running
Zabbix and its PostgreSQL database wouldn't help.

> I have collected a buch of ideas for additions.
>
> Should I create bugs for those or just the
> above list will suffice ?

We can discuss them here I think. Don't hesitate if you have other
improvements ideas.

Thanks,

Mathieu


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-03-26  8:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-25 22:31 cuirass Vincent Legoll
2021-03-25 22:35 ` cuirass Ricardo Wurmus
2021-03-25 23:09   ` cuirass Vincent Legoll
2021-03-26  8:10 ` cuirass Mathieu Othacehe

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).