Logo
Back to Community

PinnedSupport for new layout

KAdmin
KBExit
#1 · 3 months ago
#General#Support

I do want to note that the mobile view could still use a lot of work. For one example:

screenshot-20260327-193014.png

155 replies

KAdmin
KBExit
#2 · 3 months ago

And in this thread too:

screenshot-20260327-193100.png

R
Ramon
#4 · 3 months ago

@"ernestdefoe"#p138 Yeah, it's definitely coming from one of the extensions... I'm already on it! ;)

image.png

EAdmin
ernestdefoe
#5 · 3 months ago

@"ram0ng1"#p141 Not sure what extension it could be,

R
Ramon
#6 · 3 months ago

@"ernestdefoe"#p142 Not sure what extension it could be,

Don't worry, I can analyze it based on the page's HTML elements.

KAdmin
KBExit
#7 · 3 months ago

Pushed some updates on my end. Hopefully things run smoother.

R
Ramon
#8 · 3 months ago

@"KBExit"#p136 I do want to note that the mobile view could still use a lot of work. For one example:

From the image, I couldn't identify what's going wrong with the mobile menu (in the discussion)...

KAdmin
KBExit
#9 · 3 months ago

@"ram0ng1"#p145 the menu on the top right, it looks odd being round instead of flush with the screen when everything else sits flush there.

R
Ramon
#10 · 3 months ago

@KBExit

Mobile navigation issues resolved and other minor changes have been fixed! Please update to the new version. :D

EAdmin
ernestdefoe
#11 · 3 months ago

screenshot-2026-03-28-093901.png

@Ramon need to add some padding between the typing indicator and the box to click to reply.

EAdmin
ernestdefoe
#12 · 3 months ago

Also would be great if the background of the tag container would respect the color assigned to the tag. I'm only noticing this on certain tags.

Like the News and Announcements color is supposed to be blue.....

screenshot-2026-03-28-094055.png

EAdmin
ernestdefoe
#13 · 3 months ago

Also noticing this in messages. The color should be uniform with the rest of the theme.

screenshot-2026-03-28-094419.png

R
Ramon
#14 · 3 months ago

I’ve made several changes to the discussion page and the messaging app... it’s not finished yet, but it’s definitely a step forward!

try update:

```
composer update ramon/avocado

```

EAdmin
ernestdefoe
#15 · 3 months ago

@"ram0ng1"#p155 I’ve made several changes to the discussion page and the messaging app

It doesn't respect dark mode now at all. Everything except the part at the bottom was perfect in the messaging app before.

R
Ramon
#16 · 3 months ago

I’m going to focus on some minor tweaks for now, and I’ll be back with a full solution soon

EAdmin
ernestdefoe
#17 · 3 months ago

@"ram0ng1"#p157 sounds good.

EAdmin
ernestdefoe
#18 · 3 months ago

@"ram0ng1"#p157 would it help to make you an Admin temporarily to try CSS stuff to add to future updates?

R
Ramon
#19 · 3 months ago

I can check everything I need just by browsing the forum... But I'll give you a heads-up if I ever need an admin account. ;)

EAdmin
ernestdefoe
#20 · 3 months ago

@"ram0ng1"#p160 sounds good. I’m glad to see the theme truly coming together. The thing I love about it is it doesn’t look cookie cutter and unless you knew the site was running Flarum you’d have a hard time figuring it out.

EAdmin
ernestdefoe
#21 · 3 months ago

If there’s not already a new post indicator it would be a dream to have so you can see what threads have new posts.

R
Ramon
#22 · 2 months ago

@"ernestdefoe"#p162 If there’s not already a new post indicator it would be a dream to have so you can see what threads have new posts.

I'll work on that too.

EAdmin
ernestdefoe
#23 · 2 months ago

@"ram0ng1"#p163 I’m just trying to think of little things most people might not think of.

R
Ramon
#24 · 2 months ago

@"ernestdefoe"#p164 I’m just trying to think of little things most people might not think of.

I’m all for new features and changes! Rest assured that I'm considering all your feedback ;)

EAdmin
ernestdefoe
#25 · 2 months ago · edited 2 months ago

