Ronald Langeveld
71b81c8995
Replaced missed memberBio with memberExpertise
...
no issue
2022-09-09 09:12:13 +02:00
James Morris
3a29a55228
Added eslinting to better manage Tailwind classes
2022-08-30 14:53:35 +01:00
Simon Backx
31c2174d47
v0.9.2
2022-08-15 12:45:46 +02:00
Simon Backx
6274e90e27
v0.9.1
2022-08-15 12:34:45 +02:00
Simon Backx
c8d4b89ac7
🐛 Added line break on Shift + Enter
...
refs https://github.com/TryGhost/Team/issues/1793
Included in the @tiptap/extension-hard-break extension.
2022-08-15 12:32:59 +02:00
Simon Backx
41623a6512
v0.9.0
2022-08-15 11:30:18 +02:00
Simon Backx
2b83af85d1
🐛 Fixed popups not closing correctly
...
refs https://ghost.slack.com/archives/C02G9E68C/p1660323308235919
- When opening and closing a popup very fast, it will stay in DOM, blocking all pointer events.
- The Headless UI component <Transition show={show}> is not removed from DOM when show is set to true, and false very fast
- Fixed this by forcing a popup to get removed from DOM after 250ms after is has been closed.
- Updated HeadlessUI version
- Moved testing packges to dev dependencies
2022-08-15 10:22:26 +02:00
Simon Backx
bf698c9a75
v0.8.0
2022-08-12 15:56:07 +02:00
James Morris
ee210d80b6
v0.7.0
2022-08-12 14:03:38 +01:00
Simon Backx
42d69562d9
Added test for replies and deleted members
...
refs https://github.com/TryGhost/Team/issues/1780
2022-08-12 11:19:48 +02:00
Simon Backx
ef4cfc9b9a
Readded auth frame test and improved test structure
...
refs https://github.com/TryGhost/Team/issues/1780
2022-08-11 17:11:26 +02:00
Simon Backx
12b224e17a
v0.6.0
2022-08-11 10:03:22 +02:00
Fabien "egg" O'Carroll
fbdb70330f
v0.5.0
2022-08-09 15:15:41 +01:00
Simon Backx
164fdcbeb2
v0.4.0
2022-08-05 11:47:52 +02:00
Fabien "egg" O'Carroll
5530ec7b4c
v0.2.4
2022-08-04 11:34:52 +01:00
Fabien "egg" O'Carroll
c87b059c0b
v0.3.0
2022-08-04 10:42:59 +01:00
Rishabh
91d3864126
v0.2.3
2022-07-27 21:17:37 +05:30
Rishabh
8078c4a495
v0.2.2
2022-07-27 19:38:38 +05:30
Rishabh
1eb16692aa
v0.2.1
2022-07-26 15:40:34 +05:30
Rishabh
75503279d4
v0.2.0
2022-07-25 22:40:53 +05:30
Simon Backx
e002904ce7
v0.1.2
2022-07-12 15:48:50 +02:00
Fabien "egg" O'Carroll
8b72c0ec8d
v0.1.1
2022-07-08 13:09:02 +02:00
Fabien "egg" O'Carroll
b7fbd4e74e
Setup app to support prod published flow
2022-07-08 13:09:02 +02:00
Simon Backx
1550f582be
Added blockquotes
2022-07-08 11:03:19 +02:00
Simon Backx
c677f60f0b
Added Tiptap core dependency
2022-07-08 10:43:33 +02:00
Simon Backx
a10c73ac89
Removed Tiptap starter kit from package.json
2022-07-08 10:41:17 +02:00
Simon Backx
6f0573ccb0
Added TipTap editor
2022-07-08 09:58:55 +02:00
Simon Backx
6a11c5ed8d
Revert "Added TipTap editor"
...
This reverts commit f2c1b3397c
.
2022-07-07 17:18:40 +02:00
Simon Backx
f2c1b3397c
Added TipTap editor
2022-07-07 17:12:24 +02:00
James Morris
9e9cd270b9
New tweaks to the bottom text box
2022-07-07 14:49:10 +02:00
Peter Zimon
5ce4924624
Added postcss and minify
2022-07-06 14:54:44 +02:00
Rishabh
1164bacd24
Added tailwind watch for dev mode
...
- adds auto compile for tailwind in dev mode
2022-07-05 11:53:27 +02:00
Simon Backx
7e9b2d544c
Replaced iframe with shadow DOM
...
no issue
- Instead of an iframe tag, we use the shadow DOM to separate CSS.
- The CSS is fully isolated, except for inherited properties. To fix that, we needed to add `:host { all: initial; }` to the CSS.
2022-07-05 11:46:14 +02:00
Peter Zimon
32c396d75b
Added Tailwind CSS
2022-07-05 10:15:12 +02:00
Simon Backx
6f0defc6a1
Added AppContext and basic Form component
2022-07-04 17:23:01 +02:00
Rishabh
c71db17200
Fixed tests
2022-07-04 15:59:11 +02:00
Rishabh
cc4eda6478
Added custom build setup
...
refs https://github.com/TryGhost/Team/issues/1664
- overrides webpack config to generate single script for publishing
- adds custom scripts for dev and production mode
2022-07-04 15:15:01 +02:00
Rishabh
59865f1e0f
✨ Initial commit
2022-07-04 14:54:12 +02:00
Rishabh
7042386db2
Initialize project using Create React App
2022-07-04 14:53:12 +02:00