Re: django admin: open popups as modals instead of windows

2017-07-03 Thread Fabio Caccamo
Hi, I suggest you to try django-admin-interface -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving e

Re: django admin: open popups as modals instead of windows

2015-02-26 Thread Thomas Leo
> The admin isn't "broke" in that is still does what it was designed to do in 2005 or whatever. The django admin was designed to do is basic CRUD operations. It does a good job of that. > We simply stopped including the admin in every project we build—and I mean deleting every admin.py and taking

Re: django admin: open popups as modals instead of windows

2015-02-26 Thread Chris Foresman
On Thursday, February 26, 2015 at 10:25:02 AM UTC-6, Thomas Leo wrote: > > I've opened a ticket [1] to implement the popups in the admin as modal >> instead >> of windows. I'm no UI/UX expert but modals are more or less the standard >> today, >> windows looks like a relic from the 2000s. > >

Re: django admin: open popups as modals instead of windows

2015-02-26 Thread Thomas Leo
> > I've opened a ticket [1] to implement the popups in the admin as modal > instead > of windows. I'm no UI/UX expert but modals are more or less the standard > today, > windows looks like a relic from the 2000s. If it ain't broke don't fix it. The django admin is awesome, the reason it ha

Re: django admin: open popups as modals instead of windows

2015-02-25 Thread Gordon
I just wanted to add my 2cents worth as an opinion in favor of modals replacing popups for many of the admin links. I am in no way claiming that a poorly implemented modal window is superior to a new window... and there are certainly cases where a new window is preferable to the "perfect" moda

Re: django admin: open popups as modals instead of windows

2015-02-25 Thread Russell Keith-Magee
On Wed, Feb 25, 2015 at 10:39 AM, Loïc Bistuer wrote: > > > > On Feb 25, 2015, at 09:07, Russell Keith-Magee > wrote: > > > > I have an operating system with a graphical user interface. The > developers of that operating system spent an immense amount of time > developing it, polishing it, makin

Re: django admin: open popups as modals instead of windows

2015-02-24 Thread Loïc Bistuer
> > On Feb 25, 2015, at 09:07, Russell Keith-Magee > wrote: > > I have an operating system with a graphical user interface. The developers of > that operating system spent an immense amount of time developing it, > polishing it, making it behave in predictable ways, getting keyboard > access

Re: django admin: open popups as modals instead of windows

2015-02-24 Thread Russell Keith-Magee
On Tue, Feb 24, 2015 at 11:59 PM, Riccardo Magliocchetti < riccardo.magliocche...@gmail.com> wrote: > Il 24/02/2015 16:18, Florian Apolloner ha scritto: > >> On Tuesday, February 24, 2015 at 3:23:23 PM UTC+1, riccardo.magliocchetti >> wrote: >> >> I'm no UI/UX expert but modals are more or les

Re: django admin: open popups as modals instead of windows

2015-02-24 Thread Riccardo Magliocchetti
Il 24/02/2015 20:12, Marc Tamlyn ha scritto: I would suggest that a good modal implementation for these should still support "open in new tab/window" properly, with control/command click not detected by the overriding JavaScript. It may be possible to do this and keep the popup functionality pass

Re: django admin: open popups as modals instead of windows

2015-02-24 Thread Marc Tamlyn
I would suggest that a good modal implementation for these should still support "open in new tab/window" properly, with control/command click not detected by the overriding JavaScript. It may be possible to do this and keep the popup functionality passing the new id back to the parent window. >Fro

Re: django admin: open popups as modals instead of windows

2015-02-24 Thread Stan
On Tuesday, February 24, 2015 at 4:18:36 PM UTC+1, Florian Apolloner wrote: > > > > On Tuesday, February 24, 2015 at 3:23:23 PM UTC+1, riccardo.magliocchetti > wrote: >> >> I'm no UI/UX expert but modals are more or less the standard today, >> windows looks like a relic from the 2000s. >> > >

Re: django admin: open popups as modals instead of windows

2015-02-24 Thread Riccardo Magliocchetti
Il 24/02/2015 16:18, Florian Apolloner ha scritto: On Tuesday, February 24, 2015 at 3:23:23 PM UTC+1, riccardo.magliocchetti wrote: I'm no UI/UX expert but modals are more or less the standard today, windows looks like a relic from the 2000s. That argument is based on what? I'd personal

Re: django admin: open popups as modals instead of windows

2015-02-24 Thread Florian Apolloner
On Tuesday, February 24, 2015 at 3:23:23 PM UTC+1, riccardo.magliocchetti wrote: > > I'm no UI/UX expert but modals are more or less the standard today, > windows looks like a relic from the 2000s. > That argument is based on what? I'd personally argue that windows are superior cause I can e

django admin: open popups as modals instead of windows

2015-02-24 Thread Riccardo Magliocchetti
Hello, I've opened a ticket [1] to implement the popups in the admin as modal instead of windows. I'm no UI/UX expert but modals are more or less the standard today, windows looks like a relic from the 2000s. Am also interested in decoupling the js from the admin to make possible for downstrea