-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wochdev->filapps + fixes + other edits
- Loading branch information
Showing
21 changed files
with
63 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,7 +52,7 @@ export async function action({ request }: DataFunctionArgs) { | |
const { email, name, message, redirectTo } = submission.value | ||
|
||
const response = await sendEmail({ | ||
from: "Contact Form from Filapps Hospitality System <noreply@wochdev.com>", | ||
from: "Contact Form from Filapps Hospitality System <noreply@Filapps.com>", | ||
to: '[email protected]', // mail of preference where the message should be delivered to (owner of web, admin, etc.) | ||
reply_to: email, | ||
subject: `Web Form message from ` + email, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
/* | ||
Warnings: | ||
- You are about to drop the column `name` on the `Translation` table. All the data in the column will be lost. | ||
- Added the required column `tid` to the `Translation` table without a default value. This is not possible if the table is not empty. | ||
*/ | ||
-- RedefineTables | ||
PRAGMA foreign_keys=OFF; | ||
CREATE TABLE "new_Translation" ( | ||
"id" TEXT NOT NULL PRIMARY KEY, | ||
"tid" TEXT NOT NULL, | ||
"en" TEXT NOT NULL, | ||
"cs" TEXT NOT NULL | ||
); | ||
INSERT INTO "new_Translation" ("cs", "en", "id") SELECT "cs", "en", "id" FROM "Translation"; | ||
DROP TABLE "Translation"; | ||
ALTER TABLE "new_Translation" RENAME TO "Translation"; | ||
CREATE UNIQUE INDEX "Translation_id_key" ON "Translation"("id"); | ||
CREATE UNIQUE INDEX "Translation_tid_key" ON "Translation"("tid"); | ||
PRAGMA foreign_key_check; | ||
PRAGMA foreign_keys=ON; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "Chaos Escape", | ||
"short_name": "wochdev", | ||
"short_name": "Filapps", | ||
"start_url": "/", | ||
"icons": [ | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -386,23 +386,30 @@ CREATE TABLE IF NOT EXISTS "_galleryImages" ( | |
CONSTRAINT "_galleryImages_A_fkey" FOREIGN KEY ("A") REFERENCES "Room" ("id") ON DELETE CASCADE ON UPDATE CASCADE, | ||
CONSTRAINT "_galleryImages_B_fkey" FOREIGN KEY ("B") REFERENCES "RoomsGalleryImage" ("id") ON DELETE CASCADE ON UPDATE CASCADE | ||
); | ||
INSERT INTO _galleryImages VALUES('clpo2w2pu0001u0u74ix66yy1','clq452vuu0006148369w3ohse'); | ||
INSERT INTO _galleryImages VALUES('clpo2w2pu0001u0u74ix66yy1','clq452vuu00071483by4szp9n'); | ||
INSERT INTO _galleryImages VALUES('clpo2w2pu0001u0u74ix66yy1','clq452vuu00081483zlpsp5qg'); | ||
INSERT INTO _galleryImages VALUES('clpo2xqdq0009u0u73xp90sf4','clq452vuu0006148369w3ohse'); | ||
INSERT INTO _galleryImages VALUES('clpo2xqdq0009u0u73xp90sf4','clq452vuu00081483zlpsp5qg'); | ||
INSERT INTO _galleryImages VALUES('clpo2xqdq0009u0u73xp90sf4','clrq4t4tb0006h072hjl5o8v8'); | ||
INSERT INTO _galleryImages VALUES('clpo2xqdq0009u0u73xp90sf4','clq452vuu00071483by4szp9n'); | ||
INSERT INTO _galleryImages VALUES('clpo2w2pu0001u0u74ix66yy1','clq452vuu0006148369w3ohse'); | ||
INSERT INTO _galleryImages VALUES('clpo2w2pu0001u0u74ix66yy1','clq452vuu00071483by4szp9n'); | ||
INSERT INTO _galleryImages VALUES('clpo2w2pu0001u0u74ix66yy1','clq452vuu00081483zlpsp5qg'); | ||
INSERT INTO _galleryImages VALUES('clpo2w2pu0001u0u74ix66yy1','clrq4t4tb0006h072hjl5o8v8'); | ||
INSERT INTO _galleryImages VALUES('clpo2w2pu0001u0u74ix66yy1','clrrplodv0004t569uakaut2r'); | ||
INSERT INTO _galleryImages VALUES('clpo2w2pu0001u0u74ix66yy1','clrrplodv0005t569gogd6w1o'); | ||
INSERT INTO _galleryImages VALUES('clpo2w2pu0001u0u74ix66yy1','clrrplodw0006t569lngsc7ri'); | ||
INSERT INTO _galleryImages VALUES('clpo2w2pu0001u0u74ix66yy1','clrq4w1z9000eh072fs00r2a9'); | ||
CREATE TABLE IF NOT EXISTS "_previewImages" ( | ||
"A" TEXT NOT NULL, | ||
"B" TEXT NOT NULL, | ||
CONSTRAINT "_previewImages_A_fkey" FOREIGN KEY ("A") REFERENCES "Room" ("id") ON DELETE CASCADE ON UPDATE CASCADE, | ||
CONSTRAINT "_previewImages_B_fkey" FOREIGN KEY ("B") REFERENCES "RoomsGalleryImage" ("id") ON DELETE CASCADE ON UPDATE CASCADE | ||
); | ||
INSERT INTO _previewImages VALUES('clpo2w2pu0001u0u74ix66yy1','clrrplodv0005t569gogd6w1o'); | ||
INSERT INTO _previewImages VALUES('clpo2xqdq0009u0u73xp90sf4','clrrplodw0006t569lngsc7ri'); | ||
INSERT INTO _previewImages VALUES('clq49inae0004wpg2cd56r8xg','clrq4w1z9000eh072fs00r2a9'); | ||
INSERT INTO _previewImages VALUES('clrrkp3eh0004kzt2ewqmugle','clrrplodv0004t569uakaut2r'); | ||
INSERT INTO _previewImages VALUES('clpo2w2pu0001u0u74ix66yy1','clrrplodv0005t569gogd6w1o'); | ||
INSERT INTO _previewImages VALUES('clpo2w2pu0001u0u74ix66yy1','clrrplodv0004t569uakaut2r'); | ||
INSERT INTO _previewImages VALUES('clpo2w2pu0001u0u74ix66yy1','clrrplodw0006t569lngsc7ri'); | ||
CREATE TABLE IF NOT EXISTS "_RoomToRoomPackageItem" ( | ||
"A" TEXT NOT NULL, | ||
"B" TEXT NOT NULL, | ||
|
@@ -447,12 +454,15 @@ INSERT INTO _ReservationToRoomPackageItem VALUES('clr91epg90001apsy0mfd6qs8','cl | |
INSERT INTO _ReservationToRoomPackageItem VALUES('clrgcdm1w00012r65022v5kwy','clpo6cju00000gm9v7qz21pmj'); | ||
INSERT INTO _ReservationToRoomPackageItem VALUES('clrj823qr000114ixmdg8rorw','clpo6cju00000gm9v7qz21pmj'); | ||
INSERT INTO _ReservationToRoomPackageItem VALUES('clrq4oxs40001h072xonedaid','clpo6cju00000gm9v7qz21pmj'); | ||
INSERT INTO _ReservationToRoomPackageItem VALUES('clrth3cka0001y9zwmxo6qnpb','clpo6cju00000gm9v7qz21pmj'); | ||
INSERT INTO _ReservationToRoomPackageItem VALUES('clrth3cka0001y9zwmxo6qnpb','clrquk3ey0004ye2cfpz2kblf'); | ||
CREATE TABLE IF NOT EXISTS "_ReservationToRoomMultiPackage" ( | ||
"A" TEXT NOT NULL, | ||
"B" TEXT NOT NULL, | ||
CONSTRAINT "_ReservationToRoomMultiPackage_A_fkey" FOREIGN KEY ("A") REFERENCES "Reservation" ("id") ON DELETE CASCADE ON UPDATE CASCADE, | ||
CONSTRAINT "_ReservationToRoomMultiPackage_B_fkey" FOREIGN KEY ("B") REFERENCES "RoomMultiPackage" ("id") ON DELETE CASCADE ON UPDATE CASCADE | ||
); | ||
INSERT INTO _ReservationToRoomMultiPackage VALUES('clrth3cka0001y9zwmxo6qnpb','clpo6csyc0001gm9vtcmnf6iz'); | ||
CREATE TABLE IF NOT EXISTS "_RoomToSeasonList" ( | ||
"A" TEXT NOT NULL, | ||
"B" TEXT NOT NULL, | ||
|
@@ -544,6 +554,7 @@ INSERT INTO Reservation VALUES('clrgka8ek0001mzw60svfttjg','accepted','fesak','t | |
INSERT INTO Reservation VALUES('clrj823qr000114ixmdg8rorw','accepted','testicek','[email protected]',NULL,170,2,1,'9_2024','2024/01/23','2024/01/24','2024/01/18','clpo2w2pu0001u0u74ix66yy1',1705582961523,1705582961523); | ||
INSERT INTO Reservation VALUES('clrq4oxs40001h072xonedaid','accepted','tt','[email protected]',NULL,170,3,1,'10_2024','2024/01/26','2024/01/27','2024/01/23','clpo2w2pu0001u0u74ix66yy1',1706000571652,1706000571652); | ||
INSERT INTO Reservation VALUES('clrq4qlye0003h072xoseso01','accepted','hh','[email protected]',NULL,160,1,1,'11_2024','2024/01/27','2024/01/28','2024/01/23','clpo2xqdq0009u0u73xp90sf4',1706000649638,1706000649638); | ||
INSERT INTO Reservation VALUES('clrth3cka0001y9zwmxo6qnpb','accepted','Petr Tester','[email protected]',NULL,824,4,2,'12_2024','2024/01/27','2024/01/29','2024/01/25','clpo2w2pu0001u0u74ix66yy1',1706202797913,1706202797913); | ||
CREATE TABLE IF NOT EXISTS "SeasonalRoomPrice" ( | ||
"id" TEXT NOT NULL PRIMARY KEY, | ||
"seasonId" TEXT NOT NULL, | ||
|