Skip to content

SolidOS pane that displays a personal profile page

Notifications You must be signed in to change notification settings

chunt007/profile-pane

This branch is 21 commits ahead of, 113 commits behind SolidOS/profile-pane:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

feadfff · Feb 23, 2025
Mar 22, 2022
Jan 24, 2022
Feb 23, 2025
Jan 25, 2021
Oct 4, 2021
Mar 22, 2022
Mar 22, 2022
Jan 19, 2021
Oct 14, 2021
Jan 22, 2021
Aug 31, 2022
Aug 31, 2022
Mar 22, 2022
Apr 7, 2022

Repository files navigation

profile-pane

SolidOS pane that displays a personal profile page

This is a re-write that is going to replace the current profile pane

CI

Contribute

Tech stack

  • Typescript
  • lit-html
  • Jest
  • Eslint
  • SolidOS

Tests

To run all tests:

npm test

Unit tests

Unit tests use jest and are placed next to the tested file as *.spec.ts files.

Integration tests

Integration tests verify the rendering of the whole pane (with mocked HTTP requests) and are placed under ./src/integration-tests.

Dev Server

Start a webpack dev server:

npm start

Visit http://localhost:8080/ to render the pane. Adjust const webIdToShow in ./dev/index.ts to show a different profile.

Build

npm run build

The build is done by tsc, webpack is only used as dev server and not for production build.

About

SolidOS pane that displays a personal profile page

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 97.1%
  • JavaScript 1.6%
  • HTML 1.3%