forked from VoluntaryLabs/Bitpost
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTodo.txt
67 lines (39 loc) · 1.73 KB
/
Todo.txt
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
- cleanup old backups?
- zip export/import?
- finish theming including start page
- fix vertical centering on cell titles/notes when there's no subtitle
- when deleting a channel, delete all messages in it first
todo
- make links in messages clickable but with alert panel
- set up BMNode so actions can be added by UI layer categories
- fix BMMEssageView resizing
- merge address requests?
- BMChannel and subscriptions should not be BMAddressed
- have them own addresses
- have BMChannels/BMSubscriptions have their own DBs
- list of subs and chans from server only indictation whether they are active
- have empty column take up full area
- [or?] have negative suggested width mean "full width"
- replace entered BM addresses with labels in compose window
- warning for critical ops like delete identity
- have action code in UI ask object if a panel is required
- have process check for existance of keys.dat
- if not there, start server, wait until keys.dat is there, bring down
- fix window resize
- select item after add/update
- after a item remove, nav to prev column if column is empty
- move BMServerProcess to be owned by client
- find
- cleanup keys.dat backups
- undo delete
- channel replies should go to channel, not poster? offer option?
- force pastes into compose not to promote to rich text
- possible ref loop with node and BMMessageView?
- cleanup base64 in dicts
- error panel if can't connect to server - option to quit
- compose text color changes for quoted text?
- themable alert sounds
- cleanup sent message isRead - separate SentMessage class
- delloc cached nodeViews when not in use?
- choose default identity
- scroll to visible on selected child index changes (e.g. editing name of contact)