Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalwengerter committed Apr 13, 2022
1 parent 18e3a7d commit 55c88a6
Show file tree
Hide file tree
Showing 16 changed files with 835 additions and 913 deletions.
2 changes: 1 addition & 1 deletion packages/web-app-files/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
id="files-sidebar"
ref="filesSidebar"
tabindex="-1"
class="oc-width-1-1 oc-width-1-3@m oc-width-1-4@xl"
class="oc-width-1-1 oc-width-2-5@m oc-width-1-4@xl"
:sidebar-active-panel="sidebarActivePanel"
@beforeDestroy="focusSideBar"
@mounted="focusSideBar"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
v-oc-tooltip="label"
:aria-label="label"
appearance="raw"
:variation="copied ? 'success' : 'passive'"
@click="copyValueToClipboard"
>
<span v-text="text" />
Expand Down Expand Up @@ -84,7 +85,7 @@ export default {
<style scoped>
._clipboard-success-animation {
animation-name: _clipboard-success-animation;
animation-duration: 0.5s;
animation-duration: 0.8s;
animation-timing-function: ease-out;
animation-fill-mode: both;
}
Expand Down
Loading

0 comments on commit 55c88a6

Please sign in to comment.