Page MenuHomePhabricator

Daanvr (Daanvr)
User

Projects (4)

Today

  • No visible events.

Tomorrow

  • No visible events.

Wednesday

  • No visible events.

User Details

User Since
Mar 19 2025, 8:18 PM (63 w, 4 d)
Availability
Available
LDAP User
Daanvr
MediaWiki User
Daanvr [ Global Accounts ]

Recent Activity

Wed, May 20

Daanvr moved T426515: persistent login (!61) from Reviewing to Done on the Tool-upload-workbench board.
Wed, May 20, 12:40 PM · Tool-upload-workbench
Daanvr moved T426475: load other user's preferences from Backlog to To do on the Tool-upload-workbench board.
Wed, May 20, 12:39 PM · Tool-upload-workbench

Sun, May 17

Daanvr renamed T426538: better search/suggestions (!62) from better search/suggestions to better search/suggestions (!62).

MR: https://gitlab.wikimedia.org/daanvr/upload-workbench/-/merge_requests/62
Preview: https://upload-workbench.toolforge.org/mr-62/

Sun, May 17, 4:11 PM · Tool-upload-workbench
Daanvr renamed T426515: persistent login (!61) from persistent login to persistent login (!61).

MR: https://gitlab.wikimedia.org/daanvr/upload-workbench/-/merge_requests/61
Preview: https://upload-workbench.toolforge.org/mr-61/

Sun, May 17, 4:06 PM · Tool-upload-workbench
Daanvr claimed T426538: better search/suggestions (!62).
Sun, May 17, 4:01 PM · Tool-upload-workbench
Daanvr claimed T426515: persistent login (!61).
Sun, May 17, 4:01 PM · Tool-upload-workbench
Daanvr created T426538: better search/suggestions (!62).
Sun, May 17, 1:27 PM · Tool-upload-workbench

Sat, May 16

Daanvr created T426515: persistent login (!61).
Sat, May 16, 3:37 PM · Tool-upload-workbench
Daanvr moved T425887: advanced title and caption generation (!54) from Doing to Reviewing on the Tool-upload-workbench board.

Addressed all six points from your 09:34 comment in two new commits on !54 (72299f2 + 124229e — base 7a1d8ad preserved as you asked).

Sat, May 16, 10:04 AM · Tool-upload-workbench
Daanvr renamed T426495: New logo (!60) from New logo to New logo (!60).

MR: https://gitlab.wikimedia.org/daanvr/upload-workbench/-/merge_requests/60
Preview: https://upload-workbench.toolforge.org/mr-60/

Sat, May 16, 9:49 AM · Tool-upload-workbench
Daanvr closed T426449: no custom wikitext-template columns (!59) as Resolved.
  • Pre-deciding ambiguous design questions before implementation accelerated this MR significantly. The maintainer's Q-1/Q-2/Q-3 answers on the task — Q-1 (full scope = removal + new templates + per-param docs), Q-2 (silent fallback for legacy id: 'Custom', no migration banner), Q-3 (fix the !49 entry point in this MR) — meant the implementer hit zero blocking decisions during the build-out. Tasks that have shape-affecting questions ("how should we handle X stored value?") benefit from this pattern: groom the task with explicit Q/A pairs at the top so the implementer knows the decisions are made and doesn't have to re-litigate them. Worth carrying forward to future scope-removal tasks that touch persisted user data.
  • Mid-flight scope collision with a peer MR (!49 / T426421) was caught early but only by accident. T426421 ("+ Add column" popover) landed *during* this MR's implementation cycle and added a fourth entry-point ("Custom wikitext-template column") to the very thing this MR was removing. The Q-3 pre-decision handled it cleanly (fix the entry-point in this MR) but only because the maintainer was reviewing both tasks concurrently and noticed the conflict. The systemic gotcha: in-flight MRs that touch the same UI surface can silently re-add what another MR is removing — and per-branch CI won't catch it. Mitigations going forward: when grooming a removal task, scan in-flight MRs (glab mr list) for the same surface area, and have the implementer skim those diffs as part of pre-work.
  • Cross-MR conflict surfaced only at merge time, but the local merge-result build caught it cleanly. This MR was rebased before !52 (T426422, per-language Caption columns) landed, so getAllColumns in src/table.jsx had two simultaneous mutations: HEAD's filter-out-kind:'template' (T426449) and origin/main's new captionExtras (T426422). Three-way merge produced a conflict marker. Resolution was straightforward (keep both: HEAD's filter and origin/main's captionExtras in the return) but it surfaced only during the merger's pre-merge local rebase + build — neither per-branch CI run could have caught it because each branch was syntactically valid in isolation. Re-confirms the existing CLAUDE.md rule that mergers must rebuild against the merge result locally; no new durable rule needed.
