Skip to content

Commit

Permalink
Updated truncate length for aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
willbrowningme committed Aug 2, 2019
1 parent 1433805 commit 8f35949
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 18 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Here are a few reasons I can think of:
* No limitation on the number of aliases that can be created
* Generous monthly bandwidth
* Multiple domains to choose for aliases (currently anonaddy.com and anonaddy.me)
* Ability to generate UUID aliases
* New features added regularly


Expand Down
18 changes: 9 additions & 9 deletions composer.lock

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

12 changes: 6 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"laravel-mix": "^4.1.2",
"laravel-mix-purgecss": "^4.1.0",
"lodash": "^4.17.15",
"portal-vue": "^2.1.5",
"portal-vue": "^2.1.6",
"postcss-import": "^11.1.0",
"postcss-nesting": "^5.0.0",
"resolve-url-loader": "^2.3.2",
"tailwindcss": "^1.0.6",
"tippy.js": "^4.3.4",
"tippy.js": "^4.3.5",
"v-clipboard": "^2.2.2",
"vue": "^2.6.10",
"vue-multiselect": "^2.1.6",
Expand Down
2 changes: 1 addition & 1 deletion resources/js/pages/Aliases.vue
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@
v-clipboard:error="clipboardError"
>
<span class="font-semibold text-indigo-800">{{
alias.local_part | truncate(25)
alias.local_part | truncate(36)
}}</span>
<span class="block text-grey-400 text-sm">{{
getAliasEmail(alias) | truncate(40)
Expand Down

0 comments on commit 8f35949

Please sign in to comment.