Commit Graph

706 Commits

Author SHA1 Message Date
Jesús Espino
76fda21f17 Improved share board component 2021-04-09 18:37:02 +02:00
Jesús Espino
5a56c40d36 Extracting filterValue from filterComponent in the viewHeader 2021-04-09 18:20:19 +02:00
Jesús Espino
c065067a62 Simplified error page 2021-04-09 17:29:11 +02:00
Jesús Espino
e43e58c71d Simplifying change password page 2021-04-09 17:26:51 +02:00
Jesús Espino
23964c22ae Simplifying register page 2021-04-09 17:13:25 +02:00
Jesús Espino
5cf59d6ff5 Simplifying login page code 2021-04-09 17:00:12 +02:00
Bharat
9e145fea13 Added URL regex match 2021-04-09 01:34:33 +05:30
Bharat
1640923001 Merge branch 'main' into feat/add_url_prop_frontend 2021-04-09 01:25:43 +05:30
Jesús Espino
7320f1e7a1
Merge pull request #238 from jespino/react-dnd
Migrating all drag and drop into react-dnd
2021-04-08 20:19:28 +02:00
Jesús Espino
74e8cb1818 Fixing eslint 2021-04-08 20:13:27 +02:00
Jesús Espino
cfb2da8947 Giving a fixed sidebar with of 250px 2021-04-08 20:09:56 +02:00
Jesús Espino
2d1b76f570 Fixing labels on narrow columns of table view 2021-04-08 18:19:56 +02:00
Jesús Espino
528ba7098a Adding drag and drop to reorder card contents 2021-04-08 15:42:50 +02:00
Jesús Espino
fd970e5c67 Fixing a bug on title disabled new button size 2021-04-08 15:22:29 +02:00
Jesús Espino
d09f55bb94 Avoid dragging images from gallery view 2021-04-08 15:11:30 +02:00
Jesús Espino
1699afa6c1 Merge remote-tracking branch 'origin/main' into react-dnd 2021-04-08 12:41:54 +02:00
Jesús Espino
6383d79ecf Adding property validators 2021-04-08 12:40:55 +02:00
Jesús Espino
b7a14ac838 Adding the title prop to the default gallery view visible properties 2021-04-08 11:32:28 +02:00
Jesús Espino
bbf10858a8 Allow to show/hide title in the gallery view 2021-04-08 11:30:05 +02:00
Jesús Espino
155af1f4b7 Fixing eslint errors 2021-04-08 10:42:16 +02:00
Jesús Espino
962f216426 Fixing drag and drop for touchable devices 2021-04-08 10:40:57 +02:00
Jesús Espino
ccc31fe6c1 Adding enable/disable of sorting 2021-04-08 09:55:16 +02:00
Jesús Espino
aeebe8480d Another tiny detail about table column resizing 2021-04-07 22:57:47 +02:00
Jesús Espino
1fcbf5c04d Improving table column resizing 2021-04-07 22:56:18 +02:00
Jesús Espino
f1673dcc85 Simplifying drag and drop for sorting with my own hook 2021-04-07 22:48:18 +02:00
Jesús Espino
13b8e40f98 Adding drag and drop on table 2021-04-07 22:11:48 +02:00
Jesús Espino
9ba35440e8 Fixing gallery drag and drop 2021-04-07 22:07:48 +02:00
Jesús Espino
75811d7f44 Adding preliminary (not-working) gallery manual sort 2021-04-07 20:18:44 +02:00
Jesús Espino
13dbecc823 Migrating all drag and drop into react-dnd 2021-04-07 19:35:25 +02:00
Jesús Espino
3aecc91fb5 Fixing the buttons in the column headers in the kanban 2021-04-07 19:13:06 +02:00
Jesús Espino
8da9da698c Fixing the max-width of the board header columns inputs 2021-04-07 19:07:27 +02:00
Chen-I Lim
a6347f9741 Handle select properties in search 2021-04-01 10:24:04 -07:00
Chen-I Lim
2a16322492
Merge pull request #222 from BharatKalluri/fix/search_in_properties
Added search in properties of a card
2021-04-01 10:22:15 -07:00
Chen-I Lim
e708f3e8f5 Support Cmd+ alternative to Ctrl+ hotkeys 2021-04-01 09:39:50 -07:00
Bharat
cb6a8a0189 Updated snapshot to include URL in dropdown 2021-04-01 19:09:18 +05:30
Bharat
e71e0c5ef1 Added URL as a property on the frontend 2021-04-01 18:56:42 +05:30
Jesús Espino
ae58abcecb Adding search hotkey ctrl+shift+f 2021-04-01 10:13:02 +02:00
Bharat
0b02ddfc4b Returning early in searchFilterCards fn 2021-04-01 13:26:58 +05:30
Jesús Espino
4feb217994 Migrating the boardpage to use the hotkeys library 2021-04-01 09:09:52 +02:00
Jesús Espino
ad554cc8b9 Migrating dialog to functional component and using react-hotkeys-hook 2021-04-01 09:06:22 +02:00
Jesús Espino
1f67811784 Simplifiying shortcuts using Hotkeys library 2021-04-01 08:57:58 +02:00
Jesús Espino
885fdc2b6a Fixing drag and drop on hidden columns 2021-04-01 08:17:35 +02:00
Chen-I Lim
3b7f5d9b51 System theme support on Safari 2021-03-31 22:03:16 -07:00
Chen-I Lim
679a689d3f Fix #220 2021-03-31 15:08:25 -07:00
Bharat
d8390a8bf3 Search in properties added 2021-04-01 03:27:51 +05:30
Chen-I Lim
e2a9597b78 Update PropertyMenu.Delete id 2021-03-31 14:19:12 -07:00
Bharat
c30534b0c2 intl dialog.tsx 2021-04-01 02:25:05 +05:30
Bharat
bede81a921 Merged changes from main and ran extract 2021-04-01 02:14:02 +05:30
Bharat
534a405f61 Merge branch 'main' into fix/internationlize_hardcoded_strings
# Conflicts:
#	webapp/src/widgets/propertyMenu.tsx
2021-04-01 02:10:44 +05:30
Bharat
06c35dfb96 Intl hardcoded strings in the frontend codebase 2021-04-01 02:09:14 +05:30
Chen-I Lim
c47333948e Rev to v0.6.2 2021-03-31 11:59:07 -07:00
Chen-I Lim
18a240c74c
Merge pull request #218 from mattermost/workspace-title
Workspace title
2021-03-31 07:59:40 -07:00
Jesús Espino
597242090c Adding options menu to the gallery cards 2021-03-31 16:51:11 +02:00
Jesús Espino
16256a41d0 Add selected cards duplication with CTRL+D 2021-03-31 16:03:31 +02:00
Jesús Espino
8af37617ee Improving a bit the gallery 2021-03-31 13:39:12 +02:00
Jesús Espino
b52d599cbd Fixing tiny detail on styles on gallery preview of content of checkboxes 2021-03-31 13:28:17 +02:00
Jesús Espino
bea9c905c7 Removing unneeded import 2021-03-31 13:25:13 +02:00
Jesús Espino
c73aaf09b2 Adjust the gallery new button to the height of the rest of the items 2021-03-31 13:23:38 +02:00
Jesús Espino
1b0613844b Allowing to show properties in the gallery view 2021-03-31 13:22:41 +02:00
Jesús Espino
0890698280 Simplifying a bit the view header 2021-03-31 13:00:04 +02:00
Jesús Espino
933ccce948 Moving horizontalGrip to table folder 2021-03-31 12:53:48 +02:00
Jesús Espino
ccba85bf27 Migrating contentBlock to functional component 2021-03-31 12:32:52 +02:00
Jesús Espino
3bf1b574bc Fixing type checks 2021-03-31 12:24:16 +02:00
Jesús Espino
6adc1cb756 Moving gallery loading/listening to the Gallery component instead to each card 2021-03-31 12:17:52 +02:00
Jesús Espino
41a91fb7b5 Migrating sidebarAddBoardMenu to functional component 2021-03-31 11:45:04 +02:00
Jesús Espino
8222035f5b Extracting boardTemplateMenuItem into its own component 2021-03-31 11:23:26 +02:00
Jesús Espino
6945e09d75 fixing overflow-text in galleryCard 2021-03-31 10:19:50 +02:00
Chen-I Lim
884b658010 Show no board hint with workspace title 2021-03-30 15:50:37 -07:00
Chen-I Lim
7be7bed916 Show workspace title in sidebar 2021-03-30 15:25:16 -07:00
Jesús Espino
afb1d514c5
Merge pull request #199 from BharatKalluri/fix/wrap_board_card_text
Added overflow wrap to boardCard
2021-03-30 23:30:05 +02:00
Chen-I Lim
83ca65a7e6
Merge pull request #217 from mattermost/global-templates
Global template support
2021-03-30 14:25:26 -07:00
Chen-I Lim
3531c8307d Global template support 2021-03-30 14:04:00 -07:00
Jesús Espino
a49688240f Fixing cypress tests 2021-03-30 22:06:39 +02:00
Jesús Espino
ad50065699
Merge pull request #145 from mattermost/system-theme
Add support for system-theme (dark/default)
2021-03-30 21:23:48 +02:00
Jesús Espino
f6e2006cae Merge remote-tracking branch 'origin/main' into system-theme 2021-03-30 21:20:04 +02:00
Jesús Espino
0c5c741b06 Merge remote-tracking branch 'origin/main' into checkbox-content 2021-03-30 20:33:34 +02:00
Jesús Espino
a6d0e4cc0b Fixing cypress tests 2021-03-30 20:33:21 +02:00
Jesús Espino
f5c93e556c Fixing merge problem 2021-03-30 20:30:53 +02:00
Jesús Espino
9127387163 Merge remote-tracking branch 'origin/main' into system-theme 2021-03-30 20:29:10 +02:00
Jesús Espino
951e85ef32 Fixing tests 2021-03-30 20:25:19 +02:00
Jesús Espino
d58adf0582
Merge pull request #216 from jespino/gallery-view
Gallery view
2021-03-30 20:22:19 +02:00
Jesús Espino
2d5738b02a Adding GalleryIcon based on ImageIcon 2021-03-30 20:21:47 +02:00
Jesús Espino
aafc159248 Changing checkbox to functional component 2021-03-30 20:14:08 +02:00
Jesús Espino
18d7e76a68 Adding tests and simplified a bit the code 2021-03-30 20:01:24 +02:00
Jesús Espino
d880595f77 Fixing eslint 2021-03-30 20:01:24 +02:00
Jesús Espino
09a9575dd0 Adding checkbox content type 2021-03-30 20:01:24 +02:00
Jesús Espino
56a3160109 Simplifying markdown editor 2021-03-30 19:52:32 +02:00
Chen-I Lim
50fc52f871 Fix lint issues 2021-03-30 10:11:48 -07:00
Chen-I Lim
db6d496853
Merge pull request #213 from mattermost/file-permissions
Store files per workspace and root block
2021-03-30 10:10:29 -07:00
Jesús Espino
d573f97fe6 Moving the label concept into its own component 2021-03-30 18:57:55 +02:00
Jesús Espino
af3ab4d978 Using the card listener in the gallery 2021-03-30 15:20:37 +02:00
Jesús Espino
6a738a1f12 Fixing types problems 2021-03-30 15:17:23 +02:00
Jesús Espino
69ff6f494d Improving content preview style 2021-03-30 15:17:23 +02:00
Jesús Espino
1b464b67c1 Adding more fixes to the gallery view 2021-03-30 15:17:23 +02:00
Jesús Espino
887e9cecaf Gallery view 2021-03-30 15:17:23 +02:00
Jesús Espino
239fc689d4 Migrating cardDialog to functional component and creating the cardListener hook 2021-03-30 15:15:19 +02:00
Jesús Espino
361c37c1e0 Migrating kanban card to functional component 2021-03-30 14:05:47 +02:00
Jesús Espino
5f07dd52d3 Migrating propertyValueElement to functional component 2021-03-30 14:00:25 +02:00
Jesús Espino
009639b1ea Migrating to menuWrapper to functional component 2021-03-30 13:53:12 +02:00
Jesús Espino
e441c4ee91 Migrating to property menu to functional component 2021-03-30 13:37:47 +02:00
Jesús Espino
b50e96d1d2 Fixing lint error 2021-03-30 13:27:46 +02:00
Jesús Espino
2b9b5cb07f Migrating everything to 1 single editable type 2021-03-30 13:11:56 +02:00
Chen-I Lim
42fd52c13a Fix lint error 2021-03-29 16:34:06 -07:00
Chen-I Lim
9ff340c989 Store files per workspace and root block 2021-03-29 16:27:35 -07:00
Chen-I Lim
aa363041e7 Support worksapce in websocket 2021-03-29 12:31:42 -07:00
Chen-I Lim
98bfd5a57a Allow sharing with workspace 2021-03-29 10:41:27 -07:00
Jesús Espino
94a1a16f5f Fixing eslint error 2021-03-29 15:02:05 +02:00
Jesús Espino
0329406a9c Migrating table row to functional component 2021-03-29 14:47:19 +02:00
Jesús Espino
f2e1d1ba87 Moving filterComponent to the viewHeader folder 2021-03-29 13:03:44 +02:00
Jesús Espino
8c285e5948 Moving comment and commentsList components into the cardDetail folder 2021-03-29 13:01:52 +02:00
Jesús Espino
b4962c3b02 Extracting cardDetailsContentsMenu component 2021-03-29 12:37:59 +02:00
Jesús Espino
3f695b4659 Extracting card detail properties in its own component 2021-03-29 12:27:55 +02:00
Jesús Espino
faf7e6d551 Fixing linter errors 2021-03-29 12:15:12 +02:00
Jesús Espino
24a753b46e Expliting contents list card int its own component 2021-03-29 12:13:54 +02:00
Jesús Espino
0f938d6bd4 Moving cardDetail to its own directory 2021-03-29 12:02:36 +02:00
Jesús Espino
db3dce7e58 Migrating viewHeader to functional component 2021-03-29 11:56:21 +02:00
Jesús Espino
5ad7ed5fc0 Extracting ViewHeaderSearch component 2021-03-29 11:52:50 +02:00
Jesús Espino
dc5896a64a Extracting the view header actions menu into its own component 2021-03-29 11:25:33 +02:00
Jesús Espino
ff26307b6b Moving registrationLink component to the sidebar directory 2021-03-28 13:33:54 +02:00
Jesús Espino
5bfc85df97 Adding missed files 2021-03-28 13:31:07 +02:00
Jesús Espino
e71b4f9236 Extracting ViewHeaderSortMenu component from ViewHeader 2021-03-28 13:30:46 +02:00
Jesús Espino
e7d93ef941 Splitting the ViewHeaderProperties Menu 2021-03-28 13:15:37 +02:00
Jesús Espino
f95189984d Moving viewHeader to its own directory 2021-03-28 12:55:55 +02:00
Jesús Espino
b6df0a272f Fixing sidebar header collapse button 2021-03-28 09:56:51 +02:00
Jesús Espino
ae5d7f788d Splitting scss code 2021-03-28 09:43:39 +02:00
Jesús Espino
7f2a1ce109 Migrating sidebar to functional component 2021-03-28 09:22:51 +02:00
Jesús Espino
80292ec815 Splitting the sidebar user menu in its own component 2021-03-28 09:14:34 +02:00
Jesús Espino
852269e20e Splitting the sidebar board item into its own functional component 2021-03-27 18:44:00 +01:00
Jesús Espino
bd7bd50e79 Adding missing file 2021-03-27 11:02:56 +01:00
Jesús Espino
de3d92ad52 Simplifiying the sidebar a bit more 2021-03-27 11:01:31 +01:00
Jesús Espino
94c39b87de Refactoring the sidebar 2021-03-27 10:53:39 +01:00
Jesús Espino
499780fcf0 Migrating ViewTitle to functional component 2021-03-27 10:34:23 +01:00
Jesús Espino
8ea954aa64 Migrating CommentsList to functional component 2021-03-27 10:30:53 +01:00
Jesús Espino
acfc171fe4 Migrating BlockIconSelector to functional component 2021-03-27 10:25:10 +01:00
Jesús Espino
c54c50f2e8 Migrating workspace component to functional component 2021-03-27 10:20:18 +01:00
Jesús Espino
e91b7b5f3b Renaming workspaceComponent to workspace 2021-03-27 10:17:05 +01:00
Jesús Espino
a550988f35 Migrating registration link to functional component 2021-03-27 10:13:17 +01:00
Jesús Espino
108ecf59f7 Renaming registrationLinkComponent to registrationLink 2021-03-27 10:03:44 +01:00
Jesús Espino
98370bb20c Simplifying center panel from board/table component to center panel 2021-03-27 09:20:51 +01:00
Jesús Espino
2809a4518d Making Editable component to follow the export default pattern 2021-03-27 08:44:14 +01:00
Jesús Espino
bf24375d81 Removing unused code 2021-03-27 08:41:24 +01:00
Jesús Espino
24c66d6435 Creating a separate table component 2021-03-27 08:29:42 +01:00
Chen-I Lim
7a50a9339e Fix sharing 2021-03-26 21:26:34 -07:00
Bharat Kalluri
6c276bec7e Merge branch 'main' into fix/wrap_board_card_text 2021-03-27 06:53:04 +05:30
Chen-I Lim
0b479ff3ae Handle workspace in websocket 2021-03-26 18:04:23 -07:00
Chen-I Lim
4c759b9a9e Update propertyMenu snapshot 2021-03-26 17:55:02 -07:00
Bharat Kalluri
a41840b27d Merge branch 'main' into fix/wrap_board_card_text 2021-03-26 23:36:54 +05:30
Chen-I Lim
725971784b Workspace backend support 2021-03-26 11:01:54 -07:00
Bharat Kalluri
a2dad0b823 Added overflow wrap to boardCard.scss 2021-03-26 23:31:02 +05:30
Jesús Espino
65be22fa15 Splitting the kaban component from the boardComponent 2021-03-26 18:46:25 +01:00