Block a user
Fix: Tag Interface Delete Button
this.tabulator.getRows().forEach((row) => {
if (row.getData().id === tag.id) {
row.delete();
}
});
I'm unsure if this is any better…
Fix: Tag Interface Delete Button
I got it! Removed both the selection ability (safely) and the deletion now works where a user needs to only click the button once. Let me know if there's any bugs that you get. I tested it out and…
Fix: Tag Interface Delete Button
27c164bca8
Merge remote-tracking branch 'upstream/main' into tag-interface
c12e4cae74
Webapp: add explanation to Tags view
eb11f10b9d
Cleanup: webapp, reformat with Prettier
0821df8f3a
Webapp: make Tags view respond to SocketIO messages
d6ffb424eb
Webapp: remove unused imports
Web Interface for Tags
Got your message on Blender Chat too. I'm taking a look at it now and going through the changes you made. Thanks for handling the SocketIOs!
662160835a
Merge remote-tracking branch 'upstream/main' into tag-interface
60fb20c0ff
Fix #104245: Incorrect frame range formatting when crafting blender's cmd
bc7b434121
Always use local time for job compiler timestamp variable
eb9f46dc9b
Manager: fix sleep scheduler time zone handling
ef726da17b
SocketIO broadcasting for worker tags CUD operations
Web Interface for Tags
UPDATE:
I've finished up most of the "major" tasks and removed some of the redundant code (yay)! So the table should now be able to update, delete, and add tags successfully. What else am I…
f307cbedf6
Prevent user from adding empty tag name
94e1ab4604
Call this.fetchTag() after removing a tag
7fc7f5ca0c
Clear text after creating a tag