mirror of
https://github.com/kyantech/Palmr.git
synced 2025-11-03 05:23:19 +00:00
docs: update file paths and remove TODO comment
Update image file paths in the upload documentation to reflect the new directory structure. Remove the TODO comment from the navigation configuration as it is no longer needed.
This commit is contained in:
@@ -28,7 +28,7 @@ export default defineConfig({
|
|||||||
{ label: 'First login (Admin)', link: '/main/login' },
|
{ label: 'First login (Admin)', link: '/main/login' },
|
||||||
{ label: 'Manage users', link: '/main/manage-users' },
|
{ label: 'Manage users', link: '/main/manage-users' },
|
||||||
{ label: 'Uploading files', link: '/main/upload' },
|
{ label: 'Uploading files', link: '/main/upload' },
|
||||||
{ label: 'Creating a share', link: '/main/generate-share' }, // !TODO
|
{ label: 'Creating a share', link: '/main/generate-share' },
|
||||||
// { label: 'Password reset', link: '/' }, // !TODO
|
// { label: 'Password reset', link: '/' }, // !TODO
|
||||||
{ label: 'Available languages', link: '/main/available-languages' },
|
{ label: 'Available languages', link: '/main/available-languages' },
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ Or:
|
|||||||
|
|
||||||
On the **"My Files"** page, the layout will look like this:
|
On the **"My Files"** page, the layout will look like this:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Here, you have the option to **filter** your uploaded files or upload new ones by clicking the **"Upload File"** button and following the same steps explained earlier.
|
Here, you have the option to **filter** your uploaded files or upload new ones by clicking the **"Upload File"** button and following the same steps explained earlier.
|
||||||
|
|
||||||
@@ -72,13 +72,13 @@ The table fields include:
|
|||||||
### Actions Column
|
### Actions Column
|
||||||
In the **"Actions"** column, you will find an icon that opens the following dropdown:
|
In the **"Actions"** column, you will find an icon that opens the following dropdown:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Each option is self-explanatory, but let’s detail the **Edit** option:
|
Each option is self-explanatory, but let’s detail the **Edit** option:
|
||||||
|
|
||||||
- **Edit** – Opens a modal where you can edit the file name, description, and other details.
|
- **Edit** – Opens a modal where you can edit the file name, description, and other details.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
- You can also **delete** a file directly from the dropdown by selecting the **Delete** option.
|
- You can also **delete** a file directly from the dropdown by selecting the **Delete** option.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user