Jump to content

Recommended Posts

1 hour ago, Noel Boss said:

Would love to, but it's not a priority for me right now and I don't have time. But since I documented how it works, I'm open to implement it if someone finds a way…

Same here. Maybe someone else wants to give it a try. Or I'll go for it myself when I find some time. Would also love to. And your explanations definitely help a lot to understand everything a lot quicker. Thanks!

Link to comment
Share on other sites

  • 2 months later...

@maxf5 - fixing it – is an issue with AOS, release 0.5.3 does fix it.

And I've also further refined the login screens:

black-login.thumb.png.367ba1f7fae3a40e42c2bb5301e1ad4f.pngpw-login.thumb.png.6a971310bc6ed57369e92eafb2164092.pngvibrant-login.thumb.png.71806c54a7b1f390b7a5f6da70b88fa5.pngpink-login.thumb.png.4679b3a505fec272d1633daf8a380018.png

Well, I had designed colourful login screens, but did not really like them. If you still want to look at these and maybe give some feedback, you are welcome:

Spoiler

Quick question: How do you guys like these colourful login screens?

black-login.thumb.png.f5fb8783f6eb90d878046e49aed66a59.pngpt-login.thumb.png.e956eebd833b2f02c801e48896955fb9.pngvibrant-login.thumb.png.8c5e0f86f51fdc86d3e91a927a613671.pngpink-login.thumb.png.36667d73e3ed7b122a92c06e095e9e13.png

 

 

  • Like 2
Link to comment
Share on other sites

  • 3 weeks later...

Hey @Noel Boss, me again ?

I still don't get how your theme works or how you built it. Where do all those LESS files come from? I see you include a copy of UIKIT in your module including all the regular uikit less files. But there are lots of pw related LESS files in it as well:

uMCI3s5.png

Did you build those files on your own? I can't find any less files in the PW core... I've already successfully built a custom UIKIT frontend theming module where LESS parsing is done on the fly via PHP: https://screencast-o-matic.com/watch/cFXnX1Y72l

It would be great to have such an easy way of customizing the backend as well.

Link to comment
Share on other sites

  • 2 months later...

Hi everyone! And thanks for Processwire!

A small bug found in this great admin theme. It concerns the datepicker behavior. If we have two date fields one below another, the first field datepicker may slide below the input field of second field. The problem can be resolved by changing the AdminThemeBoss\uikit\dist\css\uikit.(color).min.css from:

.pw .ui-datepicker#ui-datepicker-div { z-index:2 !important; background: ... 

to:

.pw .ui-datepicker#ui-datepicker-div { background: ... 

Thanks again for this nice theme!

screenshot.25-03-2019 15.21.06.png

  • Like 1
Link to comment
Share on other sites

  • 4 weeks later...
On 3/25/2019 at 2:30 PM, theoretic said:

Hi everyone! And thanks for Processwire!

A small bug found in this great admin theme. It concerns the datepicker behavior. If we have two date fields one below another, the first field datepicker may slide below the input field of second field. The problem can be resolved by changing the AdminThemeBoss\uikit\dist\css\uikit.(color).min.css from:


.pw .ui-datepicker#ui-datepicker-div { z-index:2 !important; background: ... 

to:


.pw .ui-datepicker#ui-datepicker-div { background: ... 

Thanks again for this nice theme!

screenshot.25-03-2019 15.21.06.png

I have the same issue. 

@theoretic Could you please open an issue on the repo https://github.com/noelboss/AdminThemeBoss

Link to comment
Share on other sites

  • 4 months later...

Hallo everyone ?

I have just release AdminThemeBoss 0.6.0

91885200_Screenshot2019-09-11at19_05_00.thumb.png.f55fb7917955fcfbbe4c4c8afe22bd54.png

Introducing, a refined, more colorfull and streamlined expirience:

  • Added: more colors ?
  • Added: improved notifications ?
  • Added: improved dropdows ⬇️
  • Added: improved integration with third party modules like ProDrafts, AOS and ASM… ?
  • Under the hood improvements on how settings are saved and applied
  • Fixed: Some minor bugs ??
  • Like 7
Link to comment
Share on other sites

And here we go again… 0.6.1 is out now:

Everyone is going green, only AdminThemeBoss was somehow missing the trend… So this new version fixes this glaring oversight ?

  • New «Smooth Green» color scheme ?
  • Fixed: Small issues with asmSelect entries
  • Fixed: Mobile view with AOS ?

1774707908_Screenshot2019-09-12at16_50_36.thumb.png.89594fef21dab21fa4bfe864189eb1e9.png

 

  • Like 3
Link to comment
Share on other sites

I think we might have a problem here, boss.
Is login screen suppose to look like this in version 0.6.2? Version 0.6.1 looks ok (minus the notification bar covering input fields).

I have the same results on two installments (pw 3.0.123, firefox 70 and Chromium) one was an upgrade from 0.5.4, second clean install.1918847169_Screenshot_2019-09-18LoginProcessWire.thumb.png.6671089c8b4379644c98e912d72a60ce.png

 

  • Thanks 1
Link to comment
Share on other sites

New Release 0.6.3 – Codename »hehehe«

The last release with a "fix" to the login screen actually broke stuff more than fixing it (thanks @johndoe for reporting this). So this is a fix for the fix… Sorry about that. And some improvements to the login screen on mobile devices.

68747470733a2f2f6d656469612e67697068792e

Added

  • Fullscreen login screen on mobile ?
  • Improved notifications on login screen

Fixed

  • Fixed Login screen design ?
  • Like 1
Link to comment
Share on other sites

Good stuff.
I don't want to sound like a broken record here, but there's another minor issue:
Horizontal scrollbar now appears when content exceeds the viewport height. To my understanding this issue is connected to the 'pw' css class in html tag.
It was ok in v0.5.4

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...