Commit Graph

265 Commits

Author SHA1 Message Date
Chen-I Lim
6b684a6eb7 Test code: Add multiple cards 2020-10-13 22:24:03 -07:00
Chen-I Lim
0b53e083dc Add mapstructure for dbconfig in config.go 2020-10-13 22:14:08 -07:00
Chen-I Lim
c218e5b637 Merge branch 'main' into chen 2020-10-13 21:34:53 -07:00
Chen-I Lim
c486ed00be cleanup IBlock.properties refactor 2020-10-13 21:31:47 -07:00
Chen-I Lim
4db40c310e cleanup 2020-10-13 21:26:48 -07:00
Chen-I Lim
20883bb900 Merge branch 'main' into chen 2020-10-13 21:21:03 -07:00
Chen-I Lim
216f087dea Refactor IBlock property as map 2020-10-13 17:00:16 -07:00
Chen-I Lim
82055bd76c Refactor block properties as map 2020-10-13 16:49:29 -07:00
Chen-I Lim
a84ff6901a Initial implementation of sidebar. 2020-10-13 14:42:20 -07:00
Chen-I Lim
d8f686ac42 Remove boardspage 2020-10-13 14:38:20 -07:00
Chen-I Lim
42d3d657c6 Allow sidebar without active board
Redirect to /board as default
2020-10-13 14:36:29 -07:00
Chen-I Lim
1a9b2a3b5e Export / import archive from sidebar 2020-10-13 14:22:04 -07:00
Chen-I Lim
43eefd7365 css 2020-10-13 14:12:20 -07:00
Chen-I Lim
5e7712d9f2 Sidebar - click on options button shouldn't trigger change board 2020-10-13 14:10:33 -07:00
Chen-I Lim
61a6bac9dc Wider table title cell 2020-10-13 14:06:20 -07:00
Chen-I Lim
5074279bc5 flex: 0 0 auto; 2020-10-13 14:02:57 -07:00
Chen-I Lim
9069ae0af9 Make board and table scroll using flexbox 2020-10-13 13:43:35 -07:00
Chen-I Lim
29c214b3ab todo 2020-10-13 11:36:27 -07:00
Jesús Espino
82b5a52abe Adding missed fields 2020-10-13 20:16:44 +02:00
Chen-I Lim
aa1223923d Make board scrollable. WIP 2020-10-13 08:27:23 -07:00
Chen-I Lim
7f23f9dc41 Sidebar full height with scroll 2020-10-12 21:36:49 -07:00
Chen-I Lim
67bd243718 Sidebar: delete board 2020-10-12 19:45:57 -07:00
Chen-I Lim
8ac37839a6 Sidebar: Switch to board when adding 2020-10-12 19:28:15 -07:00
Chen-I Lim
057007d21c Switch board - attach listener to new board 2020-10-12 19:21:58 -07:00
Chen-I Lim
c92f5a8ec0 Sidebar full height 2020-10-12 19:17:37 -07:00
Chen-I Lim
7668dea023 Sidebar: showBoard 2020-10-12 12:23:28 -07:00
Chen-I Lim
7791b885a6 Sidebar: add board. WIP 2020-10-12 12:01:00 -07:00
Chen-I Lim
e29d2ef9ba Sidebar style 2020-10-12 11:40:09 -07:00
Chen-I Lim
316ad45020 Sidebar. WIP 2020-10-12 11:02:07 -07:00
Chen-I Lim
e227d384d2 Refactor boardPage: Move page frame layout to code 2020-10-12 10:04:06 -07:00
Chen-I Lim
fec32947bb Cleanup boardPage - layout page frame in code 2020-10-12 10:01:58 -07:00
Chen-I Lim
b5053c5292 Show sort direction on sort menu 2020-10-12 09:37:53 -07:00
Chen-I Lim
04d4a7beb0 cleanup 2020-10-12 09:33:03 -07:00
Chen-I Lim
63c7763b41 Refactor: Move sort menu to OctoUtils 2020-10-12 09:32:36 -07:00
Chen-I Lim
187df20be7 Show sort direction in sort menu 2020-10-12 09:29:49 -07:00
Chen-I Lim
c6a0f7f3e9 Show selected property on sort menu 2020-10-12 09:22:12 -07:00
Chen-I Lim
860eeeb607 Merge branch 'main' into chen 2020-10-12 09:03:31 -07:00
Chen-I Lim
87413c3ad9 Text search 2020-10-12 08:58:12 -07:00
Chen-I Lim
e3dc339be3 WebSocket comments 2020-10-12 08:57:49 -07:00
Chen-I Lim
92882fee5f Case-insensitive search 2020-10-12 08:55:59 -07:00
Chen-I Lim
ae93fe22ce Add Go WebSocket method comments 2020-10-12 08:52:40 -07:00
Chen-I Lim
54852cd5f2 Merge branch 'main' into chen 2020-10-09 11:15:54 -07:00
Chen-I Lim
d4aaef305d Initialize websocket listeners 2020-10-09 10:44:12 -07:00
Chen-I Lim
93028db7b5 Fix botched merge. 2020-10-09 10:30:05 -07:00
chenilim
a344165b68
Merge pull request #3 from mattermost/websockets
Preparing websockets to move to another package
2020-10-09 10:27:38 -07:00
chenilim
7d3f272f25
Merge branch 'main' into websockets 2020-10-09 10:27:04 -07:00
Chen-I Lim
1dca9af576 go get dependencies in make prebuild (refactor later)
Update readme
2020-10-09 10:25:05 -07:00
chenilim
30449fb1f3
Merge pull request #2 from mattermost/config-to-viper
Simplifying config using viper
2020-10-09 10:22:41 -07:00
Jesús Espino
8396303932 Working on some structure to use react-router 2020-10-09 17:10:26 +02:00
Jesús Espino
0930fe44f6 Adding the option to have sass aside the component 2020-10-09 14:02:19 +02:00