Anthony LC
201d776d1b
♻️ (frontend) doc title as title for pdf export
...
Our pdf export was named impress-document.pdf,
now it is named after the document title.
We sanitize the title by removing special characters,
replacing spaces with underscores and putting it
in lowercase.
2024-06-06 12:43:25 +02:00
Anthony LC
e2586b1d8e
🚚 (frontend) move to members/members-add
...
Move addUsers to members/members-add.
Rename some of the occurences of user to member.
2024-05-31 11:51:29 +02:00
Anthony LC
ff7341e544
✅ (frontend) improve some tests
...
Improve some tests to check the states depend
the user's role.
2024-05-31 11:51:29 +02:00
Anthony LC
0727fe0273
💬 (frontend) change literal occurances of pad to document
...
- change urls from /pads to /docs
- change part of the litteral occurances of pad to document
2024-05-27 13:51:18 +02:00
Anthony LC
38eabe2fc8
🛂 (frontend) right pad delete
...
Manage the right on the pad delete.
If a use cannot delete a pad, we will not display
the delete button in the dropdown menu.
2024-05-27 10:20:20 +02:00
Anthony LC
effa77dc10
🛂 (frontend) right pad update
...
Manage the right on the pad update.
If a use cannot update a pad, we will not display
the update button in the dropdown menu.
2024-05-27 10:20:20 +02:00
Anthony LC
29577c0419
✨ (frontend) remove document
...
We can now remove a document from a modal.
2024-05-24 16:12:45 +02:00
Anthony LC
2813b2ca27
✨ (frontend) update document
...
We can now update a pad from a modal.
2024-05-24 16:12:45 +02:00
Anthony LC
996cea49b4
♻️ (frontend) add PDF generation inside a modal
...
Refacto the pad tools, we will use modals to handle
the different actions on the pad. We start by
implementing the PDF generation inside a modal.
2024-05-24 16:12:45 +02:00