Code Monkey home page Code Monkey logo

vue-cookie-consent-banner's Introduction

@gismo1337's Holopin board

Hi, mein Name ist Sebastian

Schau dich in Ruhe um, meld dich wenn ich Dir helfen darf.

๐Ÿ”— Links

linkedin

๐Ÿ“ˆ Stats

gismo1337

๐Ÿ›  Techstack & Skills

Diese und einige mehr sind mindestens im wichtigsten Umfang bekannt und aktiv im Einsatz.

Betriebssysteme

  • Windows 3.1, 95, 98, 2000, Vista, 7, 8, 8.1, 10 und 11
  • Ubuntu 20.04 und 21.10
  • Kali Linux
  • iOS

Office

  • Microsoft Office
  • SharePoint
  • Google Businesstools
  • Adobe Photoshop

Kommunikation

  • Teams
  • Slack
  • Discord

Organisation

  • Notion
  • Jira
  • Monday

Codingsoftware

  • VS Code
  • Webstorm
  • PHPStorm

Skriptsprachen

  • HTML
  • CSS
  • JavaScript
  • PHP

Bibliotheken

  • VueJs
  • ReactJs
  • React Native

Frameworks

  • Expo
  • Laravel

Helfer

  • NodeJs
  • Git
  • Nova
  • Livewire
  • Vapor
  • Breeze
  • Sail

Datenbanken

  • MySQL
  • MongoDB
  • Firebase
  • AWS

vue-cookie-consent-banner's People

Contributors

adnan-sait avatar alexjharrison avatar ashishlamsal avatar aspireve avatar eemike07 avatar gismo1337 avatar logic-404 avatar nabeel001 avatar probablyarth avatar rohan-hazari avatar savioxavier avatar superiorsd10 avatar thenishantsapkota avatar thisiskaransgit avatar vivek-gorasiya avatar vividhpandey003 avatar yasionfire avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

vue-cookie-consent-banner's Issues

[NON CODE] Write a Socialmedia or Blog Post related to this repo

๐Ÿš€ Feature Request

Is your feature request related to a problem? Please describe.

  • NON CODE CONTRIBUTION

Describe the solution you'd like

  • Hacktober 2022 allows to contribute with non code issues. Feel free to write a social media post or blog post. Link your posting in the comment section of this issue.

Describe alternatives you've considered


Additional context

[Bug] Cookie name and subtext are not clickable

๐Ÿž Bug Report

Describe the bug

  • When you hover the text after the chackbox, the mouse switch to pointer, but there is nothing clickable.

Is this a regression?


To Reproduce

  1. open options
  2. mouseover text
  3. the mousecursor change to pointer

Expected behaviour

  • Make the text clickable to check the box false and true OR disable the mouseover

Media prove


Your environment

  • OS:
  • Node version:
  • Npm version:
  • Browser name and version:

Additional context

Write component automated test

๐Ÿš€ Feature Request

Is your feature request related to a problem? Please describe.

  • Request

Describe the solution you'd like


Describe alternatives you've considered


Additional context

Create a Footer SFC

๐Ÿš€ Feature Request

Is your feature request related to a problem? Please describe.

  • Enhancement

Describe the solution you'd like

  • Outsoruce the footer into a Singel File Component. Watchout! Slot couldt be passed sometimes and the Button Functions are needed. Filename: FooterSection.vue

Describe alternatives you've considered


Additional context

[Bug] VUE Warn

๐Ÿž Bug Report

Describe the bug

  • Check the vue warning in console and fix them

Is this a regression?


To Reproduce

  1. Open Console
  2. Click Accept
  3. Check console

Expected behaviour

  • No warnings

Media prove

grafik


Your environment

  • OS:
  • Node version:
  • Npm version:
  • Browser name and version:

Additional context

Good written Readme is needed

In order for beginners in the field of OpenSource to enjoy working together, we need a good written Readme.

Please look at some good examples on the internet and provide something appropriate.

Thanks a lot

Pass color props to the component

In order for the user to be able to set the colors individually, colors must be passed as prop to the componenten and used.

Like this

  <CookieModal
    v-show="isModalVisible"
    @close="closeModal"
    @decline="setCookies"
    @accept="setCookies"
    ---> fontcolor="#FF00FF" <---
  >

Write a issue template

In order for beginners in the field of OpenSource to enjoy working together, we need a Issue template.

Please look at some good examples on the internet and provide something appropriate.

Thanks a lot

