6/6 discussions resolved
-
Toggle commit list
-
Toggle commit list
-
-
-
-
-
-
-
Toggle commit list
-
Toggle commit list
-
resolved all discussions
Toggle commit list -
merged
Toggle commit list
The changes were merged into release_sp3
The source branch has been removed
added 29 commits
release_sp3
assigned to @lee-mk
assigned to @lee-dh
assigned to @lee-mk
137 | 137 | <div id="loadingArea"></div> |
138 | 138 | <div id="userProfileModal"></div> |
139 | 139 | <div id="chatMenuModal"></div> |
140 | <div id="pictureModal"></div> | |
141 | <!-- メニューモーダル --> | |
Please
register
or
sign in
to reply
|
159 | 166 | <script src="./js/chat-websocket.js"></script> |
160 | 167 | <script src="./js/chat-room.js"></script> |
161 | 168 | <script> |
169 | function test(image) { | |
|
assigned to @lee-dh
834 | 842 | max-width: 75%; |
835 | 843 | } |
836 | 844 | } |
845 | /*************************** ネームカード *************************/ | |
846 | .prifile_name { | |
|
740 | 740 | |
741 | 741 | /**************************** modal *************************/ |
742 | 742 | /* メニューモーダル */ |
743 | .modal-body { | |
|
156 | overflow: auto; | |
155 | height: 150px; | |
156 | overflow: scroll; | |
157 | 157 | padding-top: 0rem; |
158 | padding-right: 0rem; | |
158 | padding-right: 1rem; | |
159 | 159 | margin-top: 1rem; |
160 | 160 | } |
161 | .profile_modal .modal-header { display: table; } | |
161 | 162 | .profile_modal .modal-header,.profile_modal .modal-body { padding-bottom: 0; } |
162 | .profile_modal .modal-footer button { width: 33%; padding: 5px;} | |
163 | .profile_modal.w_50 .modal-footer button { width: 50%; padding: 5px;} | |
164 | .profile_modal .modal-header .profile_desc{ width: 100%;} | |
163 | .profile_modal .modal-footer button { width: 33%; padding: 5px; } | |
164 | .profile_modal.w_50 .modal-footer button { width: 50%; padding: 5px; } | |
165 | .profile_modal .modal-header .profile_desc{ width: 100%; } | |
|
111 | 111 | } |
112 | 112 | let downloadPath = CMS_SERVER_URL + '/chatapi/file/download?fileName=' + imageName + '&roomId=' + CHAT.globalLoginParameter.roomId; |
113 | 113 | // アップロードが終了した後ローディング画面から離れてメッセージをメッセージを転送する |
114 | const lightbox = $('<a/>',{href:imgPath, 'data-lightbox':'attachedImages','data-title':imageName}); | |
115 | const image = $('<img/>',{src:imgPath, width:'auto',style:'max-width:100%'}); | |
116 | const downloadIcon = $('<a/>',{href:downloadPath, class:'fa fa-download', download:res.fileName}); | |
114 | const lightbox = $('<a/>', {'data-lightbox':'attachedImages', 'data-title':imageName}); | |
115 | const image = $('<img/>', {src:imgPath, width:'auto', style:'max-width:100%', 'data-toggle':'modal', onclick:'test(this);'}); | |
|
marked the task @kim-p as completed
assigned to @lee-mk
added 7 commits
release_sp3
marked the task @lee-mk as completed
assigned to @lee-dh
resolved all discussions
resolved all discussions
assigned to @miura-t
marked the task @miura-t as completed
assigned to @lee-dh
merged
merged
mentioned in commit 42b78026
mentioned in commit 42b78026