Skip to content

Commit

Permalink
(Closes #32) Responsive Redesign
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Yang committed May 6, 2017
1 parent 28e1016 commit aa2ef32
Show file tree
Hide file tree
Showing 12 changed files with 771 additions and 1,045 deletions.
17 changes: 13 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,17 @@
All notable changes to this project will be documented in this file.
This project tries to adhere to [Semantic Versioning](http://semver.org/).

## 1.3.0 - 2017-03-25
## 2.0.0 - 2017-03-26
### Changed
- Updated moment.js to version 2.18.1
- Updated jquery-ui.js to version 1.12.1
- Minified pubsub.js
- Implemented flex-box on lots more elements
- Made Prioritab responsive
- Redesigned a lot of things
- Edited some of the .js files to make them smaller/more efficient
- Redesigned squaredThree to use fa-check
- Changed default colors to be the same as Currently
- Aligned everything using units relative to browser's default font size (normally 16px)
- This caused some elements to move around a little
- Moved sortaeditalist.js to \lib

## 1.3.0 - 2017-03-25
### Added
Expand All @@ -15,6 +21,9 @@ This project tries to adhere to [Semantic Versioning](http://semver.org/).
### Changed
- Colpick to [Momo Kornher's fork](https://github.com/mrgrain/colpick), which is the most patched
- Minified Colpick js and css
- Updated moment.js to version 2.18.1
- Updated jquery-ui.js to version 1.12.1
- Minified pubsub.js

## 1.2.4 - 2017-03-25
### Changed
Expand Down
32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Prioritab
A new tab page that emphasizes setting priorities.

Set your priorities for the day, week and month, and be reminded about them every time you open a new tab!

## FAQ
### How do I edit a task?
Step 1: Double click on the text of the task you want to edit

### How do I move tasks between different priorities?
Step 1: Simply drag and drop the task to your preferred priority

### How do I change color?
Step 1: Click on Customization (cogs) in the bottom left corner

Step 2: Click on the respective button for the thing you want to change (eg. Background)

Step 3: Use the color picker to select the color you want, or use the RGB, HSB or HEX fields to put in a specific color

Note: To restore the colors to default, simply click the "Restore default colors" button

### How do I use Prioritab in Incognito Mode?
Step 1: In the upper right hand corner of Google Chrome, click on the hamburger menu (three stacked dots)

Step 2: From the drop-down menu, select More tools and then Extensions

Step 3: A list of all extensions will appear. Find the Prioritab card. To enable in Incognito, click the box beside “Allow in Incognito.” To disable an extension, uncheck the box

### How do I uninstall Prioritab?
Step 1: Click on Customization (cogs) in the bottom left corner

Step 2: Click on the "Uninstall Prioritab" button
2 changes: 1 addition & 1 deletion prioritab-bundle/lib/colpick.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions prioritab-bundle/lib/jquery-1.11.1.min.js

This file was deleted.

5 changes: 5 additions & 0 deletions prioritab-bundle/lib/jquery.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit aa2ef32

Please sign in to comment.