mirror of
https://github.com/BreizhHardware/Site-comptage-heure.git
synced 2026-05-09 08:15:31 +02:00
[PR #30] [MERGED] Hotfix/sort #91
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
BreizhHardware/Site-comptage-heure#91
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:hotfix/sort📝 Commits (2)
81fdbd6fix: Activer l'affichage des éléments en attente par défaut dans la page d'administration6218e2bfix: 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:
.devcontainer/devcontainer.jsonfile to enable a standardized development environment using Node.js 24, including Git LFS support and automatic installation ofpnpmdependencies after container creation.Admin page behavior update:
showPendingFirstinapp/admin/page.tsxso 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.