Fix: Tag Interface Delete Button #104256

Manually merged
Sybren A. Stüvel merged 39 commits from Evelinealy/flamenco:tag-interface into main 2023-11-02 16:13:14 +01:00

39 Commits

Author SHA1 Message Date
0161e9b028 Webapp: Some final layout tweaks to the tags table
- Made the columns in the table scale well
- Moved the 'delete' button to the right-hand side of the table for
  consistency with other tables (like the job blocklist)
- Used the 'red cross' unicode character instead of the letter 'X'
2023-11-02 16:05:24 +01:00
9e4d970995 Merge remote-tracking branch 'origin/main' into PR/104256/Evelinealy-tag-interface 2023-11-02 15:58:08 +01:00
3173a0aa26 Merge branch 'tag-interface' of https://projects.blender.org/Evelinealy/flamenco into PR/104256/Evelinealy-tag-interface 2023-11-02 15:10:51 +01:00
c1cd7a3ce3 Fix mypy error
No functional changes.
2023-11-02 14:53:44 +01:00
956ec43e99 Fix delete tag function 2023-09-06 15:27:09 -07:00
8c5cf22805 Remove redundant selection ability 2023-09-04 14:20:51 -07:00
e4527ed7c2 Remove deleted tag by selection logic 2023-09-04 14:15:29 -07:00
26705341ef Replace delete button to be next to tag names 2023-09-04 13:51:19 -07:00
27c164bca8 Merge remote-tracking branch 'upstream/main' into tag-interface
# Conflicts:
#	web/app/src/views/TagsView.vue
2023-09-04 13:47:44 -07:00
39e18cf207 Add a default description for users 2023-08-24 14:01:59 -07:00
662160835a Merge remote-tracking branch 'upstream/main' into tag-interface 2023-08-24 13:35:14 -07:00
d2902fedcc Adjust height of input box 2023-08-22 14:17:32 -07:00
b9d15b52e8 Add dynamic height to table 2023-08-22 14:11:33 -07:00
f307cbedf6 Prevent user from adding empty tag name 2023-08-22 13:57:31 -07:00
94e1ab4604 Call this.fetchTag() after removing a tag 2023-08-22 13:54:12 -07:00
7fc7f5ca0c Clear text after creating a tag 2023-08-22 13:49:35 -07:00
2357bab4fc Merge onTagClick's logic to onRowClick's 2023-08-22 13:44:32 -07:00
6228879ae8 Add function to update tag to manager api 2023-08-22 13:28:52 -07:00
b131c01e38 Add editor ability to tables 2023-08-21 15:37:26 -07:00
30353a76ec Move form and button to inline 2023-08-21 14:30:52 -07:00
2fd63fb7ef Remove redundant code and fix table row selection 2023-08-21 13:29:13 -07:00
77a08c4254 Refactor create and delete operations into Tabulator 2023-08-18 14:23:44 -07:00
0c6dc3a2b4 WebApp: Remove tag ID from router 2023-08-17 07:32:27 -07:00
ef4c573965 Merge remote-tracking branch 'upstream/main' into tag-interface 2023-08-15 13:25:35 -07:00
88f3ea7eff Merge remote-tracking branch 'upstream/main' into tag-interface 2023-08-14 14:29:34 -07:00
0be3797283 Add input to edit tag fields 2023-08-10 13:37:39 -07:00
7461c7d44f Add function to delete from API
The previous deleteTag() function only removed the tag from the array.
This one actually removes it from the API as well.
2023-08-09 10:49:42 -07:00
7ecf89e94b Actually create worker tags via API
Still needs styling work & maybe some better error checking.
2023-08-03 17:07:56 +02:00
6caa642d5f Add router for tag tab 2023-08-03 07:42:35 -07:00
5f4a8b3fba Create tag interface 2023-08-03 07:41:36 -07:00
11ab177235 Merge remote-tracking branch 'upstream/main' into tag-interface 2023-07-25 18:36:08 -07:00
821e375a8b Clean up code 2023-07-21 08:15:02 -07:00
d8fb8c0b07 Merge remote-tracking branch 'upstream/main' into socketio-web-interface 2023-07-21 08:03:49 -07:00
09333db822 Update socket reconnection status 2023-07-21 07:52:01 -07:00
2f286504e8 Revert accidental changes 2023-07-21 07:21:41 -07:00
eaf6fd3148 Add SocketIO reconnection and version check 2023-07-19 13:18:30 -07:00
7fec955873 Revert changes of JobsView to original 2023-07-19 10:24:09 -07:00
65ad945ffb Merge remote-tracking branch 'upstream/main' into socketio-web-interface 2023-07-19 10:22:02 -07:00
cd1011066f Retrieve current Flamenco version 2023-07-13 11:10:40 -07:00