Chen-I Lim
|
70ecdc145f
|
Fix undomanager index bug when redo-ing group
|
2020-11-12 14:57:05 -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
|
951aba1a4d
|
Focus on card title when opening cards
|
2020-11-12 14:06:19 -08:00 |
|
Chen-I Lim
|
0b3fa571a7
|
strictNullChecks
|
2020-11-12 14:06:02 -08:00 |
|
Chen-I Lim
|
dec0d0ae29
|
Sort boards, views, and templates by title
|
2020-11-12 13:29:04 -08:00 |
|
Chen-I Lim
|
a463f6e1be
|
Create board view with new boards
|
2020-11-12 13:24:17 -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
|
44f0a2e65b
|
Fix some strictNullChecks
|
2020-11-12 11:18:19 -08:00 |
|
Chen-I Lim
|
257a74954d
|
Unit tests for store.getSubTree
|
2020-11-12 10:48:08 -08:00 |
|
Chen-I Lim
|
37fd30413b
|
Duplicate board
|
2020-11-12 10:16:59 -08:00 |
|
Chen-I Lim
|
937af1e349
|
Fix incremental delete
|
2020-11-11 13:49:25 -08:00 |
|
Chen-I Lim
|
68c4c07af9
|
Remove highlight on drop to hidden column
|
2020-11-11 09:51:08 -08:00 |
|
Chen-I Lim
|
95164e0cf0
|
cleanup addCardTemplate
|
2020-11-11 09:33:34 -08:00 |
|
Chen-I Lim
|
57d7eb35bd
|
Create template from card
|
2020-11-11 09:21:16 -08:00 |
|
Chen-I Lim
|
ca1c46dbab
|
Save board and card title on Esc
|
2020-11-10 13:19:46 -08:00 |
|
Chen-I Lim
|
ca06bfbba1
|
Menu name margin
|
2020-11-10 11:29:01 -08:00 |
|
Chen-I Lim
|
6445231737
|
Allow nested MenuWrappers to close on item click
|
2020-11-10 11:24:07 -08:00 |
|
Chen-I Lim
|
289f8f9d30
|
Card templates
|
2020-11-10 11:23:08 -08:00 |
|
Chen-I Lim
|
5b07bee7ec
|
Add BlockTypes type
|
2020-11-10 11:20:43 -08:00 |
|
Chen-I Lim
|
506f2cd3bf
|
Fix empty sidebar on fitst load
|
2020-11-10 10:09:08 -08:00 |
|
Chen-I Lim
|
4524a3713e
|
Refactor ContentBlock, fix order logic.
|
2020-11-09 13:06:39 -08:00 |
|
Chen-I Lim
|
48e4cfd102
|
Minor: log.Printf
|
2020-11-09 12:53:25 -08:00 |
|
Chen-I Lim
|
72d3a31954
|
Fix CardDetail state updates
|
2020-11-09 12:05:55 -08:00 |
|
Chen-I Lim
|
1a3cb5a5fb
|
Test helper: distribute cards
|
2020-11-09 10:25:00 -08:00 |
|
Chen-I Lim
|
7ec73468c4
|
Make BoardPage state immutable
|
2020-11-09 10:04:07 -08:00 |
|
Chen-I Lim
|
4079c99666
|
Cleanup drag and drop logic
|
2020-11-09 10:02:54 -08:00 |
|
Chen-I Lim
|
16e21c74ac
|
Cleanup card sort logic
|
2020-11-09 10:02:09 -08:00 |
|
Jesús Espino
|
921de750dd
|
Merge pull request #23 from mgdelacroix/add-client
Add API client, integration tests structure and server lifecycle changes
|
2020-11-09 18:26:46 +01:00 |
|
Miguel de la Cruz
|
27ba0cc6c5
|
Remove unused router from the web.Server struct
|
2020-11-09 18:23:41 +01:00 |
|
Miguel de la Cruz
|
1111bd337a
|
Add API client, integration tests structure and server lifecycle changes
|
2020-11-09 13:23:15 +01:00 |
|
Chen-I Lim
|
98e07214e8
|
Tidy up makefile and readme
|
2020-11-07 10:50:34 -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
|
0cca55126c
|
npm run fix
|
2020-11-06 12:50:25 -08:00 |
|
Chen-I Lim
|
234676698e
|
Fix card title change
|
2020-11-06 12:49:17 -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
|
1378b4d2b4
|
Lower notification delay from 200 to 100ms
|
2020-11-06 12:00:05 -08:00 |
|
Chen-I Lim
|
9a40ada10d
|
Handle delete boards correctly
|
2020-11-06 11:59:40 -08:00 |
|
Chen-I Lim
|
1acdeafc83
|
Merge pull request #22 from mattermost/incremental-updates
Incremental updates
|
2020-11-06 11:13:45 -08:00 |
|
Chen-I Lim
|
4a7bf165c4
|
cleanup
|
2020-11-06 10:20:03 -08:00 |
|
Chen-I Lim
|
40623db4c5
|
Sync on reconnect
|
2020-11-06 10:17:33 -08:00 |
|
Chen-I Lim
|
0d0bc7a672
|
Incremental updates on websocket
|
2020-11-06 10:11:01 -08:00 |
|
Jesús Espino
|
35ebd44d24
|
More work on authentication
|
2020-11-06 16:46:35 +01:00 |
|
Jesús Espino
|
85c8a5a966
|
Merge branch 'main' into auth
|
2020-11-06 15:24:50 +01: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 |
|
Chen-I Lim
|
d1ece53731
|
Show sort indicator in table header
|
2020-11-04 11:04:30 -08:00 |
|
Chen-I Lim
|
4beb03b197
|
Fix select menu label overflow
|
2020-11-04 08:56:34 -08:00 |
|