Commit Graph

4627 Commits

Author SHA1 Message Date
Komediruzecki
93fa245c4d Add pre tag improvements and code path 2022-03-23 22:33:26 +01:00
Junyoung Choi
0271676de9 Add beta request form 2022-03-05 12:53:09 +09:00
Davy
5beeb5b81e
Fix/view filters (#1532)
* button ui

* fix kanban view make from data
2022-03-04 17:05:25 +09:00
Davy
57b698c29f
Feat/views filters (#1531)
* view filters

* interface changes for view data

* implement in views
2022-03-04 15:56:52 +09:00
Junyoung Choi
30e0815bb1 Fix lint errors 2022-03-03 15:26:37 +09:00
Junyoung Choi
8ed036c597 Fix user name display of initial comment of thread 2022-03-03 15:26:37 +09:00
Simon Leigh
8c85df1565 remove unused import 2022-03-03 15:26:37 +09:00
Simon Leigh
7a9057a930 Separate handlers for events 2022-03-03 15:26:37 +09:00
Simon Leigh
e059d81de4 fix decrement idempotency issue 2022-03-03 15:26:37 +09:00
Simon Leigh
68a51ea50d remove brackets froms tring literals 2022-03-03 15:26:37 +09:00
Simon Leigh
c30b2fd4e7 simplify comment deleted classname 2022-03-03 15:26:37 +09:00
Simon Leigh
bdfdd5abf3 button style fix 2022-03-03 15:26:37 +09:00
Simon Leigh
ac6921ba40 decrement thread commentCount on all deletes 2022-03-03 15:26:37 +09:00
Junyoung Choi
8f569ce191 Fix comment deletion dialog message of CommentManager 2022-03-03 15:26:37 +09:00
Junyoung Choi
9697c90204 Sort thread by creation date 2022-03-03 15:26:37 +09:00
Junyoung Choi
de50066eff Fix onThreadDelete behavior of ThreadItem 2022-03-03 15:26:37 +09:00
Junyoung Choi
cca96aef43 Add contextMenu for thread without initial comment 2022-03-03 15:26:37 +09:00
Junyoung Choi
9efe6d85aa Show placeholder when initial comment of thread is deleted 2022-03-03 15:26:37 +09:00
Junyoung Choi
9ff1273e96 Fix initial comment update population 2022-03-03 15:26:37 +09:00
Junyoung Choi
9288ac9247 Fix thread list 2022-03-03 15:26:37 +09:00
Komediruzecki
416b70c926 Enable context menu for thread with replies
Change behaviour of delete when thread has replies
2022-03-03 15:26:37 +09:00
Davy
a83f0b1825
Annual plan (#1528) 2022-03-02 17:16:19 +09:00
Junyoung Choi
500496967b Refactor deleteCommentWithCleanup 2022-03-01 16:59:25 +09:00
Junyoung Choi
a0c9e92c32 Add comments to reaction reflection 2022-03-01 16:59:25 +09:00
Junyoung Choi
654cca68a1 Temp fix reaction reflection after updating 2022-03-01 16:59:25 +09:00
Komediruzecki
d3eef27fb7 Add initial emoji reaction in comments
Update comment reactions
Update user showcase issue
Add joined reaction counts
Count reactions on go
Update handling of reactions from another user
Fix remove reaction to add if not from current user
Update comment list and thread item
Add reaction counts and update styles
Add comment delete cleanup
Add support for dynamic reaction count showcase
Add with delayed tooltip commponent
Refactor Comment reactions common code to a separate component
Add CommentEmoji component
2022-03-01 16:59:25 +09:00
kazup01
7b96e5fdab Fix CI 2022-03-01 10:29:35 +09:00
kazup01
384d4b9af0 Add monokai theme 2022-03-01 10:29:35 +09:00
kazup01
734743b687 Fix margin on the doc preview modal 2022-03-01 10:29:35 +09:00
kazup01
3294d2dd98 Fix dark theme 2022-03-01 10:29:35 +09:00
kazup01
6899db57f7 Fix sepia theme 2022-03-01 10:29:35 +09:00
kazup01
755ad38153 Fix solarized dark theme 2022-03-01 10:29:35 +09:00
kazup01
c7af5a3b9b Add dracula theme 2022-03-01 10:29:35 +09:00
kazup01
820b586eca Fix bottom bar UI 2022-03-01 10:29:35 +09:00
kazup01
a45a1680e9 Add base 2022-03-01 10:29:35 +09:00
Komediruzecki
3fe297ca68 Add prompts for deletion of items
Add prompt for comment and thread deletion
Add prompt for doc deletion in folder views
2022-03-01 09:05:19 +09:00
Komediruzecki
e6c87a485c Update thread list order 2022-03-01 08:01:43 +09:00
Komediruzecki
7d0eae5b77 Fix reply count 2022-03-01 08:00:28 +09:00
Komediruzecki
6cf5d456df Fix workspace not being selected properly
Add for for workspace select
Update UI of folder filter in smart views
Expand select form item (to enable no popup)
2022-03-01 07:44:46 +09:00
Komediruzecki
131d9b01a8 Add folder filter for smart views
Add folder filter in UI
Add workspace explorer for folder value select
2022-03-01 07:44:46 +09:00
Junyoung Choi
4ed2217a06 Handle blob directly 2022-02-28 10:49:10 +09:00
KZ
f709bdcbca
UI fixes (#1513) 2022-02-21 16:16:47 +09:00
davy-c
f76da8f662 add vieweditable for smartviews views 2022-02-21 16:11:46 +09:00
davy-c
d97d14162c change error handling 2022-02-21 16:11:46 +09:00
davy-c
fcdbe34cba change padding for table view 2022-02-21 16:11:46 +09:00
davy-c
d4775549ee hide creation prop for non viewers 2022-02-21 16:11:46 +09:00
davy-c
44e962d001 fix view padding 2022-02-16 17:25:16 +09:00
davy-c
83922a95de sync status ui fixes 2022-02-16 17:25:16 +09:00
KZ
e000edf441
Merge pull request #1510 from BoostIO/update-readme
Update readme
2022-02-16 13:45:27 +09:00
KZ
b665368393
Update readme 2022-02-16 13:35:54 +09:00