mirror of
https://github.com/RADar-AZDelta/Keun.git
synced 2026-03-23 20:37:05 +00:00
[PR #74] [MERGED] Dev/ssr impl #118
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#118
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/74
Author: @BostoenToby
Created: 7/13/2023
Status: ✅ Merged
Merged: 7/13/2023
Merged by: @BostoenToby
Base:
master← Head:dev/ssr-impl📝 Commits (10+)
8d3c4b4implement Firebase for columns & options Datatable3143eb1work SSR with Firebase realtime database1d25018create users & upload files8017e73edit file authorsa886393load the data from the databaseb32e234get files from Firebase storage & indexedDB77af6cbmerge issues fixedd4a57c3Sync file with Firebase & IndexedDB4f2ac01edit files with manual sync & cleanup code5a894f7upgrade to newest version of Datatable📊 Changes
42 files changed (+6658 additions, -1613 deletions)
View changed files
📝
.env(+9 -1)📝
.gitignore(+1 -1)📝
package.json(+5 -2)📝
pnpm-lock.yaml(+1738 -90)📝
src/app.d.ts(+13 -0)➕
src/hooks.server.ts(+63 -0)📝
src/lib/components/Extra/AthenaLayout.svelte(+19 -19)📝
src/lib/components/Extra/AutocompleteInput.svelte(+2 -0)📝
src/lib/components/Extra/AutocompleteInputSettings.svelte(+8 -9)➖
src/lib/components/Extra/Download.svelte(+0 -19)➖
src/lib/components/Extra/DragAndDrop.svelte(+0 -152)➖
src/lib/components/Extra/Progress.svelte(+0 -33)📝
src/lib/components/Extra/Settings.svelte(+13 -34)➖
src/lib/components/Extra/Upload.svelte(+0 -108)📝
src/lib/components/Extra/User.svelte(+68 -33)📝
src/lib/components/Mapping/AthenaRow.svelte(+5 -5)📝
src/lib/components/Mapping/UsagiRow.svelte(+1 -5)📝
src/lib/components/Types.d.ts(+55 -18)➕
src/lib/firebase.ts(+247 -0)➕
src/lib/firebaseAdmin.server.ts(+86 -0)...and 22 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.