aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/components/BreadCrumbs.vue
Commit message (Collapse)AuthorAgeFilesLines
* refactor: Migrate nextcloud-vue usage to new import schemaFerdinand Thiessen2025-02-201-3/+3
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): sort not working after changing viewsfix/files/sort-after-view-changeRichard Steinmetz2025-01-161-1/+1
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* refactor(files): Provide `useFileListWidth` composableFerdinand Thiessen2024-11-201-9/+7
| | | | | | | | Replace the mixin with a composable, this is better typed and works in both: Options- and Composition API. Also added component tests for it. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): Fix navigating with breadcrumbs not highlighting navigation entryChristopher Ng2024-09-031-1/+4
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(files): Fix root crumb not marking navigation entry as activeChristopher Ng2024-08-011-0/+7
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* feat: Navigate via folder treeChristopher Ng2024-08-011-2/+15
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(files): correctly shrink breadcrumbs barRaimund Schlüßler2024-07-301-0/+1
| | | Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
* chore(deps): Update `@nextcloud/files` to v3.6.0Ferdinand Thiessen2024-07-251-3/+3
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* refactor: Use composable for `currentView` and `views` to make it reactive ↵Ferdinand Thiessen2024-06-231-8/+12
| | | | | | when shared with other Vue apps Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* refactor(files): Update `@nextcloud/files` to v3.5.0Ferdinand Thiessen2024-06-231-1/+1
| | | | | | * Removed now duplicated code Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): do not rely on unique fileidskjnldsv2024-06-121-11/+13
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* chore: Add SPDX headerAndy Scherzinger2024-05-291-20/+3
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix(Cypress): Adjust tests for new breadcrumbsEduardo Morales2024-04-101-1/+1
| | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* fix(files): Hide full view name on small mobile to prevent overflowFerdinand Thiessen2024-04-101-10/+11
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* fix(breadcrumbs): Improved breadcrumb progress bar mobile renderingEduardo Morales2024-04-101-14/+18
| | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* fix(files): breadcrumbs native drop eventskjnldsv2024-04-041-1/+1
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* feat(files): unify drag and drop methodsskjnldsv2024-04-041-13/+23
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* fix(files): breadcrumbs dndskjnldsv2024-04-041-12/+100
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* fix(files): fixed breadcrumbs dissapearing on narrow screensEduardo Morales2024-03-151-2/+3
| | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* fix: fixed breadcrumbs not showing due to viewport widthEduardo Morales2024-03-041-1/+1
| | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* fix: changed text alignment and icon logicEduardo Morales2024-02-291-5/+8
| | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* Update apps/files/src/components/BreadCrumbs.vueAndrii Rublov2024-02-251-4/+4
| | | | Co-authored-by: John Molakvoæ <skjnldsv@users.noreply.github.com> Signed-off-by: Andrii Rublov <39839367+arublov@users.noreply.github.com>
* feature: [F2V] Hide breadcrumbs when an upload is ongoing on narrow screen ↵Andrii Rublov2024-02-251-0/+19
| | | | | | #40942 Signed-off-by: Andrii Rublov <airublev@outlook.com>
* enh: breadcrumb icon matches nav view iconEduardo Morales2024-02-161-2/+6
| | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* enh: breadcrumbs icons are now more visually descriptiveEduardo Morales2024-02-161-1/+2
| | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* fix(files): fixed home aria-label and desc logicEduardo Morales2024-01-201-3/+3
| | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* fix(files): kept only first and last breadcrumb titlesEduardo Morales2024-01-051-3/+13
| | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* enh(files): made breadcrumb component lang=tsEduardo Morales2024-01-041-13/+37
| | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* enh(breadcrumbs): removed unnecessary aria labelEduardo Morales2023-12-221-5/+9
| | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* accessibility fix - changed the dir attribute to have valid value, keeping ↵Eduardo Morales2023-11-301-0/+2
| | | | | | | previous value as data-dir Signed-off-by: Eduardo Morales <emoral435@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix(files): open folder fileid while navigating without opening the sidebarJohn Molakvoæ2023-09-271-1/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat(files): add uploaderJohn Molakvoæ2023-09-011-0/+5
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(files): use displayName in breadcrumbs if availableJohn Molakvoæ2023-04-111-1/+33
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix: improved preview handlingJohn Molakvoæ2023-04-061-0/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(files): breadcrumbs accessibility titleJohn Molakvoæ2023-04-061-2/+3
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(files): inline action stylingJohn Molakvoæ2023-04-061-7/+20
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(files_trashbin): previews crop supportJohn Molakvoæ2023-04-061-2/+18
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat(files): switch to piniaJohn Molakvoæ2023-04-061-2/+3
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat(files_trashbin): migrate to vueJohn Molakvoæ2023-04-061-0/+58
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>