Skip to content

Commit

Permalink
feat: more precise dragging (#70)
Browse files Browse the repository at this point in the history
* feat: allow quarters in dragging

* feat: optimize drag behavior for quarter hours

* chore: add automated test and build for pushes on master

* chore: edit workflows

* chore: edit workflows

* chore: update badges in readme

* feat: change in quarter hours on dragging events (#68) (#69)

* feat: allow quarters in dragging

* feat: optimize drag behavior for quarter hours

* chore: add automated test and build for pushes on master

* chore: edit workflows

* chore: edit workflows
  • Loading branch information
tomosterlund authored Sep 17, 2022
1 parent e29fe1a commit 759ecda
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Qalendar

![GitHub Workflow Status](https://img.shields.io/github/workflow/status/tomosterlund/qalendar/Build?label=build%20test) ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/tomosterlund/qalendar/Release?label=release) ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/tomosterlund/qalendar/End-to-end%20tests?label=e2e%20tests) ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/tomosterlund/qalendar/Unit%20tests?label=unit%20tests) ![npm](https://img.shields.io/npm/v/qalendar) ![GitHub release (latest by date)](https://img.shields.io/github/v/release/tomosterlund/qalendar?label=github) ![npm](https://img.shields.io/npm/dm/qalendar)
[![Build](https://github.com/tomosterlund/qalendar/actions/workflows/build.yml/badge.svg)](https://github.com/tomosterlund/qalendar/actions/workflows/build.yml)
[![Release](https://github.com/tomosterlund/qalendar/actions/workflows/release.yml/badge.svg)](https://github.com/tomosterlund/qalendar/actions/workflows/release.yml)
[![End-to-end tests](https://github.com/tomosterlund/qalendar/actions/workflows/end-to-end-tests.yml/badge.svg)](https://github.com/tomosterlund/qalendar/actions/workflows/end-to-end-tests.yml)
[![Unit tests](https://github.com/tomosterlund/qalendar/actions/workflows/unit-tests.yml/badge.svg)](https://github.com/tomosterlund/qalendar/actions/workflows/unit-tests.yml)
[![npm](https://img.shields.io/npm/v/qalendar)](https://www.npmjs.com/package/qalendar)
![npm](https://img.shields.io/npm/dm/qalendar)

Event calendar for Vue 3.

Expand Down

0 comments on commit 759ecda

Please sign in to comment.