[PR #30] [MERGED] Hotfix/sort #91

Closed
opened 2026-05-06 12:18:40 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/BreizhHardware/Site-comptage-heure/pull/30
Author: @BreizhHardware
Created: 11/21/2025
Status: Merged
Merged: 11/21/2025
Merged by: @BreizhHardware

Base: mainHead: hotfix/sort


📝 Commits (2)

  • 81fdbd6 fix: Activer l'affichage des éléments en attente par défaut dans la page d'administration
  • 6218e2b fix: Ajouter la prise en charge de Git LFS dans la configuration du conteneur de développement

📊 Changes

2 files changed (+14 additions, -1 deletions)

View changed files

.devcontainer/devcontainer.json (+13 -0)
📝 app/admin/page.tsx (+1 -1)

📄 Description

This pull request introduces a development container configuration and updates the default sorting behavior for pending items on the admin page. The main changes are as follows:

Development environment setup:

  • Added a .devcontainer/devcontainer.json file to enable a standardized development environment using Node.js 24, including Git LFS support and automatic installation of pnpm dependencies after container creation.

Admin page behavior update:

  • Changed the initial state of showPendingFirst in app/admin/page.tsx so that pending items are now shown first by default when the admin page loads.

🔄 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/BreizhHardware/Site-comptage-heure/pull/30 **Author:** [@BreizhHardware](https://github.com/BreizhHardware) **Created:** 11/21/2025 **Status:** ✅ Merged **Merged:** 11/21/2025 **Merged by:** [@BreizhHardware](https://github.com/BreizhHardware) **Base:** `main` ← **Head:** `hotfix/sort` --- ### 📝 Commits (2) - [`81fdbd6`](https://github.com/BreizhHardware/Site-comptage-heure/commit/81fdbd6505e617c5bf445f2b307ebb9e2c84f69e) fix: Activer l'affichage des éléments en attente par défaut dans la page d'administration - [`6218e2b`](https://github.com/BreizhHardware/Site-comptage-heure/commit/6218e2bf4e7e7657c8df7c00382acdb3567e2d37) fix: Ajouter la prise en charge de Git LFS dans la configuration du conteneur de développement ### 📊 Changes **2 files changed** (+14 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `.devcontainer/devcontainer.json` (+13 -0) 📝 `app/admin/page.tsx` (+1 -1) </details> ### 📄 Description This pull request introduces a development container configuration and updates the default sorting behavior for pending items on the admin page. The main changes are as follows: Development environment setup: * Added a `.devcontainer/devcontainer.json` file to enable a standardized development environment using Node.js 24, including Git LFS support and automatic installation of `pnpm` dependencies after container creation. Admin page behavior update: * Changed the initial state of `showPendingFirst` in `app/admin/page.tsx` so that pending items are now shown first by default when the admin page loads. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 12:18:40 +02: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
BreizhHardware/Site-comptage-heure#91
No description provided.