[PR #380] [CLOSED] Rework the demo page, add previous section, fixes #379 #442

Closed
opened 2026-02-25 22:35:29 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/flyimg/flyimg/pull/380
Author: @sadok-f
Created: 11/15/2023
Status: Closed

Base: mainHead: demo-page-v2-#379


📝 Commits (9)

  • 1800bc5 Rework the demp page, add previous section, fixes #379
  • 33a945b Merge branch 'main' into demo-page-v2-#379
  • cb30f3e fixing linting errors
  • ff6db02 fix linting errors
  • ce20378 populate params options description and example
  • 8231c6d fix: fixing the wrong definition for the pdf page number, add descriptions for the URL image options for the new Demo page
  • 0f4eb9d add image onload error function
  • b6d1436 fix: add dev deployment workflow
  • 0e07c28 Rename the dev deploy workflow

📊 Changes

10 files changed (+342 additions, -10030 deletions)

View changed files

.github/workflows/branch-dev-deploy.yml (+43 -0)
📝 config/parameters.yml (+2 -2)
📝 src/Core/Entity/Image/OutputImage.php (+1 -1)
📝 src/Core/Processor/ImageProcessor.php (+1 -1)
📝 src/Core/Views/Default/index.html (+87 -47)
📝 tests/Core/Entity/Image/OutputImageTest.php (+1 -1)
📝 web/css/bootstrap.min.css (+5 -9855)
📝 web/css/main.css (+12 -123)
web/js/bootstrap.bundle.min.js (+7 -0)
web/js/main.js (+183 -0)

📄 Description

Rework the demo page, add previous section, fixes #379


🔄 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/flyimg/flyimg/pull/380 **Author:** [@sadok-f](https://github.com/sadok-f) **Created:** 11/15/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `demo-page-v2-#379` --- ### 📝 Commits (9) - [`1800bc5`](https://github.com/flyimg/flyimg/commit/1800bc5e790ff57b6dfc1c01f5b428f7d180c49a) Rework the demp page, add previous section, fixes #379 - [`33a945b`](https://github.com/flyimg/flyimg/commit/33a945ba58c56ce8b5f14b5c4ac844b5f9641b08) Merge branch 'main' into demo-page-v2-#379 - [`cb30f3e`](https://github.com/flyimg/flyimg/commit/cb30f3e00ccdad4d2ef3575529f3c71742ae3c47) fixing linting errors - [`ff6db02`](https://github.com/flyimg/flyimg/commit/ff6db02a375af550d77adf8133700cca4f6f31c9) fix linting errors - [`ce20378`](https://github.com/flyimg/flyimg/commit/ce2037841755703222b6c87e934946ec5c7084d8) populate params options description and example - [`8231c6d`](https://github.com/flyimg/flyimg/commit/8231c6dfc24ae2711d6732a1b9604efa90b8adf7) fix: fixing the wrong definition for the pdf page number, add descriptions for the URL image options for the new Demo page - [`0f4eb9d`](https://github.com/flyimg/flyimg/commit/0f4eb9d6958ba3209b89f4b5eeb0b4fef59d7594) add image onload error function - [`b6d1436`](https://github.com/flyimg/flyimg/commit/b6d143618cd1a145b0cef55edbffcbbd2ea04126) fix: add dev deployment workflow - [`0e07c28`](https://github.com/flyimg/flyimg/commit/0e07c28822c542768b5bd66d6c97661a0c20daec) Rename the dev deploy workflow ### 📊 Changes **10 files changed** (+342 additions, -10030 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/branch-dev-deploy.yml` (+43 -0) 📝 `config/parameters.yml` (+2 -2) 📝 `src/Core/Entity/Image/OutputImage.php` (+1 -1) 📝 `src/Core/Processor/ImageProcessor.php` (+1 -1) 📝 `src/Core/Views/Default/index.html` (+87 -47) 📝 `tests/Core/Entity/Image/OutputImageTest.php` (+1 -1) 📝 `web/css/bootstrap.min.css` (+5 -9855) 📝 `web/css/main.css` (+12 -123) ➕ `web/js/bootstrap.bundle.min.js` (+7 -0) ➕ `web/js/main.js` (+183 -0) </details> ### 📄 Description Rework the demo page, add previous section, fixes #379 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 22:35:29 +03: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
starred/flyimg#442
No description provided.