7 Commits

Author SHA1 Message Date
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
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
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