Skip to content

Commit

Permalink
I7495 Submission listing work in progress (pkp#299)
Browse files Browse the repository at this point in the history
* pkp/pkp-lib#7495 Submission listing WIP
  • Loading branch information
jardakotesovec authored Nov 27, 2023
1 parent ecebfa9 commit bca2972
Show file tree
Hide file tree
Showing 47 changed files with 20,112 additions and 27,370 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ jobs:
run: npm install
# 👇 Adds Chromatic as a step in the workflow
- name: Publish to Chromatic
uses: chromaui/action@v1
uses: chromaui/action@v1 # Chromatic GitHub Action options
with:
projectToken: chpt_d560551f1e4c0c7
2 changes: 0 additions & 2 deletions .storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ import '../src/styles/_global.less';
import {initializeRTL} from 'storybook-addon-rtl';

import {createPinia} from 'pinia';
import i18nPlugin from '@/piniaPlugins/i18n.plugin.js';

const pinia = createPinia();
pinia.use(i18nPlugin);

initializeRTL();

Expand Down
Loading

0 comments on commit bca2972

Please sign in to comment.