Commit graph

50 commits

Author SHA1 Message Date
Chen-I Lim
cdb13da950 Fix #66: Maintain view when searching for text 2021-03-08 11:46:46 -08:00
Chen-I Lim
dcba640427 Add author's userId to comment 2021-01-19 14:49:05 -08:00
Chen-I Lim
68f5130098 Refactor: card contentOrder 2020-12-18 12:52:45 -08:00
Chen-I Lim
d3e8c5a6d2 Cleanup attachToBoard 2020-12-11 12:55:23 -08:00
Chen-I Lim
2574027f9c Update unit tests 2020-12-09 19:47:52 -08:00
Chen-I Lim
6faf3cef63 Refactor ViewModel (*Tree) classes 2020-12-09 19:08:07 -08:00
Chen-I Lim
a154ed561a Refactor CardTree: handle missing and deleted cards 2020-12-09 16:07:41 -08:00
Chen-I Lim
0eb5bf33a5 Refactor BoardTree: handle deleted boards 2020-12-09 15:35:01 -08:00
Chen-I Lim
8f441747dd Unit tests: BoardTree 2020-12-07 16:36:02 -08:00
Chen-I Lim
45afa34c72 Unit tests: Refactor FetchMock 2020-12-07 15:40:32 -08:00
Chen-I Lim
832509c766 Unit test: WorkspaceTree 2020-12-07 15:17:04 -08:00
Chen-I Lim
662441f29c Unit tests: OctoClient and CardTree 2020-12-07 14:50:22 -08:00
Chen-I Lim
850f60e1fb Add rootId to blocks. Requires archive export / re-import. 2020-12-03 14:09:48 -08:00
Chen-I Lim
d8d6dfef64 Refactor templates to use mutator.duplicateBoard/Card 2020-11-18 09:52:31 -08:00
Chen-I Lim
f4a350b207 cleanup imports 2020-11-17 14:20:37 -08:00
Chen-I Lim
3961a8a314 Refactor templateCopy 2020-11-17 14:16:53 -08:00
Chen-I Lim
02d26a800a Board templates 2020-11-17 14:11:04 -08:00
Chen-I Lim
8f7e6c0ba5 Organize imports 2020-11-12 18:48:59 -08:00
Chen-I Lim
22e47b4eff Fix linting 2020-11-12 16:25:14 -08:00
Chen-I Lim
58ac99d958 Fix linting 2020-11-12 14:55:55 -08:00
Chen-I Lim
f0afce4197 Fix linting 2020-11-12 14:17:13 -08:00
Chen-I Lim
dec0d0ae29 Sort boards, views, and templates by title 2020-11-12 13:29:04 -08:00
Chen-I Lim
d405f46114 strictNullChecks: Make boardTree, activeView and block.title non-optional 2020-11-12 12:33:05 -08:00
Chen-I Lim
3504dff72e Fix some strictNullChecks 2020-11-12 11:29:48 -08:00
Chen-I Lim
937af1e349 Fix incremental delete 2020-11-11 13:49:25 -08:00
Chen-I Lim
57d7eb35bd Create template from card 2020-11-11 09:21:16 -08:00
Chen-I Lim
289f8f9d30 Card templates 2020-11-10 11:23:08 -08:00
Chen-I Lim
16e21c74ac Cleanup card sort logic 2020-11-09 10:02:09 -08:00
Chen-I Lim
7d2d1c252a Detect if incemental update resulted in changes 2020-11-06 15:10:36 -08:00
Chen-I Lim
c00902cb6b Filter relevant updates 2020-11-06 14:07:04 -08:00
Chen-I Lim
b86372f96b Use default sort order for ties (stable sort) 2020-11-06 12:48:11 -08:00
Chen-I Lim
9a40ada10d Handle delete boards correctly 2020-11-06 11:59:40 -08:00
Chen-I Lim
0d0bc7a672 Incremental updates on websocket 2020-11-06 10:11:01 -08:00
Chen-I Lim
3c68a97451 npm run fix 2020-11-04 11:24:06 -08:00
Chen-I Lim
0c9f0f0240 Allow sort by name (title) in menu 2020-11-04 11:21:09 -08:00
Jesús Espino
0c8d0a214c Adding divider content blocks 2020-10-30 19:06:32 +01:00
Chen-I Lim
25a1ebeda4 Cmd+Shift+Click to extend selection 2020-10-28 13:26:55 -07:00
Chen-I Lim
3ec91d3208 Allow manual ordering of untitled cards 2020-10-28 11:28:23 -07:00
Chen-I Lim
8794145802 Manual card order 2020-10-28 10:46:36 -07:00
Chen-I Lim
775db6c36d npm run fix 2020-10-27 14:00:15 -07:00
Chen-I Lim
48719f16ce Handle missing option id when grouping cards 2020-10-27 12:08:12 -07:00
Chen-I Lim
95955a01f8 Allow no-option column to be hidden 2020-10-26 14:35:45 -07:00
Chen-I Lim
ab10e5dbe6 Map value <-> IDs when changing select properties 2020-10-26 09:31:25 -07:00
Chen-I Lim
816b875257 Drag and drop to hidden columns 2020-10-23 18:29:38 -07:00
Chen-I Lim
93bbc1343a Hide board columns 2020-10-23 15:16:15 -07:00
Chen-I Lim
3317a70138 Refactor card properties to use guids 2020-10-23 12:59:09 -07:00
Chen-I Lim
a8a274ff0f npm run fix and replaced tabs with spaces 2020-10-21 15:03:12 -07:00
Chen-I Lim
277505e6f9 Show views in sidebar 2020-10-21 13:20:00 -07:00
Chen-I Lim
27f8e77033 Move IBlock to block.ts 2020-10-20 18:58:48 -07:00
Chen-I Lim
fb438ac52c reorganize viewModel folder 2020-10-20 18:54:39 -07:00