@"ram0ng1"#p165 well things are coming together that’s for sure. Thank you for all your hard work.

KAdmin
KBExit
#26 · 2 months ago

image.png

.TypingUsersContainer {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.Post {
  max-width: 100% !important;
}

image.png

EAdmin
ernestdefoe
#27 · 2 months ago

@"KBExit"#p167 That worked like a charm.

R
Ramon
#28 · 2 months ago

@"KBExit"#p167
It's already fixed!

I just pushed an update. Please try running:

composer update ramon/avocado
R
Ramon
#29 · 2 months ago

image.png

EAdmin
ernestdefoe
#30 · 2 months ago · edited 2 months ago

Now if we can get something done about certain tag backgrounds not respecting the tag color while others do and maybe get some kind of stats widgets going on this theme will be almost perfect other than maybe a few bugs here and there. Maybe something like what this site has going on but have total members and newest member as well as the discussions and topics. https://stryguardian.com/

EAdmin
ernestdefoe
#31 · 2 months ago

@KBExit I have already updated the theme.

Also @Ramon for some reason when I just try to update it installs the old version of Avocado the version before you changed the look. It shows the newest update in Extension Manager but it never updates to that version. I wonder if it's something with your naming structure or something.

EAdmin
ernestdefoe
#32 · 2 months ago

@"ernestdefoe"#p171 Now if we can get something done about certain tag backgrounds not respecting the tag color while others do

@Ramon I've noticed on the light theme it shows the tag backgrounds correct it's just on dark mode that it doesn't.

R
Ramon
#33 · 2 months ago

@"ernestdefoe"#p172 Also @ram0ng1 for some reason when I just try to update it installs the old version of Avocado the version before you changed the look. It shows the newest update in Extension Manager but it never updates to that version. I wonder if it's something with your naming structure or something.

It’s probably due to the *.beta suffix in the release tags... Composer might be filtering them out.

For debugging reasons, can you tell me the tag colors affected? If it’s multiple tags, just list them all.

R
Ramon
#34 · 2 months ago

@"ernestdefoe"#p173 I've noticed on the light theme it shows the tag backgrounds correct it's just on dark mode that it doesn't.

I tried to use the same color inversion logic as Flarum to avoid unreadable text in dark mode...

KAdmin
KBExit
#35 · 2 months ago

I don't know if it's a problem with this theme or if it's from the Mobile Bar, but I cannot respond to Private Messages on mobile.

screenshot-20260328-175116.png

EAdmin
ernestdefoe
#36 · 2 months ago

@"ram0ng1"#p174 you can see them by looking at them on the dark theme and then switch to the light version and you can see the difference.

R
Ramon
#37 · 2 months ago

@"KBExit"#p176

Actually, it’s neither... it seems like there are issues with the host where Flarum is installed. Likely some Nginx or Apache header configuration.Based on the error, it looks more like an issue with the Upload extension.

KAdmin
KBExit
#38 · 2 months ago · edited 2 months ago

@"ram0ng1"#p178 no I'm not talking about what's in the screenshot lol. It's in the messages interface. The reply bar is missing. Those CORS issues were resolved, but for some reason, I still see an old CDN url trying to be used on first processing.

Edit: or it may be my phone's cache is fucked up lol. (On the old CDN url)

R
Ramon
#39 · 2 months ago

Oh, my bad about my previous answer. It really was an element causing the issue... I'm on it!

R
Ramon
#40 · 2 months ago

@ernestdefoe

You can try updating again:

composer update ramon/avocado
KAdmin
KBExit
#41 · 2 months ago

@"ram0ng1"#p181 I updated it for him and I think the messages are a little better. But Homepage looks like this in mobile now.

screenshot-20260328-201854.png

R
Ramon
#42 · 2 months ago

@"KBExit"#p182
Could you clear the Flarum cache?

You can do this by running:

php flarum cache:clear
KAdmin
KBExit
#43 · 2 months ago

@"ram0ng1"#p183 it's been cleared after install and cleared again since you mentioned it. Still no change.

R
Ramon
#44 · 2 months ago

@"KBExit"#p184
Please try updating again.

If that doesn't work, try removing and reinstalling the extension:

composer update ramon/avocado --with-dependencies
php flarum cache:clear
EAdmin
ernestdefoe
#45 · 2 months ago

It’s updating to the old version not the one labeled beta.

EAdmin
ernestdefoe
#46 · 2 months ago

I have updated to the newest beta version out.

KAdmin
KBExit
#47 · 2 months ago · edited 2 months ago

My bad 😅

Messages still don't let me reply, fyi.

EAdmin
ernestdefoe
#48 · 2 months ago

@"KBExit"#p188 must be an Android thing as I didn't have issues on iPhone.

KAdmin
KBExit
#49 · 2 months ago

@"ernestdefoe"#p189 nevermind. I cleared cache on my phone browser.

EAdmin
ernestdefoe
#50 · 2 months ago

@"KBExit"#p190 so let me get this straight.....are you telling me it was operator error?

KAdmin
KBExit
#51 · 2 months ago

Actually no. I have to refresh the main messages page before I enter a message so the bottom bar goes away when I open the messages.

I think the mobile bar needs to be fixed, not this theme.

EAdmin
ernestdefoe
#52 · 2 months ago

@"KBExit"#p192 I think the mobile bar needs to be fixed, not this theme.

Could be....who knows?

KAdmin
KBExit
#53 · 2 months ago

@"ernestdefoe"#p193 it 100% is the extension.

EAdmin
ernestdefoe
#54 · 2 months ago

@"KBExit"#p194 Well I will just uninstall it then until a better version comes out.

EAdmin
ernestdefoe
#55 · 2 months ago

@Ramon just noticed this when move your mouse to the left side of the forum and the thing that pops out that shows other threads doesn't follow the rules for dark mode as you can see in the screenshot.

screenshot-2026-03-28-202814.png

KAdmin
KBExit
#56 · 2 months ago

@"ernestdefoe"#p196

overview-image-155899172-990622.png

EAdmin
ernestdefoe
#57 · 2 months ago

@"KBExit"#p197 well that looks nothing like me or are you saying that's @Ramon from all the work I have him doing?

KAdmin
KBExit
#58 · 2 months ago

@"ernestdefoe"#p198 I'm saying that's probably you when you discovered that while in a dark room using dark mode.

EAdmin
ernestdefoe
#59 · 2 months ago

@"KBExit"#p199 Well thankfully I was in a room with the lights on. lol

EAdmin
ernestdefoe
#60 · 2 months ago

All team and conference logos have been converted to FA icons. That took quite a while to do but glad it's done.

EAdmin
ernestdefoe
#62 · 2 months ago

@"ram0ng1"#p202 that would be great.

R
Ramon
#63 · 2 months ago

@"ernestdefoe"#p203
Wrapping up a few more changes and I'll be back with more updates shortly

EAdmin
ernestdefoe
#64 · 2 months ago

@"ram0ng1"#p204 sounds good. Thank you so much for all your hard work.

R
Ramon
#65 · 2 months ago
composer update ramon/avocado --with-dependencies
php flarum cache:clear

Try

R
Ramon
#66 · 2 months ago

chrome-capture-2026-03-29.png

EAdmin
ernestdefoe
#67 · 2 months ago

@KBExit I have turned the mobile tab extension back on. See if you are still having the issue with messages.

R
Ramon
#68 · 2 months ago

I'm applying some fixes related to the flarum/realtime extension for the messages...

R
Ramon
#69 · 2 months ago

@ernestdefoe Fixed the mobile tab on the messages screen!

Please run:

composer update ramon/avocado --with-dependencies
php flarum cache:clear
EAdmin
ernestdefoe
#70 · 2 months ago

Ok updated.

KAdmin
KBExit
#71 · 2 months ago

screenshot-20260329-161825.png

As mentioned at the official Flarum discussions, this seems to be an issue with the Messages extension itself. This isn't resolved by the latest update to the theme. It's not an issue to realtime, but rather how the messages extension is built.

EAdmin
ernestdefoe
#72 · 2 months ago · edited 2 months ago

@"KBExit"#1 We are open but does it work right with the mobile tab extension disabled? I have it currently disabled.

KAdmin
KBExit
#73 · 2 months ago

@"ernestdefoe"#p213 yes, it appears the message reply box now floats too, which is cool!

KAdmin
KBExit
#74 · 2 months ago

Some mobile menu icon overlapping words.

screenshot-20260329-164957.png

EAdmin
ernestdefoe
#75 · 2 months ago

@"KBExit"#p215 yeah had to fix that in other places. Maybe a solution can be found.

KAdmin
KBExit
#76 · 2 months ago · edited 2 months ago

@"ernestdefoe"#p216 this should clean it up:

@media (max-width: 767.98px) {
  .IndexPage-nav.sideNav .Dropdown--select .Dropdown-menu > li > a .Button-icon, .IndexPage-nav.sideNav .Dropdown--select .Dropdown-menu > li > button .Button-icon {
    overflow: hidden !important;
  }
}
EAdmin
ernestdefoe
#77 · 2 months ago

@"KBExit"#p217 I’m driving currently do you mind trying it and see?

EAdmin
ernestdefoe
#80 · 2 months ago · edited 2 months ago

I’ve updated the theme. I can too from my phone.

EAdmin
ernestdefoe
#81 · 2 months ago

Cleared my cache on my pc and now I can reply on pc.

EAdmin
ernestdefoe
#82 · 2 months ago

@Ramon do I still need the CSS I have in Custom Styles since the newest update or do I need to keep them?

R
Ramon
#83 · 2 months ago

@"ernestdefoe"#p223
I’m going to request that you keep everything in your custom CSS for now.

EAdmin
ernestdefoe
#84 · 2 months ago

@"ram0ng1"#p224 sounds good.

R
Ramon
#85 · 2 months ago

Time to log off for today haha. Tomorrow's going to be a long one! Catch you later. ;)

EAdmin
ernestdefoe
#86 · 2 months ago

@"ram0ng1"#p226 thanks again for all the hard work. Can’t wait to see the new features I had mentioned to you.

R
Ramon
#87 · 2 months ago

I'm officially back to focusing on the Avocado theme! :D Exciting updates are coming soon.

EAdmin
ernestdefoe
#88 · 2 months ago · edited 2 months ago

@"ram0ng1"#p228 awesome can’t wait to see them. Will we see some stats widgets?

R
Ramon
#89 · 2 months ago

@"ernestdefoe"#p229

I'll check out some widget possibilities soon.
Right now, I'm figuring out a proper layout that keeps the UI clean and minimalist.

EAdmin
ernestdefoe
#90 · 2 months ago

I like the layout like it is but that’s just me.

R
Ramon
#91 · 2 months ago

@"ram0ng1"#p230 I'll check out some widget possibilities soon.
Right now, I'm figuring out a proper layout that keeps the UI clean and minimalist.

I meant the widget's position...

I'm currently studying the best placement to ensure it doesn't break the clean design.

EAdmin
ernestdefoe
#92 · 2 months ago

@"ram0ng1"#p232 right above the footer would be a good spot I think. You can (I’m sure) make it look like the rest of the design.

R
Ramon
#93 · 2 months ago

@"ernestdefoe"#p233 Currently tweaking the widgets and refining the badge and user profile pages.
Just polishing the UI to ensure everything is perfectly aligned and visually clean.

EAdmin
ernestdefoe
#94 · 2 months ago

@"ram0ng1"#p234 looking forward to seeing the improvements.

R
Ramon
#95 · 2 months ago

Just finished some general UI polish.
Now I’m all set to dive into the widgets.

try:

composer require ramon/avocado:2.0.10-beta
php flarum cache:clear

EAdmin
ernestdefoe
#96 · 2 months ago · edited 2 months ago

@"ram0ng1"#p237 updated to the newest version. Just curious why the fire icon like on your site isn't showing.

R
Ramon
#97 · 2 months ago

image.png

Just pushed some mobile refinements and cross-extension compatibility fixes.

Testing how the theme handles third-party components to keep the experience seamless.

image.png

EAdmin
ernestdefoe
#98 · 2 months ago

@"ram0ng1"#p239 theme is definitely coming along nicely.

R
Ramon
#99 · 2 months ago

Thinking about increasing the container width a bit.
Would a larger container fit the overall design better, or should we keep it as it is?

image.png

EAdmin
ernestdefoe
#100 · 2 months ago

@"ram0ng1"#p241 yeah would be nice if it was a bit wider. Just my opinion.

R
Ramon
#101 · 2 months ago

@"ernestdefoe"#p242
I was just realizing that if I’m going to add any widgets, I’ll have to change the container size... I need to ensure there’s enough room for the new elements without squeezing the main content.

EAdmin
ernestdefoe
#102 · 2 months ago

@"ram0ng1"#p243 that’s fine do what you need to do.

R
Ramon
#103 · 2 months ago

image.png

Pushing a few more tweaks and wrapping up the "projects" section.

Now that this part is finished, I can maintain the focus on the next UI refinements.

composer require ramon/avocado:2.0.11-beta

php flarum cache:clear

R
Ramon
#104 · 2 months ago

Oh, I think I forgot to upload some files… I’ll fix that first thing tomorrow morning.

EAdmin
ernestdefoe
#105 · 2 months ago

@"ram0ng1"#p354 I'll wait to update when you get the missing files uploaded.

R
Ramon
#106 · 2 months ago

@"ernestdefoe"#p355 try: composer require ramon/avocado:2.0.12-beta

EAdmin
ernestdefoe
#107 · 2 months ago · edited 2 months ago

@"ram0ng1"#p356 Just updated. Just noticed there was a beta13 on Github.

Just noticed beta15 on Github and have updated to it.

R
Ramon
#108 · 2 months ago

It's been a while since my last post here...

I have some updates regarding the Blog/News section. (dark mode)

Try it out:

composer require ramon/avocado:2.0.17-beta
php flarum cache:clear
EAdmin
ernestdefoe
#109 · 2 months ago

@"ram0ng1"#p358 updated to beta17.

R
Ramon
#110 · 2 months ago

One question... I noticed you're using the default forum color. Why not change it to the red from your logo? Just curious, haha.

EAdmin
ernestdefoe
#111 · 2 months ago

@"ram0ng1"#p360 Just haven't thought about it. Kinda like the way it looks now.

R
Ramon
#112 · 2 months ago

image.png

image.png

I'm pushing the latest adjustments to the showcase and project sections.

try: composer require ramon/avocado:2.0.18-beta

php flarum cache:clear

EAdmin
ernestdefoe
#113 · 2 months ago · edited 2 months ago

@"ram0ng1"#18 Lane Kiffin named as HC at LSU I know this may not be possible but is there a way to add secondary tag FA icons into the discussion hero area? Something similar to the attached screenshot. Maybe also have the FA icon respect it's own tag color.

design-idea.png

R
Ramon
#114 · 2 months ago

@"ernestdefoe"#p363 I'm checking and will include the feature immediately.

EAdmin
ernestdefoe
#115 · 2 months ago · edited 2 months ago

@"ram0ng1"#p364 That would be amazing if you could figure it out. Also if you could also get the tags to respect tag color on the main page while using the dark theme that would be amazing as well. Like #atlantic-coast-conference is supposed to be in the blue you see in the post but on the main page it's a goldish color.

R
Ramon
#116 · 2 months ago

image.png

image.png

Just running some final checks on the latest tweaks. I'll push the update in a moment.

EAdmin
ernestdefoe
#117 · 2 months ago

@"ram0ng1"#p366 Dang any idea I can come up with you figure out how to do

R
Ramon
#118 · 2 months ago

@"ernestdefoe"#p367 Try

composer require ramon/avocado:2.0.19-beta
EAdmin
ernestdefoe
#120 · 2 months ago · edited 2 months ago

Also it would be nice if there are two secondary tags like #alabama and #tennessee it would show the FA for both. Also in this thread it's showing the #big-10-conference FA icon instead of an actual secondary FA icon.

https://fbsfb.com/d/33-2026-national-championship

R
Ramon
#121 · 2 months ago

@"ernestdefoe"#p369 I think it's a contrast issue. The weight is too thin, which makes it hard to see.

@"ernestdefoe"#p370 Also it would be nice if there are two secondary tags likeAlabama andTennessee it would show the FA for both. Also in this thread it's showing theBig 10 Conference FA icon instead of an actual secondary FA icon.

https://fbsfb.com/d/33-2026-national-championship

The effect is restricted to the icon of the second tag only. It ignores any additional tags.
I’m looking into showing up to 2 or 3 tags... I want to display more context without cluttering the clean interface.

EAdmin
ernestdefoe
#122 · 2 months ago

@"ernestdefoe"#p369 @Ramon This one is showing but very hard to see so I'm gonna look for another logo to convert to FA to replace it with.

EAdmin
ernestdefoe
#123 · 2 months ago

@"ram0ng1"#p371 For my use case I'm only ever gonna show 2 secondary tags. In the above linked post it's showing the Big 10 logo instead of either Miami or Indiana.

R
Ramon
#124 · 2 months ago

@"ernestdefoe"#p373

image.png

It's hardcoded to fetch only the second tag's icon...

EAdmin
ernestdefoe
#125 · 2 months ago

@"ram0ng1"#p374 #big-10-conference is technically a primary tag. At least that's how it's set up in the Tags extension.

EAdmin
ernestdefoe
#126 · 2 months ago

Conferences like #southeastern-conference #atlantic-coast-conference #big-10-conference #big-12-conference #fbs-independents #pac-12-conference #mountain-west-conference #sun-belt-conference #conference-usa #mid-american-conference #american-athletic-conference are setup to be primary tags and tags that are the schools such as #alabama #auburn #miami etc are setup to be secondary tags.

R
Ramon
#127 · 2 months ago

@"ernestdefoe"#p376 Oh, my bad... My logic isn't using the Tags extension yet. I'll apply a fix so it fetches the correct data.

EAdmin
ernestdefoe
#128 · 2 months ago

@"ram0ng1"#p377 thank you. You are truly amazing. When I can I'm gonna send you a donation for all your hard work.

EAdmin
ernestdefoe
#129 · 2 months ago

Probably wouldn't hurt to change the discussion title text color to white when using the dark version.

EAdmin
ernestdefoe
#130 · 2 months ago

@"ram0ng1"#p371 I think it's a contrast issue. The weight is too thin, which makes it hard to see.

I found a solid one color logo to convert over to FA and it works much much better.

R
Ramon
#131 · 2 months ago

@"ernestdefoe"#p376 I’m still not sure... do you want it to fetch the primary or the secondary tag?

For example, should I use the primary and secondary tag values from the post to display the icon laterally?

EAdmin
ernestdefoe
#132 · 2 months ago · edited 2 months ago

@"ram0ng1"#p381 I want it to pull secondary tags. I'm gonna grant you Admin rights so you can see the tag structure,

You now have Admin access so you can see the tag structure. If you decide to update the theme please uninstall first and then run the command in Extension Manager using the ramon/avocado:2.0.19-beta or whatever version it is command. If you try to just update it installs the pre 2.0 version for some reason.

R
Ramon
#133 · 2 months ago

Oh, thank you! I didn't get it at first... Now I see how Flarum handles parent and child tags.

Finally got the child tags pulling in the right way.

Everything is syncing up with Flarum's parent/child structure now.

composer require ramon/avocado:2.0.20-beta
php flarum cache:clear
EAdmin
ernestdefoe
#134 · 2 months ago

@"ram0ng1"#p384 That works hopefully now you can figure out how to show to secondary tag FA icons.

EAdmin
ernestdefoe
#135 · 2 months ago

Also for some reason the showcase cards don’t show on mobile. It’s like they start to load but then go away.

R
Ramon
#136 · 2 months ago

@"ernestdefoe"#p385 Are you talking about placing two icons within the Hero banner?

EAdmin
ernestdefoe
#137 · 2 months ago · edited 2 months ago

@"ram0ng1"#p387 yes. Most posts will have at least one primary and two secondary tags and it would be nice to have both secondary tags showing.

R
Ramon
#138 · 2 months ago

@"ernestdefoe"#p386 try:

composer require ramon/avocado:2.0.22-beta

and

php flarum cache:clear
EAdmin
ernestdefoe
#139 · 2 months ago

Does this also fix the showcase cards not showing on mobile because beta21 didn't fix that?

R
Ramon
#140 · 2 months ago

@"ernestdefoe"#p390 Yes, it solves it!

EAdmin
ernestdefoe
#141 · 2 months ago

Still not showing on iPhone and not sure if you’ve implemented the two FA icons or not but they aren’t working.

img-0170.png

EAdmin
ernestdefoe
#142 · 2 months ago

beta23 fixed the issue with showcase cards on mobile.

EAdmin
ernestdefoe
#143 · 2 months ago

@Ramon I really am amazed at what you have been able to accomplish on this theme. I didn't even imagine you'd be able to figure out how to get the tag FA icon to show up in the discussion hero. I'm really hoping you'll be able to figure out how to get a second one there as well.

R
Ramon
#144 · 2 months ago

I'll be adding the two icons soon.

For now, I'm heading to bed :) I'll be back to work on the theme next week.

One last update:

composer require ramon/avocado:2.0.24-beta
php flarum cache:clear
KAdmin
KBExit
#145 · 2 months ago

Design is coming along for sure :)