Sat, May 16, 9:48 AM · Tool-upload-workbench
Daanvr moved T425887: advanced title and caption generation (!54) from To do to Doing on the Tool-upload-workbench board.
Sat, May 16, 9:42 AM · Tool-upload-workbench
Daanvr closed T426454: Always-visible Feedback button (encouraging beta-feedback modal) (!56) as Resolved.
  • Shared-helper DRY opportunity exists for follow-up. The feedback modal reuses the v0.28.0 "Report this error" window.open plumbing (Phabricator pre-fill + User talk:Daanvr section-new flow) but does so by copying the URL-construction code rather than extracting it into a shared helper. With two callers in tree and a third anticipated for any future "report" channel, this is now worth refactoring — a small src/ui/report-channels.js (or similar) wrapping the URL construction and clipboard handoff would tighten both call sites. Not blocking, but worth a follow-up task.
  • Re-test the preview after every feedback round. This MR went through three review rounds (top-centre move; richer context + prompts; feedback-type radio). Mid-cycle pushes didn't re-exercise the live preview between rounds, so visual regressions could have slipped through the textual diff. For UI MRs with multiple iterations, walking the preview after each push (not just after the first one) is cheap insurance.
  • Mount at <Root> (outside <ErrorBoundary>) to survive boot/render crashes. The FAB is intentionally outside the error boundary so users can still file feedback when the main app has crashed at boot. window.uwbDiagnostics is a clean way to publish current state to a sibling-of-Root component without prop-drilling — that pattern generalizes to other always-available widgets (status badges, etc.) but should not be abused for application state.
Sat, May 16, 9:42 AM · Tool-upload-workbench
Daanvr claimed T426495: New logo (!60).
Sat, May 16, 9:41 AM · Tool-upload-workbench
Daanvr added a comment to T425887: advanced title and caption generation (!54).

Uh some new new feedback is that the um file name suggestions are still overlapping the Suggestions for chips. So whenever the chips menu is activated, the file name suggestions should be disappearing. uh and I give you a screenshot about this to give you a bit more context. Then the um plus chip button at the end of the the the input field um should not say chip because that's the technical term but it should say variable That's logical for the user. Also the chip design is a bit buggy right now. has two like pill shaped uh borders inside of each other. Um this is incorrect and should be normalized. Keep in mind the other chips. Uh and also I would like to be able to reorder the chips um by drag and dropping. And I want there to be a white space in between each chip by default Such that they when you add new ones they don't touch each other.
And an other user experience annoyance is that you're Changes don't get saved whenever you unfocus on that cell. Meaning if you click outside of the cell, all changes disappear. That should not be the case, that is never the case in this table.
overlaping suggestions:

Screenshot 2026-05-16 at 11.25.21.png (954×1 px, 166 KB)

chip design and +chip button
Screenshot 2026-05-16 at 11.34.12.png (88×1 px, 29 KB)

Sat, May 16, 9:34 AM · Tool-upload-workbench
Daanvr moved T425887: advanced title and caption generation (!54) from Reviewing to To do on the Tool-upload-workbench board.
Sat, May 16, 9:29 AM · Tool-upload-workbench
Daanvr created T426495: New logo (!60).
Sat, May 16, 9:23 AM · Tool-upload-workbench
Daanvr moved T425887: advanced title and caption generation (!54) from Doing to Reviewing on the Tool-upload-workbench board.

