Skip to content

Add button for fixing Names in deswizzle.toml#184

Merged
Sebanisu merged 21 commits intomainfrom
bugfix
Sep 27, 2025
Merged

Add button for fixing Names in deswizzle.toml#184
Sebanisu merged 21 commits intomainfrom
bugfix

Conversation

@Sebanisu
Copy link
Copy Markdown
Owner

@Sebanisu Sebanisu commented Sep 25, 2025

fixes #179
fixes #183
fixes #185
fixes #186
fixes #187
fixes #188
fixes #189
fixes #190
fixes #191
fixes #192
fixes #193
fixes #195
fixes #196

More to do

@Sebanisu Sebanisu added this to the Bugfix Release Sept-2025 milestone Sep 25, 2025
@Sebanisu Sebanisu self-assigned this Sep 25, 2025
@Sebanisu Sebanisu added the enhancement New feature or request label Sep 25, 2025
…rks).

#185

add table_move struct to hold pointer to parent and child toml tables
add m_select_for_fix_names  to track check marks
removed const from toml::table pointers because I need to be able to modify the tables.
we put the buttons and checkboxes in the same line with the treenodeex.
we need these to generate the pupu based file_name.
we don't want to leave leftovers in there.
and Add an undo rename button
#179
Surface old_key in the UI somewhere
#193
remove test commited by accident
@Sebanisu Sebanisu marked this pull request as ready for review September 27, 2025 00:26
@Sebanisu
Copy link
Copy Markdown
Owner Author

Sebanisu commented Sep 27, 2025

Okay this feature seems well baked enough to push to canary. Just waiting for it to build.

Found a bug #196

#196

i mostly had && instead of || i also added empty check
i **fixed** the names to not be timestamps heh.
that means it's fine as is. return early.
@Sebanisu Sebanisu merged commit f09d23d into main Sep 27, 2025
1 check was pending
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment