feat(planning): grille hebdomadaire complète avec API et filtres
- Connexion API via proxy Angular (résolution CORS, base path /api) - Import CSS ng-zorro global pour les modales et composants - Filtres Camion/Show câblés sur l'affichage de la grille - Camions affichés via TrucksService (linkés au show du même créneau) - Panneau de détails : spectacles + camions du jour sélectionné - Modale de création de spectacle stylisée avec fond et centrage - Positionnement précis des events à la minute dans leur créneau - Auto-scroll vers l'heure courante au chargement - Ligne "maintenant" sur la colonne du jour actuel - Régénération des services OpenAPI (nouveaux noms de types) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+3
-15
@@ -1,5 +1,6 @@
|
||||
# @istanbuljs/schema
|
||||
|
||||
[![Travis CI][travis-image]][travis-url]
|
||||
[![NPM Version][npm-image]][npm-url]
|
||||
[![NPM Downloads][downloads-image]][downloads-url]
|
||||
[![MIT][license-image]](LICENSE)
|
||||
@@ -14,21 +15,6 @@ const {nyc} = require('@istanbuljs/schema').defaults;
|
||||
console.log(`Default exclude list:\n\t* ${nyc.exclude.join('\n\t* ')}`);
|
||||
```
|
||||
|
||||
## Testing
|
||||
|
||||
- **Runtime support**: See `engines.node` in `package.json` (currently `>=8`).
|
||||
- **Running tests**: Requires **Node.js >=22.3.0** (uses `node:test` snapshot testing via `t.assert.snapshot`).
|
||||
|
||||
```bash
|
||||
npm test
|
||||
```
|
||||
|
||||
To update snapshots:
|
||||
|
||||
```bash
|
||||
npm run test:update-snapshots
|
||||
```
|
||||
|
||||
## `@istanbuljs/schema` for enterprise
|
||||
|
||||
Available as part of the Tidelift Subscription.
|
||||
@@ -37,6 +23,8 @@ The maintainers of `@istanbuljs/schema` and thousands of other packages are work
|
||||
|
||||
[npm-image]: https://img.shields.io/npm/v/@istanbuljs/schema.svg
|
||||
[npm-url]: https://npmjs.org/package/@istanbuljs/schema
|
||||
[travis-image]: https://travis-ci.org/istanbuljs/schema.svg?branch=master
|
||||
[travis-url]: https://travis-ci.org/istanbuljs/schema
|
||||
[downloads-image]: https://img.shields.io/npm/dm/@istanbuljs/schema.svg
|
||||
[downloads-url]: https://npmjs.org/package/@istanbuljs/schema
|
||||
[license-image]: https://img.shields.io/npm/l/@istanbuljs/schema.svg
|
||||
|
||||
Reference in New Issue
Block a user