Picked up after maintainer's resume signal in comment 11927794 ("auto-sequence concept becomes 'just another chip kind' inside the new editor", "integrating T425984 code into this code, then publish whilst overwriting previous T425984 code").

Sat, May 16, 8:40 AM · Tool-upload-workbench
Daanvr moved T425887: advanced title and caption generation (!54) from To do to Doing on the Tool-upload-workbench board.
Sat, May 16, 8:26 AM · Tool-upload-workbench
Daanvr moved T425887: advanced title and caption generation (!54) from Needs input to To do on the Tool-upload-workbench board.
Sat, May 16, 7:47 AM · Tool-upload-workbench
Daanvr added a comment to T425887: advanced title and caption generation (!54).

the answer is: the auto-sequence concept become "just another chip kind" inside the new editor.
So the use of the hashtag uh as the last character in um the string will still trigger it. Uh and um you can still add the the the numbering. You can also add it from um the uh From the list of suggestions from chips, but it should all work on the same um New editor with the chips uh system. So it should have the same code style and should have the same uh uh work the same thing. It's just a uh uh a bit of a special chip, I guess, because it has some different actions uh and will not directly resolve to Actually it should ac uh uh resolve to numbering. Um but it should clearly still indicate it's part of this um sequence scheme.

Sat, May 16, 7:47 AM · Tool-upload-workbench
Daanvr moved T426449: no custom wikitext-template columns (!59) from Reviewing to Done on the Tool-upload-workbench board.
Sat, May 16, 7:41 AM · Tool-upload-workbench
Daanvr moved T426454: Always-visible Feedback button (encouraging beta-feedback modal) (!56) from Reviewing to Done on the Tool-upload-workbench board.
Sat, May 16, 7:40 AM · Tool-upload-workbench
Daanvr closed T426422: Add per-language Caption columns (multi-lang captions) (!52) as Resolved.

Merged as v0.37.0 via !52. Live at https://upload-workbench.toolforge.org/ and permanent archive at https://upload-workbench.toolforge.org/v0.37.0/.

Sat, May 16, 6:50 AM · Tool-upload-workbench
Daanvr moved T426454: Always-visible Feedback button (encouraging beta-feedback modal) (!56) from To do to Reviewing on the Tool-upload-workbench board.

Address-feedback round 2 on !56:

Sat, May 16, 6:47 AM · Tool-upload-workbench
Daanvr moved T426449: no custom wikitext-template columns (!59) from To do to Reviewing on the Tool-upload-workbench board.

Addressed feedback: the Custom wikitext-template column entry in the "+ Add column" popover was still in the committed code on this branch (the prior agent had it as unstaged work but never committed). New commit 5bee7da deletes it along with the onOpenCustomTemplateForm prop, the colMenuCustomFormOpen tri-state, and the initialCustomFormOpen prop on ColumnsModal that only the now-gone entry-point ever set.

Sat, May 16, 6:42 AM · Tool-upload-workbench
Daanvr moved T425887: advanced title and caption generation (!54) from Doing to Needs input on the Tool-upload-workbench board.

@Daanvr Re your 06:30 ask — here is the same situation explained without code-specific references. The previous comment was right that a maintainer-level design call is needed; this one tries to lay out what the call is about so you can make it deliberately.

Sat, May 16, 6:42 AM · Tool-upload-workbench
Daanvr moved T425887: advanced title and caption generation (!54) from To do to Doing on the Tool-upload-workbench board.
Sat, May 16, 6:38 AM · Tool-upload-workbench
Daanvr moved T425887: advanced title and caption generation (!54) from Needs input to To do on the Tool-upload-workbench board.
Sat, May 16, 6:31 AM · Tool-upload-workbench
Daanvr added a comment to T425887: advanced title and caption generation (!54).

