additional tag edditing functionality. and delete by tag. added import tuning options to settings
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
const MOBILE_COLUMNS = 2;
|
||||
const MOBILE_BREAKPOINT = 768;
|
||||
const SCROLL_THRESHOLD = 1500; // Load more when 1500px from bottom (about 2-3 rows ahead)
|
||||
const LOAD_BATCH_SIZE = 12;
|
||||
const LOAD_BATCH_SIZE = 4;
|
||||
|
||||
// State
|
||||
let columns = [];
|
||||
|
||||
Reference in New Issue
Block a user