1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-07-15 23:54:29 +02:00
Commit Graph

429 Commits

Author SHA1 Message Date
16e21c74ac Cleanup card sort logic 2020-11-09 10:02:09 -08:00
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
27ba0cc6c5 Remove unused router from the web.Server struct 2020-11-09 18:23:41 +01:00
1111bd337a Add API client, integration tests structure and server lifecycle changes 2020-11-09 13:23:15 +01:00
98e07214e8 Tidy up makefile and readme 2020-11-07 10:50:34 -08:00
7d2d1c252a Detect if incemental update resulted in changes 2020-11-06 15:10:36 -08:00
c00902cb6b Filter relevant updates 2020-11-06 14:07:04 -08:00
0cca55126c npm run fix 2020-11-06 12:50:25 -08:00
234676698e Fix card title change 2020-11-06 12:49:17 -08:00
b86372f96b Use default sort order for ties (stable sort) 2020-11-06 12:48:11 -08:00
1378b4d2b4 Lower notification delay from 200 to 100ms 2020-11-06 12:00:05 -08:00
9a40ada10d Handle delete boards correctly 2020-11-06 11:59:40 -08:00
1acdeafc83 Merge pull request #22 from mattermost/incremental-updates
Incremental updates
2020-11-06 11:13:45 -08:00
4a7bf165c4 cleanup 2020-11-06 10:20:03 -08:00
40623db4c5 Sync on reconnect 2020-11-06 10:17:33 -08:00
0d0bc7a672 Incremental updates on websocket 2020-11-06 10:11:01 -08:00
3c68a97451 npm run fix 2020-11-04 11:24:06 -08:00
0c9f0f0240 Allow sort by name (title) in menu 2020-11-04 11:21:09 -08:00
d1ece53731 Show sort indicator in table header 2020-11-04 11:04:30 -08:00
4beb03b197 Fix select menu label overflow 2020-11-04 08:56:34 -08:00
7368edc160 Improving the value selector performance, only initializing it on activation 2020-11-04 11:50:18 +01:00
31cd68bade Fix octo-block css 2020-11-03 16:49:13 -08:00
e0bcb5ee60 Put sort and groupBy menu icons on right 2020-11-03 16:45:07 -08:00
2232d531ee Fix MarkdownEditor css 2020-11-03 16:38:16 -08:00
b8dce8a110 Sidebar handler mehod signatures 2020-11-03 16:21:35 -08:00
fb5b7ed0d4 Move octoserver.exe to bin 2020-11-03 16:12:39 -08:00
1d843b39d9 Cleaned up makefile names and renamed Linux binary 2020-11-03 15:04:04 -08:00
bb14144b05 Merge branch 'main' of github.com:mattermost/mattermost-octo-tasks into main 2020-11-03 14:37:39 -08:00
dba3a03669 Windows app 2020-11-03 14:37:29 -08:00
0be3e36313 Fix build break 2020-11-03 11:15:16 -08:00
74de574525 Making propertyMenu a pure widget 2020-11-03 19:35:24 +01:00
e55e5fa2a4 Merge pull request #21 from mattermost/resize-columns
Resize table columns
2020-11-03 07:57:19 +01:00
2fb38dda0a Resize table columns 2020-11-02 15:47:45 -08:00
3ae9b2fc1f Merge pull request #20 from mattermost/gitignore
Adding some files to gitignore
2020-11-02 20:51:09 +01:00
aee8d8ab5f Adding some files to gitignore 2020-11-02 10:24:23 -08:00
5269175248 Fix add board 2020-11-02 09:46:35 -08:00
4ed2e02fef Make webhook calls async 2020-11-02 09:07:05 -08:00
ae1b23b022 Fixing some linter errors 2020-11-02 11:20:00 +01:00
f0f455c61d Fixed the icons in the board headers 2020-11-02 11:17:50 +01:00
a71f7d6b13 Removing general hover classes and moving them into each component css 2020-11-02 10:46:28 +01:00
c53ab6423f Improving the dots icon in the value selector 2020-11-02 10:19:40 +01:00
2842e19a3b Removed all the octo-button usages and replaced them with Button 2020-11-02 07:47:52 +01:00
28568db1bf Almost removed all the octo-button class 2020-11-01 17:35:25 +01:00
f658f6654e Removing more octo-button usages 2020-11-01 17:25:39 +01:00
e2b45da9d0 Migrating some octo-button class divs into Button objects 2020-11-01 16:35:49 +01:00
1b19819141 Using more widely the Button and IconButton components 2020-10-31 17:30:56 +01:00
de1a9f5427 Adding icon button component 2020-10-31 16:55:32 +01:00
88a87d790a migrating filter component to use the Button component 2020-10-31 16:46:58 +01:00
9a7c613022 Improving a bit the icon selector moving it to a component 2020-10-31 16:41:11 +01:00
e93f95bf62 Moving the buttons icon into the button widget 2020-10-31 16:00:28 +01:00