-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathz.todo
34 lines (31 loc) · 1.72 KB
/
z.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
27
28
29
30
31
32
33
34
Todo:
☐ fix navigation for keyboard/vimium
☐ don't animate height , need clip or ?
☐ style menu and buttons ( mobile bottom )
☐ hide menu when click image
☐ safety toggle to remove favorites like confirm y/n?
☐ save some recent to load when cores or fetch fails or fav fall back?
☐ return recent and error msg
☐ max char limit for desc
☐ close button after card animation
☐ hide seen by default
WishList:
☐ remake animation for seen all
☐ add copy menu - link - image - save favorites - goto original
☐ better header with animated order text
☐ have seen button toggle on length or reactively filter (hide new seen)
☐ proper overlay with bind:click passed through component to App.svelte
☐ add scroll trigger with lazy load?
Archive:
✔ remake buttons for favorites @done(21-01-18 21:14) @project(Todo)
✔ working favorites with local storage @done(21-01-18 21:15) @project(Todo)
✔ add favorites @done(21-01-18 00:35) @project(Todo)
✔ loading icon or animation @done(21-01-18 00:34) @project(Todo)
✔ add and test easing on animations @done(21-01-18 00:34) @project(Todo)
✔ copy link working started on menu @done(21-01-16 23:29) @project(Todo)
✔ convert count emoji / copy button to element @done(21-01-16 20:10) @project(Todo)
✔ hasSeen working with keyed each @done(21-01-16 19:54) @project(Todo)
✔ once moved rename and make proper header @done(21-01-03 21:57) @project(Todo)
✔ sort functions for haveSeen/recent/popular. @done(21-01-01 23:17) @project(Todo)
✔ move project out of template make new repo and remove code @done(20-12-27 21:53) @project(Todo)
✔ add localstorage for viewed/check against value @done(20-12-29 00:28) @project(Todo)