Skip to content

feat(file-manager): Support File Manager for Files page (Issue #1105)#484

Merged
Kamianchuk merged 4 commits intodevelopmentfrom
feat/Support-File-Manager-for-Files-page
Feb 6, 2026
Merged

feat(file-manager): Support File Manager for Files page (Issue #1105)#484
Kamianchuk merged 4 commits intodevelopmentfrom
feat/Support-File-Manager-for-Files-page

Conversation

@Kamianchuk
Copy link
Contributor

@Kamianchuk Kamianchuk commented Feb 5, 2026

Description:

<SHORT_DESCRIPTION>

Issues:

UI changes
Add file manager title:
image

Remove some context menu actions depending on whether the item is a folder or a file
image

Checklist:

  • the pull request name complies with Conventional Commits
  • the pull request name starts with fix:, feat:, feature:, chore:, hotfix: or e2e:. If contains breaking changes then the pull request name must start with fix!:, feat!:, feature!:, chore!:, hotfix!: or e2e!:.
  • the pull request name ends with (Issue #<TICKET_ID>) (comma-separated list of issues)
  • I confirm that do not share any confidential information

New Component Checklist:

  • component name starts with Dial
  • custom css classes has dial- prefix
  • component export added to index.ts
  • jsdoc is added for component
  • absolute paths are used for imports
    e.g. import { Button } from '@/components/Button/Button instead of import { Button } from '../../Button/Button
  • stories are added
  • tests are added

@valerydluski valerydluski changed the title feat: [UI Kit] Support File Manager for Files page (Issue #1105) feat(file-manager): Support File Manager for Files page (Issue #1105) Feb 5, 2026
valerydluski
valerydluski previously approved these changes Feb 6, 2026
@Kamianchuk Kamianchuk merged commit 32bddf1 into development Feb 6, 2026
9 checks passed
@Kamianchuk Kamianchuk deleted the feat/Support-File-Manager-for-Files-page branch February 6, 2026 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants