-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
26 lines (22 loc) · 943 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
BATCH A
- minimize mainWindow when app is started
- make persistent window spawn on the first screen (in case of multiple screens)
- make persistent window movable, with the mouse
BATCH B
- let search button disappear after click
- let searched word div move up to create more space for result
- increse result div container to be responsive to result length
- customize scroll bar to blend with window
BATCH C
- Let search button show up, anytime a new word is highlighted
- Add cancel button in case of mistake highlight
- Increate inactivity wait time
- Modify inactive function to detect mouse over window as being active
BATCH D
- add loader, after search button has been clicked
- dont display if more than one word is highlighted
- edit gifs to remove that last frame with bg, to take care of glitching effect
BATCH E
- Error Handling
- let refresh window be smoother
- Optimize python server responsible for dictionary API query