explaine the technical considerations in more generic termis insted of the specific functions ore code peaces since i am not nose deep in the codebut want to understand and make a good and deliberate decision that makes sense in a strategic cense fro the code.

Sat, May 16, 6:30 AM · Tool-upload-workbench
Daanvr moved T426454: Always-visible Feedback button (encouraging beta-feedback modal) (!56) from Reviewing to To do on the Tool-upload-workbench board.
Sat, May 16, 6:28 AM · Tool-upload-workbench
Daanvr added a comment to T426454: Always-visible Feedback button (encouraging beta-feedback modal) (!56).

no changes visible in the frontend. of !56
this feedback still aplies:
nice! lets move it to the top center of the page and keep it sticky always in sight.
And lets try to enrich the text further with relevant context for trubelshooting bugs or so. and lets ad some inspirational questions fo the user to guide the user to the right a rich and complete bug description of it is about a bug.

Sat, May 16, 6:28 AM · Tool-upload-workbench
Daanvr moved T426422: Add per-language Caption columns (multi-lang captions) (!52) from Reviewing to Done on the Tool-upload-workbench board.
Sat, May 16, 6:25 AM · Tool-upload-workbench
Daanvr moved T426449: no custom wikitext-template columns (!59) from Reviewing to To do on the Tool-upload-workbench board.
Sat, May 16, 6:23 AM · Tool-upload-workbench
Daanvr added a comment to T426449: no custom wikitext-template columns (!59).

please also remove the custom wikitext template column button form the add new column dropdown at the end of the table

Sat, May 16, 6:23 AM · Tool-upload-workbench
Daanvr moved T425887: advanced title and caption generation (!54) from Done to Needs input on the Tool-upload-workbench board.
Sat, May 16, 6:19 AM · Tool-upload-workbench

Fri, May 15

Daanvr renamed T426449: no custom wikitext-template columns (!59) from no custom wikitext-template columns to no custom wikitext-template columns (!59).

MR: https://gitlab.wikimedia.org/daanvr/upload-workbench/-/merge_requests/59
Preview: https://upload-workbench.toolforge.org/mr-59/

Fri, May 15, 10:44 PM · Tool-upload-workbench
Daanvr added a comment to T425887: advanced title and caption generation (!54).

Skipped during bulk-merge orchestration (5 sibling MRs landed today as v0.32.0–v0.36.0). The rebase of !54 onto current main produces ~500 lines of conflict in src/table.jsx against the auto-sequence work that landed in v0.33.0 (T425984): !54 replaces TitleEditor's state model (v{rendered, segments}) and the sequence-suggestion logic from T425984 is woven into the pre-chip v-based editor (placeholder gating, ownership-based suppression, etc.). Merging !54 as-is would silently drop the auto-sequence integration with the title editor — a regression of T425984.

Fri, May 15, 10:32 PM · Tool-upload-workbench
Daanvr closed T426450: chips for fixed values (!58) as Resolved.

Merged as v0.36.0 via !58. Live at https://upload-workbench.toolforge.org/ and permanent archive at https://upload-workbench.toolforge.org/v0.36.0/.

Fri, May 15, 10:31 PM · Tool-upload-workbench
Daanvr closed T426455: Show one-time CC0 acknowledgment modal for user-store metadata (!57) as Resolved.

Merged as v0.35.0 via !57. Live at https://upload-workbench.toolforge.org/ and permanent archive at https://upload-workbench.toolforge.org/v0.35.0/.

Fri, May 15, 10:29 PM · Tool-upload-workbench
Daanvr closed T426424: Caption column: support {title} variable in default (link Caption ← Title) (!50) as Resolved.

Merged as v0.34.0 via !50. Live at https://upload-workbench.toolforge.org/ and permanent archive at https://upload-workbench.toolforge.org/v0.34.0/.

Fri, May 15, 10:26 PM · Tool-upload-workbench
Daanvr closed T425984: Auto-sequence suggestion: convert duplicate titles into a # numbered sequence (own files only) (!51) as Resolved.

