Commit Graph

19 Commits

Author SHA1 Message Date
Maxim Baz
949e8fe0da Extract helpers.js (#130)
* Extract helpers.js
* Rebuild background.dist.js and popup.dist.js when helpers change
* Cleanup require definitions
2019-04-21 14:41:14 +12:00
Maxim Baz
aa08dd3817 Add firefox.zip to dist-webstore 2019-04-13 20:18:27 +02:00
Maxim Baz
e993c2d681 Makefile: save sources archive for Firefox web store 2019-04-13 20:08:36 +02:00
Maxim Baz
ddb991148c Switch to armored PGP signatures 2019-04-09 17:31:00 +02:00
Maxim Baz
54c6b5e3ca Include version in released zip and crx files (fixes #82) 2019-04-09 17:20:04 +02:00
Maxim Baz
feb322dbfd Makefile: fix location of the icons (fixes #81) 2019-04-09 17:04:16 +02:00
Maxim Baz
c107b541bd Update source code PGP sig file name 2019-04-09 00:07:48 +02:00
Maxim Baz
d88255e157 Makefile: add dist goal for webstore 2019-04-09 00:01:53 +02:00
Maxim Baz
ad5abdd51c Provide two .crx files as part of a release (#68) 2019-04-04 10:31:32 +02:00
Maxim Baz
b56a2a3dde Create a separate icon for popup with exaggerated features (#65) 2019-04-04 10:30:51 +02:00
Maxim Baz
95b5c6bcf6 Use OpenSans font (#49) 2019-03-30 01:12:24 +01:00
Maxim Baz
20e522a908 Makefile: package source archives for browsers 2019-03-22 21:34:11 +01:00
Maxim Baz
59d215d389 Makefile: keep version in a file 2019-03-19 23:20:34 +01:00
Maxim Baz
c49fedd2a3 Makefile: add dist goal 2019-03-19 22:59:38 +01:00
Maxim Baz
7c2397bbfd Add Firefox make goal (#41) 2019-03-16 01:25:33 +01:00
Maxim Baz
0b908f8ef9 Implement options page (#38) 2019-03-11 12:33:24 +01:00
Maxim Baz
348cf9be1b Dark theme with two-lines design (#28) 2018-10-25 02:33:14 +02:00
Erayd
9ca48cea41 Implement fetch (#4)
* Implement fetch & launch action
* Fix scroll behavior
* Remove horizontal scrollbar
* Add stubs for filling username / password
* Don't pre-filter for chrome:// URLs
* Add inject.js
2018-04-20 00:40:22 +12:00
Erayd
92f2ecea1b Implement search (#3)
* Handle settings response properly
* Change location of default store settings
* Generate chrome extension
* Move popup into its own folder
* Move distribution javascript into new folder
* Remove checkpoint
* Ignore dist JS files
* Rename background source file
* Update clean rule
* Fix make rule for generated files
* Also tidy CSS files
* Implement searching
* Add icon to search bar
* Add copy-password action
* Add copy-user action
* Add launch action
* Button styling
* Send action to backend
* Set targets to .PHONY
* Highlight the first entry
* Allow disabling fuzzy search by starting search with a space
2018-04-19 23:57:51 +12:00