Skip to content

feat: add list of users in home page#41

Merged
christophechevalier merged 2 commits into
mainfrom
feature/module-user_list
Jan 8, 2026
Merged

feat: add list of users in home page#41
christophechevalier merged 2 commits into
mainfrom
feature/module-user_list

Conversation

@Zorin95670

Copy link
Copy Markdown
Member

Closes #35

@Zorin95670 Zorin95670 self-assigned this Jan 6, 2026
@Zorin95670 Zorin95670 added the enhancement New feature or request label Jan 6, 2026
@Zorin95670 Zorin95670 marked this pull request as draft January 6, 2026 14:29
@Zorin95670 Zorin95670 force-pushed the feature/module-user_list branch 3 times, most recently from d15b3e0 to bb6e8f9 Compare January 8, 2026 13:01
@jcabannes jcabannes force-pushed the feature/module-user_list branch from 7c70270 to 5570f14 Compare January 8, 2026 13:24
@Zorin95670 Zorin95670 force-pushed the feature/module-user_list branch from 5570f14 to 8fb07a7 Compare January 8, 2026 14:37
@Zorin95670 Zorin95670 marked this pull request as ready for review January 8, 2026 14:38
@Zorin95670 Zorin95670 requested a review from Hamilcar31 January 8, 2026 14:38
Comment thread apps/module-users/src/i18n/fr-FR/index.ts Outdated
Comment thread apps/module-users/src/i18n/en-US/index.ts Outdated
Comment thread apps/module-users/src/pages/HomePage.vue Outdated
@Zorin95670 Zorin95670 force-pushed the feature/module-user_list branch from 8fb07a7 to ffe451b Compare January 8, 2026 14:59
Comment thread apps/module-users/src/pages/HomePage.vue Outdated
@christophechevalier christophechevalier changed the title Feature: add list of users in home page feat: add list of users in home page Jan 8, 2026
Comment thread apps/module-users/package.json Outdated
@jcabannes jcabannes self-requested a review January 8, 2026 15:58
@jcabannes jcabannes force-pushed the feature/module-user_list branch from 301f2ea to 7bf0f8f Compare January 8, 2026 16:00
@github-actions

github-actions Bot commented Jan 8, 2026

Copy link
Copy Markdown
Contributor
> @linid-im-front-community-plugins/source@0.0.1 test:ci /home/runner/work/linid-im-front-community-plugins/linid-im-front-community-plugins
> nx run-many -t test:ci


 NX   Running target test:ci for 2 projects:

- module-users
- catalog-ui



::group::✅ > nx run module-users:"test:ci"

> vitest run --coverage --reporter=dot --passWithNoTests


 RUN  v4.0.15 /home/runner/work/linid-im-front-community-plugins/linid-im-front-community-plugins/apps/module-users
      Coverage enabled with v8

·····

 Test Files  2 passed (2)
      Tests  5 passed (5)
   Start at  16:00:59
   Duration  1.57s (transform 349ms, setup 0ms, import 845ms, tests 199ms, environment 985ms)

 % Coverage report from v8
-------------------|---------|----------|---------|---------|-------------------
File               | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s 
-------------------|---------|----------|---------|---------|-------------------
All files          |     100 |      100 |     100 |     100 |                   
 src               |     100 |      100 |     100 |     100 |                   
  ...-lifecycle.ts |     100 |      100 |     100 |     100 |                   
  routes.ts        |       0 |        0 |       0 |       0 |                   
 src/components    |       0 |        0 |       0 |       0 |                   
  HelloWorld.vue   |       0 |        0 |       0 |       0 |                   
 src/i18n          |       0 |        0 |       0 |       0 |                   
  index.ts         |       0 |        0 |       0 |       0 |                   
 src/i18n/en-US    |       0 |        0 |       0 |       0 |                   
  index.ts         |       0 |        0 |       0 |       0 |                   
 src/i18n/fr-FR    |       0 |        0 |       0 |       0 |                   
  index.ts         |       0 |        0 |       0 |       0 |                   
 src/pages         |     100 |      100 |     100 |     100 |                   
  HomePage.vue     |     100 |      100 |     100 |     100 |                   
-------------------|---------|----------|---------|---------|-------------------
::endgroup::
::group::✅ > nx run catalog-ui:"test:ci"