Merged as v0.33.0 via !51. Live at https://upload-workbench.toolforge.org/ and permanent archive at https://upload-workbench.toolforge.org/v0.33.0/.

Fri, May 15, 10:20 PM · Tool-upload-workbench
Daanvr moved T426422: Add per-language Caption columns (multi-lang captions) (!52) from Doing to Reviewing on the Tool-upload-workbench board.

Rebased onto current main (v0.31.0) — merge resolved a 3-region conflict in src/table.jsx where T426428's Title-column "Restore from original filename" menu entries landed in the same HeaderMenuPopover prop list / locally-derived consts that T426422 was modifying for the per-language Caption menu entries. The two features are orthogonal in the popover (different columns), so both were taken; npm run build (including the undefined-identifier scanner) is clean against the merge result. CI green, preview verified live.

Fri, May 15, 10:18 PM · Tool-upload-workbench
Daanvr closed T426421: Add a discoverable 'New column' button at the end of the table (!49) as Resolved.

Merged as v0.32.0 via !49. Live at https://upload-workbench.toolforge.org/ and permanent archive at https://upload-workbench.toolforge.org/v0.32.0/.

Fri, May 15, 10:18 PM · Tool-upload-workbench
Daanvr moved T426454: Always-visible Feedback button (encouraging beta-feedback modal) (!56) from Doing to Reviewing on the Tool-upload-workbench board.

MR: https://gitlab.wikimedia.org/daanvr/upload-workbench/-/merge_requests/56
Preview: https://upload-workbench.toolforge.org/mr-56/

Fri, May 15, 10:15 PM · Tool-upload-workbench
Daanvr moved T426475: load other user's preferences from To do to Backlog on the Tool-upload-workbench board.
Fri, May 15, 10:01 PM · Tool-upload-workbench
Daanvr moved T426449: no custom wikitext-template columns (!59) from Needs input to Doing on the Tool-upload-workbench board.
Fri, May 15, 10:01 PM · Tool-upload-workbench
Daanvr added a comment to T426449: no custom wikitext-template columns (!59).

Q1 is C
Q2 is A
Q3 !49 is already in main. correct the error made there in the mr

Fri, May 15, 10:01 PM · Tool-upload-workbench
Daanvr created T426475: load other user's preferences.
Fri, May 15, 9:57 PM · Tool-upload-workbench
Daanvr moved T426454: Always-visible Feedback button (encouraging beta-feedback modal) (!56) from Reviewing to Doing on the Tool-upload-workbench board.
Fri, May 15, 9:43 PM · Tool-upload-workbench
Daanvr moved T426450: chips for fixed values (!58) from Reviewing to Done on the Tool-upload-workbench board.
Fri, May 15, 9:43 PM · Tool-upload-workbench
Daanvr moved T426455: Show one-time CC0 acknowledgment modal for user-store metadata (!57) from Reviewing to Done on the Tool-upload-workbench board.
Fri, May 15, 9:41 PM · Tool-upload-workbench
Daanvr added a comment to T426454: Always-visible Feedback button (encouraging beta-feedback modal) (!56).

nice! lets move it to the top center of the page and keep it sticky always in sight.
And lets try to enrich the text further with relevant context for trubelshooting bugs or so. and lets ad some inspirational questions fo the user to guide the user to the right a rich and complete bug description of it is about a bug.

Fri, May 15, 9:39 PM · Tool-upload-workbench
Daanvr moved T425887: advanced title and caption generation (!54) from Reviewing to Done on the Tool-upload-workbench board.
Fri, May 15, 9:32 PM · Tool-upload-workbench
Daanvr moved T425984: Auto-sequence suggestion: convert duplicate titles into a # numbered sequence (own files only) (!51) from Reviewing to Done on the Tool-upload-workbench board.
Fri, May 15, 9:25 PM · Tool-upload-workbench
Daanvr moved T426424: Caption column: support {title} variable in default (link Caption ← Title) (!50) from Reviewing to Done on the Tool-upload-workbench board.
Fri, May 15, 9:21 PM · Tool-upload-workbench
Daanvr moved T426422: Add per-language Caption columns (multi-lang captions) (!52) from Reviewing to Doing on the Tool-upload-workbench board.
Fri, May 15, 9:19 PM · Tool-upload-workbench
Daanvr added a comment to T426422: Add per-language Caption columns (multi-lang captions) (!52).