[Bug] Width changes @click options

๐Ÿž Bug Report

Describe the bug

  • If you click on options, the width increase a lot.

Is this a regression?


To Reproduce

  1. watch banner width
  2. click options
  3. see new banner width

Expected behaviour

  • The Banner should have the same width in any state.

Media prove

grafik
grafik


Your environment

  • OS:
  • Node version:
  • Npm version:
  • Browser name and version:

Additional context

Check NPM Package for functionalty

๐Ÿš€ Feature Request

Is your feature request related to a problem? Please describe.

  • Request Support

Describe the solution you'd like

Feel free to write further hints in this ticket.


Describe alternatives you've considered


Additional context

Github Pages

๐Ÿš€ Feature Request

Is your feature request related to a problem? Please describe.

  • Request

Describe the solution you'd like

  • Please add a github pages template in a new folder /docs to get a project website

Describe alternatives you've considered


Additional context

Create a Section SFC

๐Ÿš€ Feature Request

Is your feature request related to a problem? Please describe.

  • Enhancement

Describe the solution you'd like

  • Outsource the
    into a single file component. Filename: OptionSection.vue

Describe alternatives you've considered


Additional context

Create a SFC for the Buttons

๐Ÿš€ Feature Request

Is your feature request related to a problem? Please describe.

  • Request

Describe the solution you'd like

  • Write a Button Single File Component to upgrade the readability

Describe alternatives you've considered


Additional context

Transition for open and close cookie options

๐Ÿš€ Feature Request

Is your feature request related to a problem? Please describe.

  • When you click at options the checkboxes appear using v-if. Please add a smooth opening and closing transition.

Describe the solution you'd like

  • click at options
  • Checkboxes appear with a smooth animation.

Describe alternatives you've considered


Additional context

Add Screen reader ability

๐Ÿš€ Feature Request

Is your feature request related to a problem? Please describe.

  • Enhancement

Describe the solution you'd like

  • Add needed HTML Code to be Screen Reader ready.

Describe alternatives you've considered


Additional context

Write a contribution tutorial

In order for beginners in the field of OpenSource to enjoy working together, we need a explanation how to contribute.

Please look at some good examples on the internet and provide something appropriate.

Thanks a lot

Write a PR template

In order for beginners in the field of OpenSource to enjoy working together, we need a Pull Request template.

Please look at some good examples on the internet and provide something appropriate.

Thanks a lot

Page has a vertical scroll

๐Ÿž Bug Report

Describe the bug

The page is having a scroll bar with its minimum height set.
This is due to the margin-top set on the main element.


Is this a regression?


To Reproduce

  1. Open the main page
  2. Accept / Decline the cookies
  3. You will see the vertical scroll on the page

Expected behaviour

The page should not have a vertical scroll unless the content overflows the window height.


Media prove

Screenshot (31)


Your environment

  • OS: Windows 11
  • Browser name and version: Chrome - 106.0.5249.62

Publish Package to NPM

๐Ÿš€ Feature Request

Is your feature request related to a problem? Please describe.

  • todo

Describe the solution you'd like

  • Publish the package at npm

Describe alternatives you've considered


Additional context

Increase Mobile Responsive

๐Ÿš€ Feature Request

Is your feature request related to a problem? Please describe.

  • Request

Describe the solution you'd like

  • Please add Media queries for good looking mobile view. If opened at small screens center the modal vertical and horizontal. may you need to change the height and width for a good looking component.

Describe alternatives you've considered


Additional context

Please increase the font size of the title

๐Ÿš€ Feature Request

Is your feature request related to a problem? Please describe.

  • Request

Describe the solution you'd like

  • Please increaste the font size of the title to the same size of the X to close the modal. You can try to add more size than the X, if its looks good.

Describe alternatives you've considered


Additional context

grafik

Save user selection as cookie

Save the user's selection as a real cookie in the browser.
The cookies should not have an expiration date.

Make sure that the selection is not requested again when reloading the page.

[Bug] Center X Icon and Title Text

๐Ÿž Bug Report

Describe the bug

  • The Title "Cookie Consent" is not on the same level with the closing X.

Is this a regression?


To Reproduce


Expected behaviour

  • Center them horizontal

Media prove

grafik

Your environment

  • OS:
  • Node version:
  • Npm version:
  • Browser name and version:

Additional context

Write a CODE OF CONDUCT.md

CODE OF CONDUCT markdown states the code of conduct rules for hacktoberfest 22 and open source contributions

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.