Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyNetRu committed Jul 7, 2023
1 parent 1cdba19 commit 7eb4439
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 18 deletions.
21 changes: 5 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
![qalendar](https://discover-test-files.s3.eu-central-1.amazonaws.com/Logo+MAIN.png)

[![Build](https://github.com/tomosterlund/qalendar/actions/workflows/build.yml/badge.svg)](https://github.com/tomosterlund/qalendar/actions/workflows/build.yml)
[![Coverage Status](https://coveralls.io/repos/github/tomosterlund/qalendar/badge.svg?branch=master)](https://coveralls.io/github/tomosterlund/qalendar?branch=master)
[![Unit tests](https://github.com/tomosterlund/qalendar/actions/workflows/unit-tests.yml/badge.svg)](https://github.com/tomosterlund/qalendar/actions/workflows/unit-tests.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)
[![Build](https://github.com/SkyNetRu/qalendar/actions/workflows/build.yml/badge.svg)](https://github.com/SkyNetRu/qalendar/actions/workflows/build.yml)
[![Coverage Status](https://coveralls.io/repos/github/SkyNetRu/qalendar/badge.svg?branch=master)](https://coveralls.io/github/SkyNetRu/qalendar?branch=master)
[![Unit tests](https://github.com/SkyNetRu/qalendar/actions/workflows/unit-tests.yml/badge.svg)](https://github.com/SkyNetRu/qalendar/actions/workflows/unit-tests.yml)
[![End-to-end tests](https://github.com/SkyNetRu/qalendar/actions/workflows/end-to-end-tests.yml/badge.svg)](https://github.com/SkyNetRu/qalendar/actions/workflows/end-to-end-tests.yml)
[![npm](https://img.shields.io/npm/v/qalendar)](https://www.npmjs.com/package/qalendar)
![npm](https://img.shields.io/npm/dm/qalendar)

Expand All @@ -14,19 +14,8 @@ https://github.com/tomosterlund/qalendar

## Docs

For original documentation and demo, see: https://tomosterlund.github.io/qalendar/
For documentation and demo, see: https://SkyNetRu.github.io/qalendar/

## Changes Docs
* Dark Or Light Mode can be defined in config
Otherwise will be used OS theme mode

```js
config: {
...
styleMode: 'light' | 'dark'
...
}
```

## Changes
* Days in DatePicker what have events has class .is_active and style Bold.
Expand Down
2 changes: 1 addition & 1 deletion src/Qalendar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<AppHeader
:key="wasInitialized + mode"
:config="config"
:eventsDates="eventsDates"
:events-dates="eventsDates"
:mode="mode"
:time="time"
:period="period"
Expand Down
2 changes: 1 addition & 1 deletion src/components/header/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<DatePicker
ref="periodSelect"
:mode="mode"
:eventsDates="eventsDates"
:events-dates="eventsDates"
:time-prop="time"
:period-prop="period"
@updated="handlePeriodChange"
Expand Down

0 comments on commit 7eb4439

Please sign in to comment.