Skip to content

Latest commit

 

History

History
124 lines (95 loc) · 4.91 KB

File metadata and controls

124 lines (95 loc) · 4.91 KB

Resolves: #

📝 Summary

A concise description of what this PR does and why.

🧪 How to test

How to see this running using GitHub Codespaces

1. Open the Codespace

  • Authenticate to GitHub
  • Go to the branch: chore/reduce-configure-check-time
  • Click the Code button and select the Codespaces tab.
  • Click "Create codespace on feat/customize-signature-stamp"

2. Wait for the environment to start

  • A progress bar will appear on the left.
  • After that, the terminal will show the build process.
  • Wait until you see the message:
    ✍️ LibreSign is up!
    This may take a few minutes.

3. Access LibreSign in the browser

  • Open the Ports tab (next to the Terminal).
  • Look for the service running on port 80.
  • Hover over the URL and click the globe icon 🌐 to open it in your browser.

4. (Optional) Make the service public

  • If you want to share the app with people not logged in to GitHub, you must change the port visibility:
    • Click the three dots on the row for port 80.
    • Select Change visibilityPublic.

5. Login credentials

  • Username: admin
  • Password: admin

Done! 🎉 You're now ready to test this.

🎨 UI / Front‑end changes

  • ...
  • Screenshots before/after (add images or links)

🚧 Tasks

  • ...
🏚️ Before 🏡 After
  • Tested in multiple browsers (Chrome, Firefox, Safari) – optional but appreciated
  • Components, Unit (with vitest) and/or e2e (with Playwright) tests added - Required
  • Accessibility verified (contrast, keyboard navigation, screen reader friendly) – if applicable
  • Design review approved – optional, link to feedback if available
  • Documentation updated (if applicable) – docs repository

⚙️ API / Back‑end changes

  • ...
  • Unit and/or integration tests added – required for backend changes
  • Capabilities updated (if applicable) – if adding/modifying Nextcloud capabilities
  • Documentation updated (if applicable) - docs repository
  • API documentation updated with the command composer openapi if necessary

🚧 Tasks

  • ...

✅ Checklist

🤖 AI (if applicable)

  • The content of this PR was partially or fully generated using AI