GitXplorerGitXplorer
j

candelabra

public
25 stars
6 forks
3 issues

Commits

List of commits on branch master.
Unverified
8fc6f43c6403c4c29f6bc11de79f7e289169820d

Merge branch 'master' into gh-pages

jjtauber committed 11 years ago
Unverified
f6c6c47d6b558c304d3d5aa534d85ffba1a7f5b5

Update README.md

jjtauber committed 11 years ago
Unverified
42e3fc9e1c675ab2b20f5ef101254b76b0cb055a

Update README.md

jjtauber committed 11 years ago
Unverified
9cd2ecb5a5c3e1381f240ce724293cea9b7d2bf2

fixed screenshot url to not need gh-pages

jjtauber committed 11 years ago
Unverified
6774ca4d2ab6095e10be606f5b28420773b25ba2

Merge pull request #3 from gatesphere/gh-pages

jjtauber committed 12 years ago
Unverified
72d24eaca105992316af45f2220fff9a4a3816c9

github pages

ggatesphere committed 12 years ago

README

The README file for this repository.

Candelabra is a browser-based time tracker capable of tracking time on multiple projects and providing for quick switching between which timer is running.

screenshot

It is a single HTML file (using hosted versions of jQuery) that uses localStorage for persisting logs between browser refreshes but it is not intended for long-running time recording. The expected use case is that times would be logged to some other system occasionally and cleared from Candelabra.

You can run it directly from http://jtauber.github.io/candelabra/candelabra.html

For maximum enjoyment, make your browser as narrow as possible and turn off as much chrome as you can (toolbar, status bar, etc).

NOTE: time resolution is in minutes so don't expect the timer to change until a minute has passed.

As of version 0.2, Candelabra has been tested on Safari, Chrome and Firefox.

Authors

  • James Tauber
  • Luke Hatcher

Change Log

0.1

  • initial release

0.2

  • removed external Bootstrap dependency
  • added gradient to project block
  • fixed scrolling issues when projects extend too far
  • added support for mobile devices
  • added iOS application mode when saved to home screen