EAdmin
ernestdefoe
#146 · 2 months ago

@"KBExit"#p397 that it is. Loving how it's turning out.

C
Claudius
#147 · 2 months ago

Some times the participant counter is showing a "+1" next to the OP instead of simply showing that additional participant's avatar:

screenshot-2026-04-10-at-131747.png

Also that "+x" counter has the avatar next to it showing through which hinders readability. Maybe add some backdrop-filter: blur(3px) instead? (This actually could benefit all of the transparent buttons)

screenshot-2026-04-10-at-131800.png

EAdmin
ernestdefoe
#148 · 2 months ago

@"Claudius"#p400 that’s a great idea @Ramon

EAdmin
ernestdefoe
#149 · 2 months ago · edited 2 months ago

@"ram0ng1"#18 Lane Kiffin named as HC at LSU there are some threads where the secondary tag icons are overlapping or are not spaced out properly such as this thread https://fbsfb.com/d/13-the-dawgs-edge-the-gators there are a couple of others.

Here is an example of spacing https://fbsfb.com/d/10-aggies-escape-against-unranked-arkansas

Another example of overlapping https://fbsfb.com/d/9-down-goes-5-ole-miss

I do like the idea that @Claudius suggested above kinda frosting the +1 in the circle so it stands out more.

EAdmin
ernestdefoe
#150 · 2 months ago

