Commit 741dd09
committed
feat: Add Generate Public Link functionality and update routing
- Added a new modal component for generating public links with duration options.
- Integrated the GeneratePublicLinkModal into the IndexPage for user interaction.
- Created a new LinkPage to display details of the generated public link.
- Updated routing to replace the PricingPage with the new LinkPage.
- Added translations for new strings related to public link generation in multiple languages.
- Removed the PricingPage as it is no longer needed.
- Introduced a new MiniLayout for simplified page structure.1 parent 3d7f912 commit 741dd09
File tree
14 files changed
+935
-37
lines changed- client
- src
- components/modals
- layouts
- locales/base
- pages
14 files changed
+935
-37
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
| 60 | + | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments