Git Product home page Git Product logo

bulletin's People

Contributors

isentrie avatar mobius1 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

bulletin's Issues

Add sound feature

Hey, first of all, I love this resource, great work!
I think it would be cool to add a sound feature like t-notify do.
What do you think?

Typo in readme

local pinID = exports.bulletin:SendPinned({
type = 'advanced' -- or 'standard' -- TYPO, NO COMMA BEHIND 'advanced'
message = 'This is pinned!',
title = 'Title',
subject = 'Subject',
icon = 'CHAR_BANK_MAZE'
})

Just being annoying.

Progress and animate out not working for newest files.

Hello, not sure how no one else is experiencing this issue, but I've done some researching and found that only the v1.1.6 version has working progress bars for simple notifications, advanced notifications seem to always have progress bars. So after downgrading to 1.1.6 they now have progress bars, but 1.1.7+ don't. Whatever was changed from 1.1.6 to 1.1.7 that broke the progress bars ever showing on simple notifications.

As well I have tried everything I believe and the animation out does not work on any of these version stated above, the notification always just disappear instead of fading out(fadeOut). I have experience with animation.css, it always works for other projects, but I'm not sure why it doesn't work for my bulletin.

If you can spread some light on how to fix these exit animation it would be appreciated as the progress bars are fixed with the 1.1.6 version.

FYI I did not change the call for the simple notifications when testing, just the app.js file for bulletin and it worked after finding the correct version.

Align the notifications by safe zone size

Hello, is this possible to align the notifications position by player safezone size? Because i took all of the info needed from client to js, but its not working, but on my hud its working just perfect :D I'm trying to put the needed style on bulletin_container, because i can't find anything else where can i put that style, any help?

JS
this.safezone = safeZoneSize const f = safeZoneSize * 0.5 const tbMargin = window.screen.height * f; const lrMargin = window.screen.width * f; document.getElementById('bulletin_container').style.margin =${tbMargin}px ${lrMargin}px``

client

function AddNotification(data) data.config = Config data.safeZoneSize = 1.0 - GetSafeZoneSize() SendNUIMessage(data); end

UTF-8 support

Some of the characters like (ą, č, ę, ė, į, š, ų, ū, ž) are not supported, and displayed in other font.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.