diff --git a/packages/presentation/src/components/UserBox copy.svelte b/packages/presentation/src/components/UserBox copy.svelte new file mode 100644 index 0000000000..1fe0086a6e --- /dev/null +++ b/packages/presentation/src/components/UserBox copy.svelte @@ -0,0 +1,133 @@ + + + +
+ + + +
+
+ +
+
+ + {#each objects as person} + + {/each} +
+ +
+
+
+ {#if selected}{selected.firstName + ' ' + selected.lastName}{:else}
+
+
+ + diff --git a/packages/presentation/src/components/UserBox.svelte b/packages/presentation/src/components/UserBox.svelte index 1fe0086a6e..bc1de0bf9d 100644 --- a/packages/presentation/src/components/UserBox.svelte +++ b/packages/presentation/src/components/UserBox.svelte @@ -13,17 +13,17 @@ // limitations under the License. -->
- - - -
-
- -
-
- - {#each objects as person} - - {/each} -
+
@@ -90,38 +81,6 @@ border: none; } - .header { - text-align: left; - .title { - margin-bottom: 1rem; - font-weight: 500; - color: var(--theme-caption-color); - } - .caption { - margin: 1rem 0 .625rem .375rem; - font-size: .75rem; - font-weight: 600; - text-transform: uppercase; - color: var(--theme-content-dark-color); - } - } - - .menu-item { - justify-content: start; - padding: .375rem; - border-radius: .5rem; - - &:hover { - background-color: var(--theme-button-bg-pressed); - border: 1px solid var(--theme-bg-accent-color); - } - &:focus { - border: 1px solid var(--primary-button-focused-border); - box-shadow: 0 0 0 3px var(--primary-button-outline); - z-index: 1; - } - } - .selectUser { margin-left: .75rem; .title { diff --git a/packages/presentation/src/components/UsersPopup.svelte b/packages/presentation/src/components/UsersPopup.svelte new file mode 100644 index 0000000000..174861cb2b --- /dev/null +++ b/packages/presentation/src/components/UsersPopup.svelte @@ -0,0 +1,94 @@ + + + + + + diff --git a/plugins/recruit-resources/src/components/CreateApplication.svelte b/plugins/recruit-resources/src/components/CreateApplication.svelte index 985911e317..2034a6e9c8 100644 --- a/plugins/recruit-resources/src/components/CreateApplication.svelte +++ b/plugins/recruit-resources/src/components/CreateApplication.svelte @@ -48,7 +48,7 @@ on:close={() => { dispatch('close') }}>
- +