darkpixlz
(darkpixlz)
October 9, 2022, 12:54am
47
Updates
Hello everybody,
It’s been a bit since I have linked updates here.
I’ve made a few relevant changes.
1. No more missing transparency
I have added transparency anywhere I can, anywhere else cant be added without breaking it.
(Besides the 404 page which I’m still working on)
2. Wizard support
Discourse recently redid their wizard so I added support for the theme in it.
3. More blur
When “too much” wasn’t enough, I brought more!
4. Sidebar
Sidebar support has been added.
5. Group Boxes
New Group boxes have been added.
But there’s more!
I have more on my to-do list, look out for those soon!
That’s about it for this update, thanks for sticking around!
3 Likes
darkpixlz
(darkpixlz)
October 15, 2022, 3:26am
48
Over the next few days I’ll be slowly working in to add some more obscure components, just added support for User Directory cards, along with at last the 404 page.
4 Likes
kynic
January 16, 2023, 5:22pm
49
Hey, the theme is nice
There is one problem when you click on someone profile the user card does not shows if you scrolled down. It won’t show anything on mobile.
With desktop it should be more above with the profile it gets below which makes look dull.
2 Likes
kynic
January 17, 2023, 11:44am
50
Also, pls fix these topic number positions for mobile view.
And this size when you click on topic controls
Pls fix this also
2 Likes
darkpixlz
(darkpixlz)
January 17, 2023, 1:48pm
51
I’ll work on that when my sites are back online, thanks for letting me know!
1 Like
kynic
January 17, 2023, 2:59pm
52
Is there any ETA for when you fix all these?
darkpixlz
(darkpixlz)
January 17, 2023, 3:01pm
53
Really depends when the server for my sites go back up. If you need the fixes now I’ll try when I get back home.
2 Likes
kynic
January 17, 2023, 3:05pm
54
yes. pls, fix them your theme is awesome just these things need to fix.
3 Likes
darkpixlz
(darkpixlz)
January 18, 2023, 11:04pm
55
Hey everybody!
It’s been a while since I’ve done much with the theme (let alone release notes), so here are some new changes.
New: Custom Topbar Colors
Previously, the topbar could only be a blue gradient, which didn’t fit with the extremely custom theme, so now there are options
In this example code:
Code Reformat
Nothing much to say about this, code has been reformatted.
Mobile fixes
Thanks to the reports, the mobile misalignment has been fixed!
It’s still a bit weird though, a fix for htat will also be soon.
User Status Compatibility
User Statuses are now compatible with the STAFF tag!
5 Likes
darkpixlz
(darkpixlz)
January 18, 2023, 11:14pm
56
Also forgot to mention, but there’s also a Header Direction setting!
90:
0:
2 Likes
syandriz
(syandriz)
February 19, 2023, 1:48pm
57
2 Likes
Any way we can get a full-width toggle on here?
I’m about to struggle my way through making a component with the CSS
Theme is gorgeous btw
3 Likes
Might be sloppy, but here’s what I’m using now for anyone interested:
:root {
--d-max-width: 95%;
}
#main-outlet {
max-width: 90%;
margin-left: auto;
margin-right: auto;
margin-top: 5px;
margin-bottom: 50px;
}
I do not use sidebar
3 Likes
darkpixlz
(darkpixlz)
February 25, 2023, 5:09am
60
Sure, I’ll work on it in the coming days. I have a few fixes on the way as well.
1 Like
Awesome to hear!
I’ll be keeping my eye out
2 Likes
Den
(Den)
February 28, 2023, 11:33pm
62
Hey! This theme is so good.
Would you consider adding a toggle to disable rounding?
If not for everything, maybe just the images (though disabling globally would be excellent for my tastes).
I post a lot of photography on my forum and it’s a bit jarring to see the rounding eat into the image itself.
Thanks for making such an awesome theme.
2 Likes
darkpixlz
(darkpixlz)
February 28, 2023, 11:35pm
63
Sure! I’ll be working on everything maybe later tonight, I suspect the Discourse theme changes has done something to in less used areas
Currently todo for me:
Finish full-width
Bugs
Disable rounding
2 Likes
Time to suggest this theme onto my favorite forum, Dark Gaming.
2 Likes
darkpixlz
(darkpixlz)
March 3, 2023, 12:59am
65
Hey everybody!
I pushed a bunch of other changes, here’s a list:
1. Full Width
Idea: @MWGMorningwood
Screenshot with the option enabled:
Option to disable image rounding
Idea: @Den
Disabled (default/normal):
Enabled:
Support for new user cards
Image:
I’ll continue to update it for as long as I need and Discourse stops touching it.
Header changes
The header is now centered on desktop, and there’s a new setting, Blur-Header. As seen in the full width screenshot, it removes the gradient and blurs it.
Fixes
Fixed all broken settings, user cards, and more.
If you have any suggestions, let me know!
2 Likes
Den
(Den)
March 3, 2023, 1:22am
66
Thanks for the blazing fast response!
It’s working quite well.
2 Likes