Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ubaldop/vuemodoro
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: ubaldop/vuemodoro
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 11 commits
  • 4 files changed
  • 3 contributors

Commits on Mar 24, 2019

  1. labels customization added

    ubaldop committed Mar 24, 2019
    Copy the full SHA
    e058f1c View commit details
  2. Merge pull request #2 from P3trur0/issue-1

    labels customization added
    p3trur0 authored Mar 24, 2019
    Copy the full SHA
    f3b4cdd View commit details
  3. 1.0.1

    ubaldop committed Mar 24, 2019
    Copy the full SHA
    609b43b View commit details
  4. unnecessary methods removed

    ubaldop committed Mar 24, 2019
    Copy the full SHA
    39b4389 View commit details
  5. Merge pull request #3 from P3trur0/issue-1

    unnecessary methods removed
    p3trur0 authored Mar 24, 2019
    Copy the full SHA
    655e8a4 View commit details
  6. 1.0.2

    ubaldop committed Mar 24, 2019
    Copy the full SHA
    7e46304 View commit details
  7. Copy the full SHA
    eafbaa5 View commit details

Commits on Mar 31, 2019

  1. typo fixed.

    p3trur0 authored Mar 31, 2019
    Copy the full SHA
    8321ae4 View commit details

Commits on Jun 26, 2019

  1. Copy the full SHA
    db771d5 View commit details

Commits on Apr 4, 2020

  1. Copy the full SHA
    dc2b12e View commit details

Commits on Apr 5, 2020

  1. Merge pull request #5 from P3trur0/dependabot/npm_and_yarn/minimist-1…

    ….2.3
    
    Bump minimist from 1.2.0 to 1.2.3
    p3trur0 authored Apr 5, 2020
    Copy the full SHA
    7bae9e4 View commit details
Showing with 43 additions and 383 deletions.
  1. +6 −6 README.md
  2. +33 −370 package-lock.json
  3. +4 −4 package.json
  4. +0 −3 src/Pomodoro.vue
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -18,11 +18,11 @@ If you need to customize the Pomodoro timer behavior, you can use one of the fol
| **Properties** | **Default** | **Description** | **Type** |
|----------------|-------------|----------------------------------------------------------------------------------------|------------------|
| **minutes** | `25` | _sets the minutes of the countdown_ | Number |
| **seconds** | `0` | _sets the seconds of the countdowm_ | Number |
| **pomodoroLabel** | `Pomodoro Timer` | _adds a descriptive label to the timer container_ | String |
| **startLabel** | `Start` | _adds a descriptive label to the start button of the timer_ | String |
| **pauseLabel** | `Pause` | _adds a descriptive label to the pause button of the timer_ | String |
| **resetLabel** | `Reset` | _adds a descriptive label to the reset button of the timer_ | String |
| **seconds** | `0` | _sets the seconds of the countdown_ | Number |
| **pomodoro-label** | `Pomodoro Timer` | _adds a descriptive label to the timer container_ | String |
| **start-label** | `Start` | _adds a descriptive label to the start button of the timer_ | String |
| **pause-label** | `Pause` | _adds a descriptive label to the pause button of the timer_ | String |
| **reset-label** | `Reset` | _adds a descriptive label to the reset button of the timer_ | String |
| **muted** | `false` | _defines if the timer must play a sound when the countdown ends._ | Boolean |
| **theme** | `dark` | _defines the styles of the timer. It comes with three different styles. `bare`, `light` and `dark` are the available options._ | String |

@@ -88,4 +88,4 @@ Vuemodoro comes with a `theme` prop. It allows to modify the look and feel of th
</p>

### Contributing
This component can be improved both in features and performances. Please, help me in doing it better 🍅
This component can be improved both in features and performances. Please, help me in doing it better 🍅
Loading