Instead of enabling the user to remove the last caption column and just adding a new default caption column at the end, let's just gray out the option with a small text indicating that removing captions entirely is not possible.

Fri, May 15, 9:18 PM · Tool-upload-workbench
Daanvr created T426472: SDC value constrains.
Fri, May 15, 9:15 PM · Tool-upload-workbench
Daanvr moved T426421: Add a discoverable 'New column' button at the end of the table (!49) from Reviewing to Done on the Tool-upload-workbench board.
Fri, May 15, 9:11 PM · Tool-upload-workbench
Daanvr renamed T426450: chips for fixed values (!58) from chips for fixed values to chips for fixed values (!58).

MR: https://gitlab.wikimedia.org/daanvr/upload-workbench/-/merge_requests/58
Preview: https://upload-workbench.toolforge.org/mr-58/

Fri, May 15, 7:30 PM · Tool-upload-workbench
Daanvr renamed T426455: Show one-time CC0 acknowledgment modal for user-store metadata (!57) from Show one-time CC0 acknowledgment modal for user-store metadata to Show one-time CC0 acknowledgment modal for user-store metadata (!57).

MR: https://gitlab.wikimedia.org/daanvr/upload-workbench/-/merge_requests/57
Preview: https://upload-workbench.toolforge.org/mr-57/

Fri, May 15, 7:19 PM · Tool-upload-workbench
Daanvr renamed T426454: Always-visible Feedback button (encouraging beta-feedback modal) (!56) from Always-visible Feedback button (encouraging beta-feedback modal) to Always-visible Feedback button (encouraging beta-feedback modal) (!56).

MR: https://gitlab.wikimedia.org/daanvr/upload-workbench/-/merge_requests/56
Preview: https://upload-workbench.toolforge.org/mr-56/

Fri, May 15, 7:18 PM · Tool-upload-workbench
Daanvr moved T426449: no custom wikitext-template columns (!59) from Doing to Needs input on the Tool-upload-workbench board.

@Daanvr — task is groomed (see comment + rewritten description above). Before I implement, three concrete scope decisions only you can make. The cost of guessing wrong on any of these is real refactoring afterwards, so I'd rather pause:

Fri, May 15, 7:17 PM · Tool-upload-workbench
Daanvr updated the task description for T426449: no custom wikitext-template columns (!59).
Fri, May 15, 7:16 PM · Tool-upload-workbench
Daanvr added a comment to T426449: no custom wikitext-template columns (!59).

Voice-typed multi-part task. Investigated codebase + external Commons templates; rewriting the description (above) with concrete scope and proposing a sub-MR split. Original preserved here verbatim:

Fri, May 15, 7:16 PM · Tool-upload-workbench
Daanvr updated the task description for T426450: chips for fixed values (!58).
Fri, May 15, 7:15 PM · Tool-upload-workbench
Daanvr added a comment to T426450: chips for fixed values (!58).

Description rewritten with investigation findings (see task description above). Original preserved here verbatim:

Fri, May 15, 7:13 PM · Tool-upload-workbench
Daanvr claimed T426449: no custom wikitext-template columns (!59).
Fri, May 15, 7:10 PM · Tool-upload-workbench
Daanvr renamed T426454: Always-visible Feedback button (encouraging beta-feedback modal) (!56) from Feedback button to Always-visible Feedback button (encouraging beta-feedback modal).
Fri, May 15, 7:10 PM · Tool-upload-workbench
Daanvr renamed T426455: Show one-time CC0 acknowledgment modal for user-store metadata (!57) from Licence of metadata to Show one-time CC0 acknowledgment modal for user-store metadata.
Fri, May 15, 7:09 PM · Tool-upload-workbench
Daanvr added a comment to T426454: Always-visible Feedback button (encouraging beta-feedback modal) (!56).

