@windward/integrations 0.8.0 → 0.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # Changelog
2
2
 
3
+ ### Release [0.10.0] created - 2025-01-03
4
+
5
+
3
6
  ## Release [0.7.0] - 2024-08-29
4
7
 
5
8
  * Version bump to 0.7.0
package/babel.config.js CHANGED
@@ -1 +1 @@
1
- module.exports = { presets: ["@babel/preset-env"] };
1
+ module.exports = { presets: ['@babel/preset-env'] }
@@ -3,6 +3,7 @@
3
3
  <SearchField
4
4
  v-model="search"
5
5
  :num-results="numFiles"
6
+ hide-filters
6
7
  @click:search="onLoadAssets($event)"
7
8
  @click:clear="onClickClear"
8
9
  ></SearchField>
@@ -26,6 +26,9 @@
26
26
  :icon="logItemIcon(logItem)"
27
27
  class="log-item"
28
28
  >
29
+ <span class="caption">
30
+ {{ $d(new Date(logItem.created_at), 'shorttime') }}
31
+ </span>
29
32
  <p>{{ logItem.message }}</p>
30
33
 
31
34
  <div v-if="showDetails(logItem)">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@windward/integrations",
3
- "version": "0.8.0",
3
+ "version": "0.10.0",
4
4
  "description": "Windward UI Plugin Integrations for 3rd Party Systems",
5
5
  "main": "plugin.js",
6
6
  "scripts": {
@@ -17,7 +17,7 @@
17
17
  </v-tabs>
18
18
  <v-tabs-items v-model="tab">
19
19
  <v-tab-item>
20
- <h2>
20
+ <h2 tabindex="0">
21
21
  {{ $t('windward.integrations.pages.import_course.title') }}
22
22
  </h2>
23
23
 
@@ -144,7 +144,7 @@
144
144
  </div>
145
145
  </v-tab-item>
146
146
  <v-tab-item>
147
- <h2>
147
+ <h2 tabindex="0">
148
148
  {{
149
149
  $t(
150
150
  'windward.integrations.components.integration.job.recent_jobs_title'
@@ -4,7 +4,7 @@
4
4
  <v-row justify="center" align="center">
5
5
  <v-col cols="12">
6
6
  <div class="d-flex mb-5">
7
- <h2 class="mr-auto flex-grow-1">
7
+ <h2 class="mr-auto flex-grow-1" tabindex="0">
8
8
  {{
9
9
  $t(
10
10
  'windward.integrations.components.navigation.integrations.title'