@Ramon not sure what happened but the fire icon on featured tags was finally showing up now it's showing a broken image.

EAdmin
ernestdefoe
#151 · 2 months ago

@"Claudius"#p400 looks like your idea has been implemented. I think it looks a lot better.

R
Ramon
#152 · 2 months ago

@"Claudius"#p400 :D tnks

R
Ramon
#153 · 2 months ago

image.png

image.png

image.png

🚀 v2.1.22-beta

What's changed in the Avocado Theme 🌟

🔨Improvements

  • Added a customizable loading spinner button with SVG support and styles (PR #70) by @ram0ng1
  • Added online users feature with inline composer and tag selector (PR #69) by @ram0ng1

📦 How to update

composer requires ramon/avocado:2.1.22-beta
php flarum cache: clear
php flarum assets: publish

Installation:

composer requires ramon/avocado:2.1.22-beta

View version on GitHub

EAdmin
ernestdefoe
#154 · 2 months ago

@"ram0ng1"#p409 my only complaint about the new update is the red gradient effect on the showcase cards.

R
Ramon
#155 · 2 months ago

@"ernestdefoe"#p410 It comes from the primary tag; just change its color.

EAdmin
ernestdefoe
#156 · 2 months ago

@"ram0ng1"#p411 oh ok

to join the conversation.