How can I change the front end code of the password workspace?

Hi @timthelion,

The passbolt application is split accross multiple repository:

  • API: the server, all the api endpoints
  • Webextension: the webextension, all the buisiness logic (like storage, api calls, entity mapping, import/export, share and permissions algorithms, etc.)
  • Styleguide: all the front end code (html, css, and javascript in react), whether it’s served server side (like the administration settings) or client side (like the password or user workspaces). The styleguide is included as a NPM dependency in other projects. See. GitHub - passbolt/passbolt_styleguide: Passbolt styleguide

If you want to change the password workspace, you need to fork the styleguide and the webextension.

ps. renamed your thread to reflect what information you are looking for.