Greetings fellow gliders,
I am working on a menu screen and I would love for it to be able to display wether there are new content available.
For exemple, my team submits team building ideas that need approval from me but if there is something pending, it would be great (if that is possible) to be able to see in the menu that there is something new. For instance in a tag on the image.
Did someone ever tried to build something like that?
Bisous les loulous
Probably this will give you some idea for the tab level. I think it’s much more “visible”.
Thanks to @Lucas_Pires , I now have a much more reliable way to do my notifications tab. I guess I did not really need Cloudinary with the CSS magic here, and can let Glide handle the on/off status of the icon instead of creating 4 separate images.
<pre><span><style>
button[aria-label="Notifications"]::before {
content: "{N}";
position: absolute;
font-size: 9px;
font-weight: 800;
color: white;
padding: 1px;
top: 6px;
right: 25px;
z-index: 1;
height: 16px;
widt…
1 Like
Hi @ThinhDinh thank you for the lead. I will look into that. Keep you posted.
AymenM
June 30, 2021, 3:21pm
4
I think that this feature request could support your request :
Hey everyone,
I had an idea that may come up a bit stupid but why not. While we are not getting native notifications any time soon, why not creating “in app” notifications.
You may say, the main goal of notifications is to grab the attention of a user. Well, I agree. But no one said that you can’t grab it’s attention while he uses the app.
I can imagine many kind of notifications such as : “please complete this or that” / “new updates have been made to the guide” etc etc
This could be “easil…
Don’t hesitate to vote !
1 Like