Christopher B
9/25/24, 7:50:36 PM EDT
X Replace flename
X Combining Names in People
Fields cant be overriden from base to specific
X Cant edit dates
X Cant use Entity Picker
X Cant search module icons
Download closes emdiag
Hover Title on assets not right
Bigger icons to click on.
Download Icon hard to see
Pagination:
modalinstance.on("scroll", function () {
checkScroll();
});
Entity Upload button does not show upload in right dialog
Claire H
9/26/24, 12:32:57 PM EDT
Claire H
9/26/24, 12:52:55 PM EDT
Cristobal M
9/26/24, 9:02:43 PM EDT
-Move lightboxes as tab view, define a type
-Upload icon on lightbox not workin ok
-Lightboxes as a property in the Module "Enable Lightbox" (remove is entity from the view) + Permission
-Hide Files when Lightboxes view is set
-Move Files tab to a View (low Priority)
Cristobal M
9/27/24, 12:09:55 PM EDT
should we demo in one of our local servers, this is gonna take 10minutes or more
Cristobal M
9/27/24, 1:58:54 PM EDT
Agbu site looking good, I'm fixing their plugin, I found a bug on brick math for small screens (3 columns), also scroll is broken in Drupal.
Claire H
9/27/24, 2:28:53 PM EDT
hi! We are trying to do screenshots, can you please fix the buttons and colour themes soon?
Christopher B
9/27/24, 2:43:28 PM EDT
Can you guys setup new color plans for each industry?
new themes
new themes
Christopher B
10/2/24, 11:10:47 AM EDT
Shakil, can you take some inspiration from this light colored theme: https://app.air.inc/home
Christopher B
10/2/24, 11:14:36 AM EDT
Cristobal, I added an up arrow button to the thumbnails in the light box. Can you make the icon send the record to be the first one at the top? I was thinking it could pass (using JS) in the first nodes ordering and we can just go negative and substract one. So we just need to save one data record. Also, we should not move the scroll view when people drag and drop or move icons up. Use only AJAX
Cristobal M
10/2/24, 1:18:30 PM EDT
Christopher B
Cristobal, I added an up arrow button to the thumbnails in the light box. Can you make the icon send the record to be the first one at the top? I was thinking it could pass (using JS) in the first nodes ordering and we can just go negative and substract one. So we just need to save one data record. Also, we should not move the scroll view when people drag and drop or move icons up. Use only AJAX
Ok, started to work on it, Im able to send it to the first position with JS, now I need to save it.