Description rewritten with investigation findings (see task description above). Original preserved here verbatim:

Fri, May 15, 7:09 PM · Tool-upload-workbench
Daanvr claimed T426454: Always-visible Feedback button (encouraging beta-feedback modal) (!56).
Fri, May 15, 7:09 PM · Tool-upload-workbench
Daanvr added a comment to T426455: Show one-time CC0 acknowledgment modal for user-store metadata (!57).

Description rewritten with investigation findings (see task description above). Original preserved here verbatim:

Fri, May 15, 7:09 PM · Tool-upload-workbench
Daanvr claimed T426450: chips for fixed values (!58).
Fri, May 15, 7:08 PM · Tool-upload-workbench
Daanvr claimed T426455: Show one-time CC0 acknowledgment modal for user-store metadata (!57).
Fri, May 15, 7:06 PM · Tool-upload-workbench
Daanvr closed T426428: Title column dropdown: restore from original filename (!48) as Resolved.

Released v0.31.0 → live at https://upload-workbench.toolforge.org/ (archived at https://upload-workbench.toolforge.org/v0.31.0/).

Fri, May 15, 7:03 PM · Tool-upload-workbench
Daanvr moved T425887: advanced title and caption generation (!54) from Doing to Reviewing on the Tool-upload-workbench board.

Addressed feedback on !54:

Fri, May 15, 6:54 PM · Tool-upload-workbench
Daanvr moved T425984: Auto-sequence suggestion: convert duplicate titles into a # numbered sequence (own files only) (!51) from Doing to Reviewing on the Tool-upload-workbench board.

Addressed feedback on !51:

Fri, May 15, 6:48 PM · Tool-upload-workbench
Daanvr moved T426424: Caption column: support {title} variable in default (link Caption ← Title) (!50) from Doing to Reviewing on the Tool-upload-workbench board.

Addressed feedback on !50:

Fri, May 15, 6:46 PM · Tool-upload-workbench
Daanvr moved T426421: Add a discoverable 'New column' button at the end of the table (!49) from Doing to Reviewing on the Tool-upload-workbench board.

Addressed feedback on !49: Wikidata-property columns added via the new "+ Add column" popover (or via the Templates-and-columns modal) are now editable.

Fri, May 15, 6:43 PM · Tool-upload-workbench
Daanvr moved T426422: Add per-language Caption columns (multi-lang captions) (!52) from Doing to Reviewing on the Tool-upload-workbench board.

Addressed feedback on !52:

Fri, May 15, 6:43 PM · Tool-upload-workbench
Daanvr closed T426439: "wikitext preview" (!53) as Resolved.

Released v0.30.0 → live at https://upload-workbench.toolforge.org/ (archived at https://upload-workbench.toolforge.org/v0.30.0/).

Fri, May 15, 6:27 PM · Tool-upload-workbench
Daanvr closed T426443: Header version indicator (current/older/MR colors) + About modal redesign (!55) as Resolved.

Live: https://upload-workbench.toolforge.org/ (also archived at https://upload-workbench.toolforge.org/v0.29.0/).

Fri, May 15, 6:22 PM · Tool-upload-workbench
Daanvr moved T426443: Header version indicator (current/older/MR colors) + About modal redesign (!55) from Reviewing to Done on the Tool-upload-workbench board.
Fri, May 15, 6:05 PM · Tool-upload-workbench
Daanvr added a comment to T426443: Header version indicator (current/older/MR colors) + About modal redesign (!55).

samll feedback just before merging: the hover tooltip above te "beta" chip is not displaying.
when you repaire this you can merge right away without waiting for review.

Fri, May 15, 6:05 PM · Tool-upload-workbench
Daanvr moved T426443: Header version indicator (current/older/MR colors) + About modal redesign (!55) from Doing to Reviewing on the Tool-upload-workbench board.

