Compare commits

..

1 Commits

Author SHA1 Message Date
pic
198b92f914 Select first the project with tracked hours 2020-09-10 00:29:53 +02:00
6 changed files with 623 additions and 643 deletions

View File

@@ -5,12 +5,6 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.5.2] - 2020-09-10
### Fixed
- Remember last tracked project and task on card
## [1.5.1] - 2020-08-04 ## [1.5.1] - 2020-08-04
### Added ### Added

View File

@@ -1,7 +1,7 @@
{ {
"name": "moco-browser-extensions", "name": "moco-browser-extensions",
"description": "Browser plugin for MOCO", "description": "Browser plugin for MOCO",
"version": "1.5.2", "version": "1.5.1",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"start": "yarn start:chrome", "start": "yarn start:chrome",
@@ -58,7 +58,7 @@
"mini-css-extract-plugin": "^0.9.0", "mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.14.1", "node-sass": "^4.14.1",
"prettier": "^2.0.5", "prettier": "^2.0.5",
"sass-loader": "^10.0.2", "sass-loader": "^9.0.2",
"style-loader": "^1.2.1", "style-loader": "^1.2.1",
"svg-inline-loader": "^0.8.2", "svg-inline-loader": "^0.8.2",
"uuid": "^8.3.0", "uuid": "^8.3.0",

View File

@@ -1,3 +1,4 @@
import "mobx-react-lite/batchingForReactDom"
import React, { createRef } from "react" import React, { createRef } from "react"
import ReactDOM from "react-dom" import ReactDOM from "react-dom"
import { Transition, animated, config } from "react-spring/renderprops" import { Transition, animated, config } from "react-spring/renderprops"

View File

@@ -1,3 +1,4 @@
import "mobx-react-lite/batchingForReactDom"
import React from "react" import React from "react"
import ReactDOM from "react-dom" import ReactDOM from "react-dom"
import Options from "./components/Options" import Options from "./components/Options"

View File

@@ -1,3 +1,4 @@
import "mobx-react-lite/batchingForReactDom"
import React from "react" import React from "react"
import ReactDOM from "react-dom" import ReactDOM from "react-dom"
import App from "./components/App" import App from "./components/App"

1253
yarn.lock

File diff suppressed because it is too large Load Diff