Eveline Anderson Evelinealy
  • Joined on 2023-05-08
Eveline Anderson commented on pull request studio/flamenco#104256 2023-09-07 00:29:59 +02:00
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…

Eveline Anderson pushed to tag-interface at Evelinealy/flamenco 2023-09-07 00:27:33 +02:00
956ec43e99 Fix delete tag function
Eveline Anderson commented on pull request studio/flamenco#104256 2023-09-04 23:22:16 +02:00
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…

Eveline Anderson pushed to tag-interface at Evelinealy/flamenco 2023-09-04 23:20:59 +02:00
8c5cf22805 Remove redundant selection ability
Eveline Anderson pushed to tag-interface at Evelinealy/flamenco 2023-09-04 23:15:36 +02:00
e4527ed7c2 Remove deleted tag by selection logic
Eveline Anderson created pull request studio/flamenco#104256 2023-09-04 22:55:24 +02:00
Fix: Tag Interface Delete Button
Eveline Anderson pushed to tag-interface at Evelinealy/flamenco 2023-09-04 22:51:26 +02:00
26705341ef Replace delete button to be next to tag names
Eveline Anderson pushed to tag-interface at Evelinealy/flamenco 2023-09-04 22:47:53 +02:00
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
Compare 10 commits »
Eveline Anderson created branch tag-interface in Evelinealy/flamenco 2023-09-04 22:47:53 +02:00
Eveline Anderson pushed to tag-interface at Evelinealy/flamenco 2023-08-24 23:02:07 +02:00
39e18cf207 Add a default description for users
Eveline Anderson commented on pull request studio/flamenco#104244 2023-08-24 22:37:08 +02:00
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!

Eveline Anderson pushed to tag-interface at Evelinealy/flamenco 2023-08-24 22:35:35 +02:00
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
Compare 11 commits »
Eveline Anderson pushed to main at Evelinealy/Final_Report 2023-08-24 22:18:09 +02:00
72d6a30338 Version 1 Complete
Eveline Anderson pushed to main at Evelinealy/Final_Report 2023-08-24 20:51:40 +02:00
23d0af23ce Add Readme
Eveline Anderson created branch main in Evelinealy/Final_Report 2023-08-24 20:51:40 +02:00
Eveline Anderson created repository Evelinealy/Final_Report 2023-08-24 20:35:04 +02:00
Eveline Anderson commented on pull request studio/flamenco#104244 2023-08-22 23:20:53 +02:00
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…

Eveline Anderson pushed to tag-interface at Evelinealy/flamenco 2023-08-22 23:17:38 +02:00
d2902fedcc Adjust height of input box
Eveline Anderson pushed to tag-interface at Evelinealy/flamenco 2023-08-22 23:11:41 +02:00
b9d15b52e8 Add dynamic height to table
Eveline Anderson pushed to tag-interface at Evelinealy/flamenco 2023-08-22 22:57:37 +02:00
f307cbedf6 Prevent user from adding empty tag name
94e1ab4604 Call this.fetchTag() after removing a tag
7fc7f5ca0c Clear text after creating a tag
Compare 3 commits »