AbdelrhmanNile
26320c5909
changing color palette to onedark, replacing bing with brave search engine, changing timezone and weather location
2021-11-10 20:18:01 +02:00
Deepjyoti Barman
a12b03ad6b
Add function to update the autocomplete highlight color
2021-04-24 18:33:02 +05:30
Benji Hooper
94894c7e6f
Include additional configuration for the line divider and the weather
2021-04-16 22:33:07 +01:00
Benji Hooper
8b7e59ca50
Make some background colors and text colors configurable through new style configuration object
2021-04-16 17:51:17 +01:00
Deepjyoti Barman
53198646bb
Add ability to pass URL for the card title
2020-11-30 13:23:39 +05:30
Deepjyoti Barman
f07ac80030
Make the settings button optional
...
The settings button will now be optional and will be enabled through the
config. If it is disabled, it will not be shown in the page.
By default, it is disabled, since adding it might ruin the look of the
startpage for a lot of users.
2020-09-17 11:41:06 +05:30
Reese
719be38d48
Merge branch 'master' into patch-1
2020-09-14 09:13:43 -05:00
Reese
7f888c0724
cleaning up if statement
...
resolving comment by @deepjyoti30`
2020-09-14 08:45:35 -05:00
Deepjyoti Barman
c536886eb9
Add support for keybinding for settings
...
The settings menu will now be shown if the ctrl+, is pressed. This fixes
the issue of no way to get Settings if the search bar is hidden.
2020-09-14 18:16:35 +05:30
reesericci
1b9133db1b
quick patch, make things simpler
2020-09-09 18:25:58 -05:00
reesericci
561e7cf491
Make gear cog work with closing settings.
2020-09-09 18:13:40 -05:00
reesericci
19827e2957
Add settings cog (for real)
2020-09-09 12:54:02 -05:00
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
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
d56530b744
Removed temporary changes used to test on localhost.
2020-06-06 12:23:53 +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
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
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
73ec55ac4c
Made the temperature value integer.
2020-05-15 23:15:58 +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
3e60a8423e
Merge branch 'master' of github.com:deepjyoti30/startpage
2020-05-14 18:12:25 +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
4f028a77c6
init modal stuff.
2020-05-14 11:58:14 +05:30
deepjyoti30
aa92ede1ed
Moved hardcoded URL's to main.js instead of config.
2020-05-14 11:42:08 +05:30
Haider Ali Punjabi
576f08df0b
Added Search Engine config to config.json
2020-05-14 11:27:18 +05:30
Haider Ali Punjabi
d4bcb6f4c0
Added Search Engine config to config.json
2020-05-14 11:22:21 +05:30
Haider Ali Punjabi
2706339c9d
Added Search Engine Config to config.json
2020-05-14 10:43:01 +05:30
deepjyoti30
dacf4cff22
Made search bar optional as well.
2020-05-13 12:49:29 +05:30
deepjyoti30
ad111363cb
Added some more colors for the cards.
2020-05-13 12:14:50 +05:30
deepjyoti30
ea8dd5e4dc
Updated the logic to write minutes.
2020-05-13 12:09:08 +05:30
deepjyoti30
4a50ac0d42
Added date to the startpage and option to disable it.
2020-05-13 11:57:16 +05:30
deepjyoti30
8babc4becc
Added option to hide the welcome message.
2020-05-13 11:28:18 +05:30
deepjyoti30
4fc71fd0f6
Fixed some bugs related to username.
2020-05-12 23:26:10 +05:30
deepjyoti30
8f12751c89
Added reading from config.
2020-05-12 23:21:51 +05:30
deepjyoti30
f37e24e770
Added icon.
2020-05-12 22:24:45 +05:30
deepjyoti30
5e33c26759
Added manifest to make it work like a chrome extension.
2020-05-12 22:19:12 +05:30
deepjyoti30
aee78c2646
Changed the font size of the welcome message.
2020-05-12 21:15:58 +05:30
deepjyoti30
c18b2321f2
Added a message.
2020-05-12 20:56:41 +05:30
deepjyoti30
2953006982
git init
2020-05-12 19:21:50 +05:30