Skip to content

Commit

Permalink
chore: import createportal from react-dom
Browse files Browse the repository at this point in the history
  • Loading branch information
mfanselmo committed Dec 12, 2024
1 parent 638cd2e commit 9ef39b9
Show file tree
Hide file tree
Showing 5 changed files with 251 additions and 80 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Debounce the ResizeObserver for automatic dialog resizing to resolve https://github.com/TeselaGen/tg-oss/issues/63 [`#65`](https://github.com/TeselaGen/tg-oss/pull/65)
- Use a custom tippy theme called 'teselagen' to avoid overriding styles defined by themes in tippy instances outisde of ove [`#64`](https://github.com/TeselaGen/tg-oss/pull/64)
- Added fix for clipboard commands when there are multiple editors [`#57`](https://github.com/TeselaGen/tg-oss/pull/57)
- Fixed condition for removing \* [`#52`](https://github.com/TeselaGen/tg-oss/pull/52)
- Removed \* aa from dna translation at the end of sequence [`#50`](https://github.com/TeselaGen/tg-oss/pull/50)
- export feat locs [`#45`](https://github.com/TeselaGen/tg-oss/pull/45)
- Fixed condition for removing * [`#52`](https://github.com/TeselaGen/tg-oss/pull/52)
- Removed * aa from dna translation at the end of sequence [`#50`](https://github.com/TeselaGen/tg-oss/pull/50)
- export feat locs [`#45`](https://github.com/TeselaGen/tg-oss/pull/45)
- unifying sequence filtering so filterSequenceString is always hit and… [`#31`](https://github.com/TeselaGen/tg-oss/pull/31)
- fixed genbank file embedded in another genbank comment [`#36`](https://github.com/TeselaGen/tg-oss/pull/36)
- fix the ORF start codons label for RNA sequence [`#27`](https://github.com/TeselaGen/tg-oss/pull/27)
- adding more null pointer checks for tgSelect, making annotation start… [`#30`](https://github.com/TeselaGen/tg-oss/pull/30)
- Fix ove and ui imports for vitest [`#25`](https://github.com/TeselaGen/tg-oss/pull/25)
- Reorder tgSelect results [`#20`](https://github.com/TeselaGen/tg-oss/pull/20)
- fixing annotation range issue and adding test [`#23`](https://github.com/TeselaGen/tg-oss/pull/23)
- fixing annotation range issue and adding test [`#23`](https://github.com/TeselaGen/tg-oss/pull/23)
- add beforeReadOnlyChange handler [`#21`](https://github.com/TeselaGen/tg-oss/pull/21)
- disable edit lock while loading [`#15`](https://github.com/TeselaGen/tg-oss/pull/15)
- Add tests [`#11`](https://github.com/TeselaGen/tg-oss/pull/11)
Expand All @@ -59,4 +59,4 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- closes #35 [`#35`](https://github.com/TeselaGen/tg-oss/issues/35)
- updating yarn lock [`ff41df0`](https://github.com/TeselaGen/tg-oss/commit/ff41df0b49b8051fcba084f7eaa44cf23284926d)
- updating deps, moving to lodash-es, moving all packages to type: module [`bc7312c`](https://github.com/TeselaGen/tg-oss/commit/bc7312ccbe27c2d9a11cf2563ba978199428b50a)
- updating table styling to remove table last row bottom margin, removing unused S3Download, removing axios dep, updating deps [`8a6fb1f`](https://github.com/TeselaGen/tg-oss/commit/8a6fb1f047550f617c3e56b8c3ebf145967076ef)
- fix: upgrade react-dom [`5af38fa`](https://github.com/TeselaGen/tg-oss/commit/5af38fa54bbbb6c251b6a05734db3f42a242152e)
Loading

0 comments on commit 9ef39b9

Please sign in to comment.