diff --git a/.gitignore b/.gitignore index 9df2aeb..c5848c7 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ content/output/* baseUrl.txt public/content/output/* public/content/output/shifts 2024.1.json +!public/content/uploads/* \ No newline at end of file diff --git a/.vscode/launch.json b/.vscode/launch.json index b0e8405..2076f9d 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -41,7 +41,7 @@ "type": "node-terminal" }, { - "name": "Run conda nodemon (DEV)", + "name": "Conda debug (DB)", "request": "launch", "type": "node-terminal", "cwd": "${workspaceFolder}", @@ -50,6 +50,16 @@ "APP_ENV": "development.popov" } }, + { + "name": "Conda run (DB)", + "request": "launch", + "type": "node-terminal", + "cwd": "${workspaceFolder}", + "command": "conda activate node && npm run start-env", + "env": { + "APP_ENV": "development.popov" + } + }, { "name": "Run conda npm TEST", "request": "launch", diff --git a/components/calendar/avcalendar.tsx b/components/calendar/avcalendar.tsx index 13acedd..5350523 100644 --- a/components/calendar/avcalendar.tsx +++ b/components/calendar/avcalendar.tsx @@ -530,6 +530,7 @@ const AvCalendar = ({ publisherId, events, selectedDate }) => { showAllEvents={true} onNavigate={setDate} className="rounded-lg shadow-lg" + longPressThreshold={150} // default value 250 /> {isModalOpen && (