From: Tonu M. <tm...@um...> - 2024-02-16 17:18:47
|
Thanks for working on this, Anton! I tried this and couldn't get the login to show up. I replaced the HTML and Static directories as noted in the installation section. See http://music.drc.umn.edu/jazz/ . Anything I could try? On Sun, Dec 24, 2023 at 3:05 AM Anton Savchuk via Roundup-users < rou...@li...> wrote: > Hello folks! I have updated jinja2 based templates for Roundup to use a > modern version of Bootstrap and make them more mobile friendly. > Almost all pages have been redesigned and are now fully responsive. I also > added support for the Bootstrap dark theme and theme switching. > > You can see some screenshots: > > > https://issues.roundup-tracker.org/file1794/bootstrap5-dark-theme-read-only-issue-mobile.png > > https://issues.roundup-tracker.org/file1795/bootstrap5-light-theme-read-only-issue-mobile.png > > https://issues.roundup-tracker.org/file1796/bootstrap5-dark-theme-issue-index-and-login-form-desktop.png > > https://issues.roundup-tracker.org/file1797/bootstrap5-light-theme-issue-index-after-login-desktop.png > > https://issues.roundup-tracker.org/file1798/bootstrap5-dark-theme-issue-editing-mobile.png > > https://issues.roundup-tracker.org/file1799/bootstrap5-dark-theme-issue-index-mobile.png > > https://issues.roundup-tracker.org/file1800/bootstrap5-light-theme-navigation-mobile.png > > https://issues.roundup-tracker.org/file1801/bootstrap5-dark-theme-issue-searching-desktop.png > > https://issues.roundup-tracker.org/file1802/bootstrap5-dark-theme-user-list-desktop.png > > The templates are based on the classic schema and are available under the > MIT License. > If you are interested, you can download them from the Github repository: > https://github.com/savchuk1985/roundup-jinja2-templates > > The templates are already usable and much improved over the jinja2 based > templates distributed with Roundup. But they are not perfect, so > suggestions and patches are welcome. > > I would like to suggest these as replacements for the current templates, > so if you like them please leave a review here: > https://issues.roundup-tracker.org/issue2551308 > > > > _______________________________________________ > Roundup-users mailing list > Rou...@li... > https://lists.sourceforge.net/lists/listinfo/roundup-users > -- Tonu Mikk Developer | Disability Resource Center | disability.umn.edu University of Minnesota | umn.edu tm...@um... Pronouns: He/Him |
From: Anton S. <a.s...@gm...> - 2024-02-17 03:04:55
|
<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div> </div> <div> <div>Hello, Tonu!</div> <div> </div> <div>Thank you for your feedback.</div> <div> </div> <div>I followed your link and clicked on the "Login". I've tried this with both latest versions of Firefox and Chrome. In both cases, after clicking I get the dropdown as expected.</div> <div> </div> <div>Did you do anything else to make it work? Or do you still have this problem?</div> <div> <div name="quote" style="margin:10px 5px 5px 10px; padding: 10px 0 10px 10px; border-left:2px solid #C3D9E5; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"> <div style="margin:0 0 10px 0;"><b>Sent:</b> Friday, February 16, 2024 at 9:17 PM<br/> <b>From:</b> "Tonu Mikk" <tm...@um...><br/> <b>To:</b> "Anton Savchuk" <a.s...@gm...><br/> <b>Cc:</b> rou...@li...<br/> <b>Subject:</b> Re: [Roundup-users] Jinja2 based templates updated to Bootstrap5</div> <div name="quoted-content"> <div>Thanks for working on this, Anton! I tried this and couldn't get the login to show up. I replaced the HTML and Static directories as noted in the installation section. See <a href="http://music.drc.umn.edu/jazz/" target="_blank">http://music.drc.umn.edu/jazz/</a> . Anything I could try?</div> </div> </div> </div> </div></div></body></html> |
From: Tonu M. <tm...@um...> - 2024-02-17 15:21:33
Attachments:
image.png
|
Yeah, this is really odd. It works when I am logged into my personal Chrome profile, but doesn't work when I logged into our work Chrome profile. We use Google apps for schools at work. I noticed that the Chrome profile shows an error message in the Chrome Console. [image: image.png] On Fri, Feb 16, 2024 at 9:04 PM Anton Savchuk via Roundup-users < rou...@li...> wrote: > > Hello, Tonu! > > Thank you for your feedback. > > I followed your link and clicked on the "Login". I've tried this with both > latest versions of Firefox and Chrome. In both cases, after clicking I get > the dropdown as expected. > > Did you do anything else to make it work? Or do you still have this > problem? > > *Sent:* Friday, February 16, 2024 at 9:17 PM > *From:* "Tonu Mikk" <tm...@um...> > *To:* "Anton Savchuk" <a.s...@gm...> > *Cc:* rou...@li... > *Subject:* Re: [Roundup-users] Jinja2 based templates updated to > Bootstrap5 > Thanks for working on this, Anton! I tried this and couldn't get the login > to show up. I replaced the HTML and Static directories as noted in the > installation section. See http://music.drc.umn.edu/jazz/ . Anything I > could try? > _______________________________________________ > Roundup-users mailing list > Rou...@li... > https://lists.sourceforge.net/lists/listinfo/roundup-users > -- Tonu Mikk Developer | Disability Resource Center | disability.umn.edu University of Minnesota | umn.edu tm...@um... Pronouns: He/Him |
From: John P. R. <ro...@cs...> - 2024-02-17 17:35:38
|
Hi Tonu an Anton: In message <CABDFm8h_YPapJyiYQY+iVX7CcopR7=u7_...@ma...> , Tonu Mikk via Roundup-users writes: >Yeah, this is really odd. It works when I am logged into my personal Chrome >profile, but doesn't work when I logged into our work Chrome profile. We >use Google apps for schools at work. I noticed that the Chrome profile >shows an error message in the Chrome Console. [image removed ...] >On Fri, Feb 16, 2024 at 9:04 PM Anton Savchuk via Roundup-users < >rou...@li...> wrote: >> I followed your link and clicked on the "Login". I've tried this with both >> latest versions of Firefox and Chrome. In both cases, after clicking I get >> the dropdown as expected. >> >> Did you do anything else to make it work? Or do you still have this >> problem? Tonu can you check the network tab of dev tools when loading the page under both profiles. You may see jquery being loaded in your working copy. Where is it loaded from? In your work profile, there should either be an error loading it, or there may be no request for jquery. According to Anton's README.txt about the tracker dependencies, there should not be a dependency on jquery. I wonder if you have an old cached copy of Bootstrap or something in your work profile. Maybe a forced refresh of the page (control-shift-R IIRC) would fix it? Note this may result in something else on the website breaking if the old cached copy and your new copy are incompatible 8-/. Have a great weekend. -- -- rouilj John Rouillard =========================================================================== My employers don't acknowledge my existence much less my opinions. |
From: Tonu M. <tm...@um...> - 2024-02-17 22:01:45
|
I didn't find jquery being loaded, however doing the forced refresh (control-shift-R) on my work Chrome profile fixed the issue! Thanks so much! On Sat, Feb 17, 2024 at 11:35 AM John P. Rouillard <ro...@cs...> wrote: > Hi Tonu an Anton: > > In message <CABDFm8h_YPapJyiYQY+iVX7CcopR7= > u7_...@ma...> > , > Tonu Mikk via Roundup-users writes: > >Yeah, this is really odd. It works when I am logged into my personal > Chrome > >profile, but doesn't work when I logged into our work Chrome profile. We > >use Google apps for schools at work. I noticed that the Chrome profile > >shows an error message in the Chrome Console. > [image removed ...] > >On Fri, Feb 16, 2024 at 9:04 PM Anton Savchuk via Roundup-users < > >rou...@li...> wrote: > >> I followed your link and clicked on the "Login". I've tried this with > both > >> latest versions of Firefox and Chrome. In both cases, after clicking I > get > >> the dropdown as expected. > >> > >> Did you do anything else to make it work? Or do you still have this > >> problem? > > Tonu can you check the network tab of dev tools when loading the page > under both profiles. You may see jquery being loaded in your > working copy. Where is it loaded from? In your work profile, there > should either be an error loading it, or there may be no request for > jquery. > > According to Anton's README.txt about the tracker dependencies, there > should not be a dependency on jquery. > > I wonder if you have an old cached copy of Bootstrap or something in > your work profile. Maybe a forced refresh of the page (control-shift-R > IIRC) would fix it? Note this may result in something else on the > website breaking if the old cached copy and your new copy are > incompatible 8-/. > > Have a great weekend. > > -- > -- rouilj > John Rouillard > =========================================================================== > My employers don't acknowledge my existence much less my opinions. > -- Tonu Mikk Developer | Disability Resource Center | disability.umn.edu University of Minnesota | umn.edu tm...@um... Pronouns: He/Him |