> vitest run --coverage --reporter=dot --passWithNoTests


 RUN  v4.0.15 /home/runner/work/linid-im-front-community-plugins/linid-im-front-community-plugins/apps/catalog-ui
      Coverage enabled with v8

········

 Test Files  2 passed (2)
      Tests  8 passed (8)
   Start at  16:00:59
   Duration  2.02s (transform 782ms, setup 0ms, import 1.98s, tests 70ms, environment 1.04s)

 % Coverage report from v8
-------------------|---------|----------|---------|---------|-------------------
File               | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s 
-------------------|---------|----------|---------|---------|-------------------
All files          |     100 |      100 |     100 |     100 |                   
 components        |     100 |      100 |     100 |     100 |                   
  ...ationMenu.vue |     100 |      100 |     100 |     100 |                   
 layouts           |     100 |      100 |     100 |     100 |                   
  BaseLayout.vue   |     100 |      100 |     100 |     100 |                   
 types             |       0 |        0 |       0 |       0 |                   
  common.ts        |       0 |        0 |       0 |       0 |                   
  ...gationMenu.ts |       0 |        0 |       0 |       0 |                   
-------------------|---------|----------|---------|---------|-------------------
::endgroup::


 NX   Successfully ran target test:ci for 2 projects

@github-actions

github-actions Bot commented Jan 8, 2026

Copy link
Copy Markdown
Contributor

📦 Dependencies Report

🔍 ./apps/module-users

Using pnpm
Checking /home/runner/work/linid-im-front-community-plugins/linid-im-front-community-plugins/apps/module-users/package.json

vue 3.5.25 → 3.5.26

Run npx npm-check-updates -u to upgrade package.json

🔍 ./apps/catalog-ui

Using pnpm
Checking /home/runner/work/linid-im-front-community-plugins/linid-im-front-community-plugins/apps/catalog-ui/package.json

vue 3.5.25 → 3.5.26

Run npx npm-check-updates -u to upgrade package.json

🔍 ./tools/module

Using pnpm
Checking /home/runner/work/linid-im-front-community-plugins/linid-im-front-community-plugins/tools/module/package.json

@nx/devkit 22.2.1 → 22.3.3

Run npx npm-check-updates -u to upgrade package.json

🔍 .

Using pnpm
Checking /home/runner/work/linid-im-front-community-plugins/linid-im-front-community-plugins/package.json

@eslint/js 9.39.1 → 9.39.2
@module-federation/vite 1.9.3 → 1.9.4
@nx/devkit 22.2.1 → 22.3.3
@nx/eslint 22.2.1 → 22.3.3
@nx/eslint-plugin 22.2.1 → 22.3.3
@nx/js 22.2.1 → 22.3.3
@nx/plugin 22.2.1 → 22.3.3
@nx/vite 22.2.1 → 22.3.3
@nx/vitest 22.2.1 → 22.3.3
@nx/vue 22.2.1 → 22.3.3
@nx/web 22.2.1 → 22.3.3
@nx/workspace 22.2.1 → 22.3.3
@swc/core 1.15.3 → 1.15.8
@swc/helpers 0.5.17 → 0.5.18
@types/node 25.0.0 → 25.0.3
@typescript-eslint/parser 8.49.0 → 8.52.0
@vitejs/plugin-vue 6.0.2 → 6.0.3
@vitest/coverage-v8 4.0.15 → 4.0.16
@vitest/ui 4.0.15 → 4.0.16
eslint 9.39.1 → 9.39.2
eslint-plugin-jsdoc 61.5.0 → 61.7.1
happy-dom 20.0.11 → 20.1.0
nx 22.2.1 → 22.3.3
pnpm 10.25.0 → 10.27.0
typescript-eslint 8.49.0 → 8.52.0
vite 7.2.7 → 7.3.1
vite-tsconfig-paths 5.1.4 → 6.0.3
vitest 4.0.15 → 4.0.16
vue 3.5.25 → 3.5.26
vue-tsc 3.1.8 → 3.2.2

Run npx npm-check-updates -u to upgrade package.json

@christophechevalier christophechevalier merged commit 958e047 into main Jan 8, 2026
8 checks passed
@christophechevalier christophechevalier deleted the feature/module-user_list branch January 8, 2026 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create page to list users

4 participants