Giter Site home page Giter Site logo

alirdb's Introduction

Hi, I'm Andrea 👋

Apple entusiast, javascript lover and gaming addicted, what else I need :)

Visits Badge Years Badge Repos Badge

About me


Tech

  • frontend: javaScript vue.js nuxt.js html5 css3 bootstrap
  • backend: node.js Java Groovy
  • database: mongodb postgresql
  • infrastructure: heroku docker

Metrics

alirdb's People

Contributors

andreacw5 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

fossabot

alirdb's Issues

Risorse HTTP

È possibile sono fare richieste alle risorse in HTTP questo non permette l'accesso in ambienti di produzione o esterni.

  • Aggiungere la possibilità di raggiungere risorse in HTTPS

Limite gang

Se ci sono 12 membri visualizzare il numero in giallo, appena superati visualizzarlo in rosso e aggiungere testo di avviso: "Qeusta gang viola il regolamento"

Tooltip rimangono visibili

I tooltip rimangono visubili anche se non in hover al bottone vanno chiusi quando raggiungi la visualizzazione della pagina scelta

Setup Airbrake for your JavaScript application

Install Airbrake in 2 easy steps:

Step 1: Add the library
Include via CDN:

<script src="https://cdnjs.cloudflare.com/ajax/libs/airbrake-js/0.9.9/client.min.js"></script>

We also support installation via npm and Bower.

Step 2: Copy this config snippet to your app.js file

(You can find your project ID and API KEY with your project's settings):

var airbrake = new airbrakeJs.Client({
  projectId: <Your project ID>,
  projectKey: '<Your project API Key>'
});
airbrake.addFilter(function (notice) {
  notice.context.environment = 'production';
  return notice;
});

To test that Airbrake has been installed correctly in your JavaScript project, just open up the JavaScript console in your internet browser and paste in:

airbrake.notify('hey there!')

Visit official GitHub repo for more info on alternative configurations and advanced options.

Wanted tab profilo

Aggiunta nel profilo degli utenti la possibilità di visualizzare i capi d'accusa, con relativa taglia.

  • Tab Wanted
  • Lista accuse
  • Totale in € della taglia

Ricerca nella wanted list

Aggiunta di una sezione separata per la visualizzazione della lista dei ricercati.

  • Menù di ricerca
  • Visualizzazione ricercati
  • Lista ricercati trovati

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.