Addressed feedback on !55:

Fri, May 15, 6:00 PM · Tool-upload-workbench
Daanvr moved T426443: Header version indicator (current/older/MR colors) + About modal redesign (!55) from Reviewing to Doing on the Tool-upload-workbench board.
Fri, May 15, 5:46 PM · Tool-upload-workbench
Daanvr added a comment to T426443: Header version indicator (current/older/MR colors) + About modal redesign (!55).

awesome!
some small changes:

  • when in a MR# the chip next to the title still shows the version number of the last live version.
  • the beta indicator should stil exist to the right of the version/mr selector next to the title. it should have a hover tooltip indicating it is a beta, and that many things are not yet working well and that all feedback is verwy welkom!
  • clickign the version in the modal should expand and show the changelog and only then the user can jump to the apge of that specific version
Fri, May 15, 5:46 PM · Tool-upload-workbench
Daanvr moved T426455: Show one-time CC0 acknowledgment modal for user-store metadata (!57) from Backlog to To do on the Tool-upload-workbench board.
Fri, May 15, 5:44 PM · Tool-upload-workbench
Daanvr created T426455: Show one-time CC0 acknowledgment modal for user-store metadata (!57).
Fri, May 15, 5:44 PM · Tool-upload-workbench
Daanvr created T426454: Always-visible Feedback button (encouraging beta-feedback modal) (!56).
Fri, May 15, 5:41 PM · Tool-upload-workbench
Daanvr moved T425887: advanced title and caption generation (!54) from Reviewing to Doing on the Tool-upload-workbench board.
Fri, May 15, 5:33 PM · Tool-upload-workbench
Daanvr added a comment to T425887: advanced title and caption generation (!54).

no +chip in Captions
when cllicking +chip the suggestion apear under the typing suggestions and such.
the text in the inline chip does reflect the final text expet for the missing spaces.
once a chip is added the text field is not editable as text anymore. my cursor won’t move to before the chips ot add a space or things liek that. only move areoutn in th text after the last chip. clickign on the text befor the chip wil result in unfocus of the cell.
the smal icon with a letter at the start ot the chip is not nessesary. it is not helpful it should be removed.
the resultign text form several chips is sticked together with no spaces or other seperator. that should be a space by default but the suer sould simply be abel to go there with the arrow keys or the mouse cursor to ad something different in between the chips including custom text.

Fri, May 15, 5:33 PM · Tool-upload-workbench
Daanvr moved T426439: "wikitext preview" (!53) from Reviewing to Done on the Tool-upload-workbench board.
Fri, May 15, 5:22 PM · Tool-upload-workbench
Daanvr created T426450: chips for fixed values (!58).
Fri, May 15, 5:22 PM · Tool-upload-workbench
Daanvr moved T426422: Add per-language Caption columns (multi-lang captions) (!52) from Reviewing to Doing on the Tool-upload-workbench board.
Fri, May 15, 5:16 PM · Tool-upload-workbench
Daanvr added a comment to T426422: Add per-language Caption columns (multi-lang captions) (!52).

it sould not be possible to remove the last caoption column. also removing a column with values in it should warn the user the values will be removed.
reuploading a file to the stash with pre-existing captions data (in the user namespace metadata) should add the caption columns with existing values.
In short the user should not be able to have caption values linked to a file that is not visible in the table.

Fri, May 15, 5:16 PM · Tool-upload-workbench
Daanvr moved T425984: Auto-sequence suggestion: convert duplicate titles into a # numbered sequence (own files only) (!51) from To do to Doing on the Tool-upload-workbench board.
Fri, May 15, 5:07 PM · Tool-upload-workbench
Daanvr moved T425984: Auto-sequence suggestion: convert duplicate titles into a # numbered sequence (own files only) (!51) from Reviewing to To do on the Tool-upload-workbench board.
Fri, May 15, 5:07 PM · Tool-upload-workbench