mirror of
https://github.com/RADar-AZDelta/Keun.git
synced 2026-03-23 20:37:05 +00:00
[PR #254] [MERGED] update custom concepts & fix bug with custom concepts #263
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#263
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/254
Author: @BostoenToby
Created: 3/18/2024
Status: ✅ Merged
Merged: 3/18/2024
Merged by: @BostoenToby
Base:
stg← Head:dev📝 Commits (3)
0983cb0fix issue with double custom conceptsf07425bupdate cloudbuildd0e0077update custom concepts & fix bug with custom concepts📊 Changes
11 files changed (+121 additions, -46 deletions)
View changed files
📝
cloudbuild.yaml(+26 -33)📝
package.json(+1 -1)📝
pnpm-lock.yaml(+18 -2)📝
src/lib/Types.d.ts(+1 -0)📝
src/lib/classes/customRow/CustomRow.ts(+2 -2)📝
src/lib/classes/implementation/DatabaseImpl.ts(+5 -0)📝
src/lib/classes/tables/CustomTable.ts(+8 -0)📝
src/lib/components/mapping/views/CustomRow.svelte(+25 -7)📝
src/lib/components/mapping/views/CustomView.svelte(+3 -1)📝
src/lib/implementations/databaseImpl/FirebaseImpl.ts(+15 -0)📝
src/lib/implementations/databaseImpl/LocalImpl.ts(+17 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.