Commit Graph

35 Commits

Author SHA1 Message Date
Sebastian Velez
b507429e9b chore: implement options component 2023-01-16 16:45:42 -05:00
Vu Nguyen
9ef655ac3b Setup CI tests (#100)
* use @xarc/xrun to streamline tasks in an imperative manner

* add lint-staged/husky for git hook tasks

* run prettier across all files

* fixing tests

* add ci test workflow

* add a ci workflow

* remove precommit in favor of husky

* add .prettierrc.js

* reformat with prettier
2021-01-13 21:05:05 -08:00
Daniel Tschinder
a183bd3ce7 Make create-react-class a runtime dependency and use latest version of react-transition-group 2019-04-23 13:22:49 -07:00
Nathaniel van Diepen
50fca3066c Add missing packages and update code to fix deprecated React.createClass calls 2019-01-09 09:29:51 -07:00
Nathaniel van Diepen
feeffe30fa Merge branch 'master' into master 2018-01-24 08:44:56 -07:00
Kuba Paczyński
84d74344e7 Naming adjustments, moved hb init to component 2017-10-03 10:46:27 +02:00
Kuba Paczyński
2b3754159e Updated placeholder and instructions 2017-10-02 22:37:54 +02:00
Nathaniel van Diepen
6b1672d474 Force more line endings 2017-04-18 12:16:12 -06:00
Nathaniel van Diepen
9823acc03f Initial work to get working in Firefox 2016-12-14 13:55:43 -07:00
Ra100
7d90992aac Remove findDOMNode and rename all Navbar to NavBar
findDOMNode should be avaided <https://facebook.github.io/react/docs/top-level-api.html#reactdom.finddomnode>
2016-06-30 15:05:04 +02:00
Ra100
24cca3b236 Fix save options
Saving options didn't work because findDOMNode has moved from React to ReactDOM.
Navbar component had to be renamed to NavBar.
2016-06-30 14:55:24 +02:00
Alan Hamlett
afc10fb7c4 upgrade dependencies to latest versions and fix bugs 2016-06-29 14:32:00 -07:00
Alan Hamlett
38c8a60698 react.DOM is depreciated 2016-06-29 11:04:15 -07:00
Stephen Rodriguez
89ef4bdf2f running jest tests using babel-jest preprocess 2015-07-14 13:27:58 -04:00
Stephen Rodriguez
b25cebbca5 added chrome as global 2015-07-14 13:14:46 -04:00
Stephen Rodriguez
e070b884c3 working on improving tests 2015-07-14 13:14:23 -04:00
Mario Basic
c98fbf93e9 Fixed bug with blacklist and whitelist. 2015-06-19 13:03:54 +02:00
Mario Basic
4c968263f7 Added JSHint and JSXHint for linting the code. 2015-06-18 13:39:47 +02:00
Mario Basic
bb4fd0d176 Options completed. 2015-06-18 00:29:14 +02:00
Mario Basic
c89ff104ea Started working on SitesList component for accepting user input and validation. 2015-06-17 18:32:36 +02:00
Mario Basic
2e64a56de2 Added tests for helpers and components. All react components are now ES5. 2015-06-17 18:15:20 +02:00
Mario Basic
a4fe94ac75 Completely rewrote options script. 2015-06-17 17:48:48 +02:00
Mario Basic
2a1801c560 Fixed some bugs. 2015-06-14 13:03:55 +02:00
Mario Basic
350110742e Added total time logged today. Changed UI. 2015-06-14 12:33:21 +02:00
Mario Basic
b8ca450969 Major optimizations. Added a function for extension state. Tooltip is now being change also. 2015-06-13 22:07:39 +02:00
Mario Basic
3331d187b6 Added config for extension, updated a lot of things to use config. Updated icons. 2015-06-13 19:27:35 +02:00
Stephen Rodriguez
e521128d01 added jshint comment for esnext to react pages 2015-06-12 15:59:00 -04:00
Stephen Rodriguez
e37ce1496b fixed issue with tests. ES6 classes requires class vars to be established in the constructor 2015-06-10 14:45:09 -04:00
Mario Basic
2d3d888125 Added button for enabling disabling logging. 2015-06-07 23:42:14 +02:00
Mario Basic
a2ed4e5acd Minor optimizations. 2015-06-07 21:53:47 +02:00
Mario Basic
af4c748763 Hearbeats now work. Moved checkAuth from Wakatime react class to main wakatime class. 2015-06-03 21:08:52 +02:00
Mario Basic
d44bda3767 Removed extra code for gravatar. Instead using the photo from the wakatime api. 2015-06-02 23:34:49 +02:00
Mario Basic
40900759d8 Auth now works. Added user profile panel with gravatar. 2015-05-29 02:08:19 +02:00
Mario Basic
fe62decf07 Added options with blacklist and theme. Created a function for changing the extension icon color. 2015-05-27 23:03:32 +02:00
Mario Basic
5b966014c4 Created a project structure and build system with basic layout design. 2015-05-26 17:58:33 +02:00