Abdelrhman Nile
97a194d962
Update README.md
2021-11-12 06:50:17 +00:00
AbdelrhmanNile
53d8f1f6b3
fixing some colors
2021-11-12 08:45:23 +02:00
Abdelrhman Nile
246a28e493
Update README.md
2021-11-10 18:37:22 +00:00
AbdelrhmanNile
6ca2898a50
README
2021-11-10 20:35:24 +02:00
AbdelrhmanNile
05df302ecd
README
2021-11-10 20:29:51 +02:00
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
8cad9b0d21
Add theming ability for various aspects of the startpage
...
Add support for theming varisou aspects of the page all from the
config.
Thanks to @benjih for the PR.
0.3
2021-04-24 19:27:31 +05:30
Deepjyoti Barman
3661f92c15
Remove an unnecessary value in config
2021-04-24 18:57:14 +05:30
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
dc818bd2b5
Add styling for the title if it will be a link as well
...
The title in the cards are now optionally clickable. If the `url`
attribute is passed to the square in the config then the title will be
clickable and will open that particular `url`.
If not `url` is passed, it will be a plain old heading without any
link.
2020-11-30 13:25:28 +05:30
Deepjyoti Barman
53198646bb
Add ability to pass URL for the card title
2020-11-30 13:23:39 +05:30
Deepjyoti Barman
a4794fd83d
Bump version to 0.2
0.2
2020-09-17 12:05:08 +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
Deepjyoti Barman
a401ff0b46
Resize the cog icon and change it's look
...
The cog icon looked too large before and the way it looked wasn't too
good. Updated the icons SVG and changed its size.
2020-09-17 11:12:47 +05:30
Deepjyoti Barman
8011f7c029
Move new changes to the scss file
...
Move the new code for the settings cog to the scss file rather than the
css directoly and then let scss fill the css file.
2020-09-17 11:05:41 +05:30
Deepjyoti Barman
20802593b3
Merge pull request #29 from reesericci/patch-1
...
Settings improvements
2020-09-17 11:03:47 +05:30
Reese
75013e7211
remove style attribute
2020-09-15 10:27:57 -05:00
Reese
217fbe8229
set css for cog
...
migrate from style attribute
2020-09-15 10:27:45 -05:00
Deepjyoti Barman
b31d84c68a
Add top margin for the squares
...
The squares kind of stick to the top when there is more than one row of
them. This is fixed by adding a top margin to all the squares.
2020-09-15 20:45:31 +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
4069f27750
Settings cog
...
Add settings cog with onclick. Icon from materialdesignicons.com
2020-09-09 07:59:46 -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
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