Commit Graph

78 Commits

Author SHA1 Message Date
Reese
ed05c47d99 Add --settings as a valid query
--setting is kinda weird so I made --settings a valid query.
2020-09-09 07:27:12 -05:00
Deepjyoti Barman
d9ca19ada6 Fix bug with autocomplete showing same option more than once
Autocomplete menu had a bug that showed the same item more than once as
the user kept on typing. The issue is now fixed since the way the items
are closed is reworked and is solidly working all right.
2020-08-28 13:39:39 +05:30
Deepjyoti Barman
b3c301e27a Update README to point to the Wiki
The guides are moved from the README to the Wiki now with the README
pointing to everything in the wiki.
2020-08-28 12:26:18 +05:30
deepjyoti30
0e83664295 Add a new field message to config.json
The greeting message can now be set to a custom static message.

The field in the config required is `message` and it needs to be a
string. If the string is not empty, it will be shown instead of the
default greet message.

In order to disbale it, the field needs to be omitted or set to an empty
string like `""`.
2020-08-10 15:56:25 +05:30
deepjyoti30
aaf8b63af6 Fix a bug related to arrow keys on suggestions 2020-08-10 15:35:15 +05:30
deepjyoti30
45e624e907 Fix a bug related to overlay of the suggestions
The suggestions div has a certain amount of padding that create a div
kind of object when the entered content doesn't match anything, however
this was creating an issue for the settings page.

Fixed that bug by hiding that div when the settings page is opened
2020-08-10 15:31:31 +05:30
deepjyoti30
350caf0022 Made some visual changes but need to work on some searches occuring more than once. 2020-07-08 21:39:51 +05:30
deepjyoti30
41852129a6 Fixed the issue with the click not opening the shortcut. 2020-07-05 13:47:50 +05:30
deepjyoti30
cbfddba907 Init autocomplete. Still needs some testing and fixes. 2020-07-04 22:42:45 +05:30
deepjyoti30
8366d2e714 Merge branch 'master' of github.com:deepjyoti30/startpage 2020-07-04 18:37:55 +05:30
Deepjyoti Barman
c9e18a56c8 Merge pull request #25 from reesericci/patch-1
Remove the broken AMO link.
2020-07-04 18:27:59 +05:30
Reese
34acddedaa Remove the broken AMO link. 2020-07-04 07:54:33 -05:00
deepjyoti30
8a94d6d112 Typo in README. 2020-06-06 12:29:35 +05:30
deepjyoti30
d56530b744 Removed temporary changes used to test on localhost. 2020-06-06 12:23:53 +05:30
deepjyoti30
0d3ec6be71 Formatted the collapsable part properly. 2020-06-05 20:36:53 +05:30
deepjyoti30
467f2e9ae0 Added instructions to customize the squares. 2020-06-05 20:26:34 +05:30
deepjyoti30
bad263d5b1 Merge branch 'master' of github.com:deepjyoti30/startpage 2020-06-05 20:10:30 +05:30
deepjyoti30
a7a4d6ce08 Added support to change colors of each block. 2020-06-05 20:09:33 +05:30
deepjyoti30
4b521b5a60 Added utility to see if passed color is valid. 2020-06-05 19:13:43 +05:30
Deepjyoti Barman
21fb6ec091 Merge pull request #21 from dannyherstell/master
add Ecosia as searchengine
2020-05-26 12:07:19 +05:30
Danny Herstell
d09cb3971b add Ecosia as searchengine
extend version to semver 0.1.1
2020-05-25 22:01:10 +02:00
deepjyoti30
ffe3e6da5c Added support for timezone. 2020-05-20 16:35:41 +05:30
Deepjyoti Barman
0d0e8c03dd Merge pull request #17 from MatiasFI/patch-1
Margin fix in case the squares are  below each other
2020-05-19 11:55:26 +05:30
Matias
105cf985e6 Update main.css 2020-05-18 22:17:39 +03:00
Deepjyoti Barman
3cb54d7509 Merge pull request #11 from reesericci/patch-1
Why build & sign for firefox
2020-05-16 20:27:49 +05:30
Reese
193d326ed0 Why build & sign for firefox 2020-05-16 09:56:14 -05:00
Deepjyoti Barman
abdf70864e Merge pull request #10 from reesericci/patch-1
Grammar fix
2020-05-16 20:19:49 +05:30
Reese
3240609a7f Grammar 2020-05-16 09:47:30 -05:00
deepjyoti30
929d3aab9b Updated README with Wiki link. 2020-05-16 20:13:04 +05:30
deepjyoti30
c0bd3d78d5 Updated README with add on status on mozilla store. 2020-05-16 20:02:58 +05:30
deepjyoti30
41f465ad94 Added a line before kofi part. 2020-05-16 13:14:00 +05:30
deepjyoti30
4f618a96b6 Updated README with changes. 2020-05-16 13:12:11 +05:30
deepjyoti30
95fde6f0ec First release v0.1 0.1 2020-05-16 12:53:15 +05:30
deepjyoti30
5cf7318c5c Updated README with changes. 2020-05-16 12:21:05 +05:30
deepjyoti30
e24a6638cc Adding support to use the storage API for browsers. 2020-05-16 11:38:50 +05:30
deepjyoti30
40fedd9c78 Init stuff to use storage. 2020-05-16 01:40:35 +05:30
deepjyoti30
1083a14548 Disable weather by default. 2020-05-15 23:17:06 +05:30
deepjyoti30
73ec55ac4c Made the temperature value integer. 2020-05-15 23:15:58 +05:30
deepjyoti30
e73ecaab4a Updated README with instructions related to values availabe in config.json 2020-05-15 23:11:32 +05:30
deepjyoti30
4a96ec2b92 Fixed a bug related to fahrenheit. 2020-05-15 22:56:48 +05:30
deepjyoti30
ff8622f185 Added weather 2020-05-15 22:52:13 +05:30
deepjyoti30
501cb6df47 Revert "Added signed xpi for firefox users."
This reverts commit eb1b1739f1.
2020-05-14 19:17:57 +05:30
deepjyoti30
2745dd99ef Updated instructions to install on Firefox. 2020-05-14 19:15:48 +05:30
deepjyoti30
eb1b1739f1 Added signed xpi for firefox users. 2020-05-14 19:13:31 +05:30
deepjyoti30
fc9f4ec35b Added instructions about the extensions future. 2020-05-14 18:43:36 +05:30
deepjyoti30
3e60a8423e Merge branch 'master' of github.com:deepjyoti30/startpage 2020-05-14 18:12:25 +05:30
Deepjyoti Barman
59e08cf4c7 Merge pull request #6 from haideralipunjabi/master
Improved update time code, and added option to disable 24 hour
2020-05-14 18:10:43 +05:30
Haider Ali Punjabi
3753549a85 Improved update time code, and added option to disable 24 hour 2020-05-14 15:34:41 +05:30
deepjyoti30
57b2057eab Some more stuff to the settings div. 2020-05-14 12:14:04 +05:30
deepjyoti30
4f028a77c6 init modal stuff. 2020-05-14 11:58:14 +05:30