[PR #1] [MERGED] Merge dev changes #1

Closed
opened 2026-05-22 22:04:34 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/next-gallery/pull/1
Author: @JakeStanger
Created: 4/9/2022
Status: Merged
Merged: 4/9/2022
Merged by: @JakeStanger

Base: mainHead: dev


📝 Commits (8)

  • 4626777 feat: switch from mysql to postgres
  • b042ca8 build(docker): remove broken/unused configs
  • 5c78bf9 chore(intellij): update configs
  • 008b2d5 refactor: update nextjs
  • fe457c9 refactor: update to mui 5
  • 717df16 fix: sentry not working
  • 02d7475 refactor: tidy code
  • 50dfb94 feat: show blurred thumbnail when loading

📊 Changes

86 files changed (+3731 additions, -3565 deletions)

View changed files

.babelrc (+0 -4)
📝 .env.example (+0 -26)
.eslintignore (+0 -1)
.eslintrc.js (+0 -31)
.eslintrc.json (+3 -0)
📝 .gitignore (+5 -3)
📝 .idea/.gitignore (+1 -0)
.idea/git_toolbox_prj.xml (+15 -0)
.idea/runConfigurations/lint.xml (+12 -0)
.idea/runConfigurations/start.xml (+12 -0)
.idea/sqldialects.xml (+7 -0)
Dockerfile (+0 -22)
📝 components/Layout.tsx (+0 -5)
📝 components/admin/AdminLayout.tsx (+6 -10)
📝 components/admin/form/formField/FormField.module.scss (+0 -0)
📝 components/admin/form/formField/FormField.tsx (+10 -10)
📝 components/admin/form/formField/IFormFieldProps.ts (+2 -3)
📝 components/admin/form/formField/asyncChoice/AsyncChoice.tsx (+7 -6)
📝 components/admin/form/formField/asyncChoice/IAsyncChoiceProps.ts (+0 -0)
📝 components/admin/imageForm/ImageForm.tsx (+6 -6)

...and 66 more files

📄 Description

 Mention [stepsize] in a comment if you'd like to report some technical debt. See examples here.


🔄 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/JakeStanger/next-gallery/pull/1 **Author:** [@JakeStanger](https://github.com/JakeStanger) **Created:** 4/9/2022 **Status:** ✅ Merged **Merged:** 4/9/2022 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (8) - [`4626777`](https://github.com/JakeStanger/next-gallery/commit/46267776b30285e31e92453e2713492ac839c596) feat: switch from mysql to postgres - [`b042ca8`](https://github.com/JakeStanger/next-gallery/commit/b042ca848cef30a74da1817292c6ede3d220b181) build(docker): remove broken/unused configs - [`5c78bf9`](https://github.com/JakeStanger/next-gallery/commit/5c78bf9dfbef249a6f49265e23eb1408c261cc48) chore(intellij): update configs - [`008b2d5`](https://github.com/JakeStanger/next-gallery/commit/008b2d502c3a4401ddfa4c1fe823dcc92489c329) refactor: update nextjs - [`fe457c9`](https://github.com/JakeStanger/next-gallery/commit/fe457c91d541cf6a052cf0f279a7024b6c3e5c35) refactor: update to mui 5 - [`717df16`](https://github.com/JakeStanger/next-gallery/commit/717df16a4a2a2b03b4901a5847d46d9377d644d9) fix: sentry not working - [`02d7475`](https://github.com/JakeStanger/next-gallery/commit/02d74753956164783f3d239a0ba89f2a979fd0bd) refactor: tidy code - [`50dfb94`](https://github.com/JakeStanger/next-gallery/commit/50dfb940cb3bffc6b6f8fef2086feabc3b4d72d8) feat: show blurred thumbnail when loading ### 📊 Changes **86 files changed** (+3731 additions, -3565 deletions) <details> <summary>View changed files</summary> ➖ `.babelrc` (+0 -4) 📝 `.env.example` (+0 -26) ➖ `.eslintignore` (+0 -1) ➖ `.eslintrc.js` (+0 -31) ➕ `.eslintrc.json` (+3 -0) 📝 `.gitignore` (+5 -3) 📝 `.idea/.gitignore` (+1 -0) ➕ `.idea/git_toolbox_prj.xml` (+15 -0) ➕ `.idea/runConfigurations/lint.xml` (+12 -0) ➕ `.idea/runConfigurations/start.xml` (+12 -0) ➕ `.idea/sqldialects.xml` (+7 -0) ➖ `Dockerfile` (+0 -22) 📝 `components/Layout.tsx` (+0 -5) 📝 `components/admin/AdminLayout.tsx` (+6 -10) 📝 `components/admin/form/formField/FormField.module.scss` (+0 -0) 📝 `components/admin/form/formField/FormField.tsx` (+10 -10) 📝 `components/admin/form/formField/IFormFieldProps.ts` (+2 -3) 📝 `components/admin/form/formField/asyncChoice/AsyncChoice.tsx` (+7 -6) 📝 `components/admin/form/formField/asyncChoice/IAsyncChoiceProps.ts` (+0 -0) 📝 `components/admin/imageForm/ImageForm.tsx` (+6 -6) _...and 66 more files_ </details> ### 📄 Description <sub><img src="https://user-images.githubusercontent.com/4775299/87437657-e7332b00-c5ee-11ea-958d-589dfb19d72c.png" alt=" " width="10" height="9"> Mention [stepsize] in a comment if you'd like to report some technical debt. See examples [here](https://app.stepsize.com/api/demo-pr-redirect).</sub> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-22 22:04:34 +01:00
Sign in to join this conversation.
No labels
pull-request
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
JakeStanger/next-gallery#1
No description provided.