Commit graph

38 commits

Author SHA1 Message Date
Rupin Khandelwal
fee65df163 clean up 2022-11-06 19:31:39 -03:00
Rupin Khandelwal
4e1e68e9a3 Drag and Drop feature 2022-11-06 19:30:18 -03:00
Satindar Dhillon
29b35d6363 declare recentSearches as unknown array to avoid type error 2022-10-03 08:31:50 -07:00
Rupin Khandelwal
f1e7a2ed87 Adding openMenu method on focus of the Search input Field 2022-09-27 09:13:32 -05:00
Rupin Khandelwal
3908e456f2 polish and clean up code 2022-09-16 17:17:11 -06:00
Rupin Khandelwal
c2cc8db12c Added Clear selection method to clear the input search field when clicked on X 2022-09-16 17:09:34 -06:00
Rupin Khandelwal
95ce2d72ab Making sure that search input has atleast one letter to save in local storage 2022-09-15 11:20:45 -06:00
Rupin Khandelwal
fcca0e508b cleaning up CSS around List and List Items and spans 2022-09-15 11:17:04 -06:00
Rupin Khandelwal
0d2f8fd043 More clean up on the CSS since now the menu dropdown is better aligned 2022-09-15 10:53:45 -06:00
Rupin Khandelwal
2e58250779 controlling height of List, adding scrollbar on overflow 2022-09-15 10:43:30 -06:00
Rupin Khandelwal
c6980fa843 Adding onClick on X on the Menu list items, fixing layout and moving props of Downshift - that fixed the layout and click events 2022-09-15 10:40:50 -06:00
Rupin Khandelwal
e6ef9c98ca Fixing list view for longer texts and layout 2022-09-15 09:04:06 -06:00
Rupin Khandelwal
a01194d780 Adding layout for the dropdown- CSS for the icons and text alignment 2022-09-12 16:48:23 -06:00
Rupin Khandelwal
4de634a4ea Adding the icons and CSS for the dropdown - Search 2022-09-12 16:25:31 -06:00
Rupin Khandelwal
cd97ff0ebb cleaning up comments related to searchTerm 2022-09-08 17:20:06 -06:00
Rupin Khandelwal
2556fda6da commenting out searchTerm from the file, leveraging inputValue, setting up localStorage with data, loading the data in the dropdown, selection of the field 2022-09-08 17:18:21 -06:00
Rupin Khandelwal
173f543de0 CSS clean up and removing commented out code that is not needed 2022-09-08 17:08:12 -06:00
Rupin Khandelwal
04b6d8f6ea added filter functionality to the list 2022-09-08 15:01:32 -06:00
Rupin Khandelwal
589f99b6cb some more polish around the list CSS 2022-09-08 14:37:41 -06:00
Rupin Khandelwal
89b54bc20c updated local storage to populate search dropdown and background color for highlighted index 2022-09-08 14:18:01 -06:00
Rupin Khandelwal
0e91aeb2c7 adding the basic css to display the list 2022-09-06 15:34:22 -06:00
Rupin Khandelwal
b739945a02 Added some functionality leveraging downshift but nothing visually set it yet 2022-09-03 18:09:14 -06:00
Rupin Khandelwal
666329bdb2 Saving the search query in the local storage 2022-08-31 22:58:27 -05:00
Rupin Khandelwal
04acffd668 Adding Packages - downshift and recent searches and basic code 2022-08-31 22:04:45 -05:00
Jackson Harper
c07ed75d1f Button alignment 2022-08-19 15:23:25 +08:00
Jackson Harper
431a36ff2e Make avatar layout match designs 2022-08-19 15:04:32 +08:00
Jackson Harper
1aa0780e29 Use a masonry layout for the library layout 2022-08-19 14:53:01 +08:00
Jackson Harper
fec6a03945
Merge pull request #1100 from omnivore-app/fix/1092
Fix/1092 - Semi Bold font for Menu Items
2022-08-19 13:26:45 +08:00
Rupin Khandelwal
0a9d4a472f Fix/1092 - Semi Bold font for Menu Items 2022-08-18 16:55:04 -05:00
Rupin Khandelwal
e016da47de Fix: 1091 Added padding on the left menu 2022-08-18 16:44:02 -05:00
Rupin Khandelwal
7a19d613ac Added CSS to make Menu scrollable 2022-08-17 16:12:21 -05:00
Jackson Harper
bf63ec61cb Fix empty arrow function 2022-08-16 17:20:21 +08:00
Jackson Harper
0c27f5445d Remove empty arrow function 2022-08-15 14:53:57 +08:00
Jackson Harper
bd89ee4e17 Handle changing the list layout and search term using a coordinator pattern 2022-08-15 14:44:05 +08:00
Jackson Harper
b6d58d15be Make the library layout toggles into buttons 2022-08-15 12:13:25 +08:00
Jackson Harper
e2a04c0ea6 Improve layout of library page headers 2022-08-15 10:37:26 +08:00
Jackson Harper
745416d5f1 Fix empty arrow function 2022-08-12 12:07:49 +08:00
Jackson Harper
695a9ce649 Add page with new library layout 2022-08-11 17:36:09 +08:00