Skip to content

Commit

Permalink
JNG-5785 mui pro trigger filter button (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
noherczeg authored Jul 8, 2024
1 parent ed84971 commit 696d5bf
Show file tree
Hide file tree
Showing 9 changed files with 2,821 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
<goals>
<goal>pnpm</goal>
</goals>
<phase>generate-sources</phase>
<phase>test</phase>
<configuration>
<arguments>run build</arguments>
</configuration>
Expand All @@ -190,6 +190,31 @@
<workingDirectory>${generation-target}</workingDirectory>
</configuration>
</plugin>

<plugin>
<groupId>hu.blackbelt.judo.generator</groupId>
<artifactId>judo-diff-checker-maven-plugin</artifactId>
<version>${revision}</version>
<executions>
<execution>
<goals>
<goal>checkDiffs</goal>
</goals>
<phase>generate-sources</phase>
</execution>
</executions>
<configuration>
<sourceDirectory>${project.basedir}/target/frontend-react/</sourceDirectory>
<snapshotDirectory>${project.basedir}/src/test/resources/snapshots/frontend-react/</snapshotDirectory>
<sources>
<source>src/pages/God/God/Galaxies/AccessTablePage/index.tsx</source>
<source>src/pages/God/God/Galaxies/AccessViewPage/index.tsx</source>
<source>src/containers/View/Galaxy/Table/components/ViewGalaxyTableTableComponent/index.tsx</source>
<source>src/components/table/LazyTable.tsx</source>
<source>src/components/table/EagerTable.tsx</source>
</sources>
</configuration>
</plugin>
</plugins>
</build>
</project>
Loading

0 comments on commit 696d5bf

Please sign in to comment.