1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-02-04 19:15:49 +02:00

68 Commits

Author SHA1 Message Date
Chen-I Lim
12595b1632 Merge branch 'main' into singleton-client-and-mutator 2020-10-15 08:33:26 -07:00
Chen-I Lim
de18bf10f8 Update CSS to support MenuWrapper 2020-10-15 08:13:36 -07:00
Jesús Espino
18cb0e8a39 Fixing small compilation problems 2020-10-15 17:03:41 +02:00
Jesús Espino
f4d3440376 Making client and mutator singleton instances 2020-10-15 16:57:43 +02:00
Jesús Espino
b49a760e4d Merge branch 'main' into add-menu-wrapper 2020-10-15 08:52:10 +02:00
Chen-I Lim
9ac8d2b0f9 Fix filter assert 2020-10-14 17:58:11 -07:00
Chen-I Lim
efba614765 Fix text search 2020-10-14 17:40:27 -07:00
Chen-I Lim
5c8d869307 Fix show filters 2020-10-14 17:38:57 -07:00
Chen-I Lim
3c9c5b6aea Refactor IBlock to use fields 2020-10-14 17:35:15 -07:00
Jesús Espino
fb9c237ba0 Migrate a couple of menus using MenuWrapper 2020-10-15 01:49:31 +02:00
Jesús Espino
962c035eab Add MenuWrapper component 2020-10-15 01:18:23 +02:00
Chen-I Lim
96b9d6a5d2 Add generic fields to IBlock 2020-10-14 13:44:35 -07:00
Chen-I Lim
83c040511d Cleanup merge 2020-10-14 12:39:34 -07:00
Chen-I Lim
b202277772 Merge branch 'main' into menu-widget 2020-10-14 12:31:16 -07:00
chenilim
8ae838b0a9
Merge branch 'main' into root-portal 2020-10-14 11:43:14 -07:00
Chen-I Lim
595161eef2 Minor cleanup 2020-10-14 11:36:46 -07:00
chenilim
c7db184141
Merge pull request #4 from mattermost/sass-aside-component
Adding the option to have sass aside the component
2020-10-14 11:31:38 -07:00
Chen-I Lim
3cfad9d027 Cleanup merge of react-router 2020-10-14 11:19:14 -07:00
Jesús Espino
9ac8f63185 Merge branch 'main' into root-portal 2020-10-14 15:26:20 +02:00
Jesús Espino
72cf5e7129 Moving into standard react-router 2020-10-14 15:25:39 +02:00
Jesús Espino
a2c90d3ac6 Merge branch 'main' into structure-to-use-react-router 2020-10-14 13:23:24 +02:00
Jesús Espino
28a0a7110b Keeping old css for buttons 2020-10-14 12:41:55 +02:00
Jesús Espino
304eee5d44 Merge branch 'main' into sass-aside-component 2020-10-14 12:40:45 +02:00
Jesús Espino
bbf9fb10de Finishing the migration of viewMenu into a component 2020-10-14 12:39:41 +02:00
Jesús Espino
4a607df9e8 Sample implementation of the menu widget (some extra work needed) 2020-10-14 12:29:23 +02:00
Jesús Espino
4142f1e07c Adding root portal and initial test machinery 2020-10-14 08:56:46 +02:00
Chen-I Lim
6dc73a83b1 Fix error on sort menu 2020-10-13 22:24:54 -07:00
Chen-I Lim
6b684a6eb7 Test code: Add multiple cards 2020-10-13 22:24:03 -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
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
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