[PR #74] [MERGED] Dev/ssr impl #118

Closed
opened 2026-03-23 20:32:04 +00:00 by mirror · 0 comments
Owner

📋 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: masterHead: dev/ssr-impl


📝 Commits (10+)

  • 8d3c4b4 implement Firebase for columns & options Datatable
  • 3143eb1 work SSR with Firebase realtime database
  • 1d25018 create users & upload files
  • 8017e73 edit file authors
  • a886393 load the data from the database
  • b32e234 get files from Firebase storage & indexedDB
  • 77af6cb merge issues fixed
  • d4a57c3 Sync file with Firebase & IndexedDB
  • 4f2ac01 edit files with manual sync & cleanup code
  • 5a894f7 upgrade 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.

## 📋 Pull Request Information **Original PR:** https://github.com/RADar-AZDelta/Keun/pull/74 **Author:** [@BostoenToby](https://github.com/BostoenToby) **Created:** 7/13/2023 **Status:** ✅ Merged **Merged:** 7/13/2023 **Merged by:** [@BostoenToby](https://github.com/BostoenToby) **Base:** `master` ← **Head:** `dev/ssr-impl` --- ### 📝 Commits (10+) - [`8d3c4b4`](https://github.com/RADar-AZDelta/Keun/commit/8d3c4b4687352a53ca88293e9a101b2749cee5d8) implement Firebase for columns & options Datatable - [`3143eb1`](https://github.com/RADar-AZDelta/Keun/commit/3143eb16b20dc91b8dcdbbaaf17b6e819c44bc01) work SSR with Firebase realtime database - [`1d25018`](https://github.com/RADar-AZDelta/Keun/commit/1d250186f11bc0c13fed93660b701966ccd33d54) create users & upload files - [`8017e73`](https://github.com/RADar-AZDelta/Keun/commit/8017e73a2e7674610230721988f5b787d78767f8) edit file authors - [`a886393`](https://github.com/RADar-AZDelta/Keun/commit/a8863936e3c0c24223f5a58f605e2d828cdc1058) load the data from the database - [`b32e234`](https://github.com/RADar-AZDelta/Keun/commit/b32e234ab252b852224ad78f230d57b3aa919bf2) get files from Firebase storage & indexedDB - [`77af6cb`](https://github.com/RADar-AZDelta/Keun/commit/77af6cb51a109982e4c243f24fda67f85f02fd02) merge issues fixed - [`d4a57c3`](https://github.com/RADar-AZDelta/Keun/commit/d4a57c3a0f3a6ce67919897dd2e22a365783545b) Sync file with Firebase & IndexedDB - [`4f2ac01`](https://github.com/RADar-AZDelta/Keun/commit/4f2ac0120cc58383f7f173d453d96f51ea13e1b2) edit files with manual sync & cleanup code - [`5a894f7`](https://github.com/RADar-AZDelta/Keun/commit/5a894f7a027641643d47f0fcdb64c265bb7fd37a) upgrade to newest version of Datatable ### 📊 Changes **42 files changed** (+6658 additions, -1613 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 20:32:04 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
RADar-AZDelta/archived-Keun#118
No description provided.