Skip to content

Commit

Permalink
Add name for home breadcrumb in filepicker
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Ng <[email protected]>
Signed-off-by: nextcloud-command <[email protected]>
  • Loading branch information
Pytal authored and nextcloud-command committed Feb 24, 2023
1 parent ec1f165 commit ec5022c
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 9 deletions.
1 change: 1 addition & 0 deletions core/css/server.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/css/server.css.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions core/css/styles.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/css/styles.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions core/css/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -647,6 +647,7 @@ code {
padding-right: 140px;

div:first-child a {
font-size: 0px;
background-image: var(--icon-home-dark);
background-repeat: no-repeat;
background-position: left center;
Expand Down
2 changes: 1 addition & 1 deletion core/src/OC/dialogs.js
Original file line number Diff line number Diff line change
Expand Up @@ -1324,7 +1324,7 @@ const Dialogs = {

$template.octemplate({
dir: '',
name: '' // Ugly but works ;)
name: t('core', 'Home'),
}, { escapeFunction: null }).prependTo(this.$dirTree)

},
Expand Down
4 changes: 2 additions & 2 deletions dist/core-login.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/core-login.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/core-main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/core-main.js.map

Large diffs are not rendered by default.

0 comments on commit ec5022c

Please sign in to comment.