mirror of
https://github.com/RADar-AZDelta/Keun.git
synced 2026-03-23 20:37:05 +00:00
[PR #269] [MERGED] Fix small bugs & add validation #273
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
RADar-AZDelta/archived-Keun#273
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/RADar-AZDelta/Keun/pull/269
Author: @BostoenToby
Created: 4/23/2024
Status: ✅ Merged
Merged: 4/23/2024
Merged by: @BostoenToby
Base:
stg← Head:dev📝 Commits (3)
a423a4eadd validation on custom row for "/" charactersb734d06fix bug in custom concepts that the updated custom concepts is not updated in the tabled5079dffix bug with erasing a row📊 Changes
14 files changed (+337 additions, -311 deletions)
View changed files
➕
src/lib/classes/customRow/CustomValidation.ts(+62 -0)📝
src/lib/classes/general/MappedConcepts.ts(+25 -4)📝
src/lib/classes/implementation/DatabaseImpl.ts(+10 -0)📝
src/lib/classes/mapping/Mapping.ts(+13 -3)📝
src/lib/classes/tables/CustomTable.ts(+26 -2)📝
src/lib/classes/tables/Table.ts(+9 -0)📝
src/lib/classes/usagi/UsagiRowDelete.ts(+3 -3)➖
src/lib/components/mapping/views/CustomRow.svelte(+0 -187)📝
src/lib/components/mapping/views/CustomView.svelte(+1 -1)➖
src/lib/components/mapping/views/InputRow.svelte(+0 -109)➕
src/lib/components/mapping/views/customRow/AddRow.svelte(+66 -0)➕
src/lib/components/mapping/views/customRow/CustomRow.svelte(+19 -0)➕
src/lib/components/mapping/views/customRow/Row.svelte(+101 -0)📝
src/lib/helperClasses/Config.ts(+2 -2)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.