Commit graph

53 commits

Author SHA1 Message Date
swve
c605c2a8f4 feat: implement bullet lists in the editor 2025-04-18 15:24:06 +02:00
swve
e6d7e881e3 feat: add link extension support and styling to editor components 2025-04-17 15:25:29 +02:00
swve
ed1ae628cb chore: upgrade packages 2025-04-06 12:43:36 +02:00
swve
04c5b845fb feat: add UserProfilePopup to UserAvatar and update CoursesActions to show profile popups for authors 2025-03-29 18:31:17 +01:00
swve
dc5ac3039f chore: remove Sentry configuration + packages upgrades 2025-03-29 17:27:27 +01:00
swve
eddaad9bcf chore: update Next.js version from 15.2.2 to 15.2.3 in package.json and pnpm-lock.yaml 2025-03-22 22:22:05 +01:00
swve
006c2c4072 chore: replace react-beautiful-dnd with @hello-pangea/dnd 2025-03-11 16:46:08 +01:00
swve
63be0f0ff3 chore: upgrade React and Next.js to latest versions
Update project dependencies to React 19 and Next.js 15, including TypeScript type adjustments and async parameter handling across multiple components
2025-03-11 12:50:56 +01:00
swve
81c4190b00 feat: migrate tailwind to v4 2025-03-10 13:26:59 +01:00
swve
05efdcb642 feat: Enhance Course Learning Items with Emoji and Flexible Parsing 2025-02-27 09:59:39 +01:00
Flavio Mastrangelo
4c8f6abd4e feat: add emblor pkg for TagInput component 2025-02-21 00:16:55 +01:00
dependabot[bot]
7042cde9cb
chore(deps): bump the npm_and_yarn group across 2 directories with 4 updates
Bumps the npm_and_yarn group with 1 update in the / directory: [@sentry/nextjs](https://github.com/getsentry/sentry-javascript).
Bumps the npm_and_yarn group with 3 updates in the /apps/web directory: [@sentry/nextjs](https://github.com/getsentry/sentry-javascript), [dompurify](https://github.com/cure53/DOMPurify) and [katex](https://github.com/KaTeX/KaTeX).


Updates `@sentry/nextjs` from 8.55.0 to 9.1.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-javascript/compare/8.55.0...9.1.0)

Updates `@sentry/nextjs` from 8.35.0 to 9.1.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-javascript/compare/8.55.0...9.1.0)

Updates `dompurify` from 3.1.7 to 3.2.4
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/3.1.7...3.2.4)

Updates `katex` from 0.16.11 to 0.16.21
- [Release notes](https://github.com/KaTeX/KaTeX/releases)
- [Changelog](https://github.com/KaTeX/KaTeX/blob/main/CHANGELOG.md)
- [Commits](https://github.com/KaTeX/KaTeX/compare/v0.16.11...v0.16.21)

Updates `@sentry/node` from 8.35.0 to 9.1.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-javascript/compare/8.35.0...9.1.0)

---
updated-dependencies:
- dependency-name: "@sentry/nextjs"
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: "@sentry/nextjs"
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: dompurify
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: katex
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: "@sentry/node"
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-18 18:50:20 +00:00
swve
6edf02b92d chore: upgrade Next.js and related dependencies to version 14.2.23 2025-01-25 13:41:12 +01:00
swve
1c6de351d3 fix: additional issues 2024-11-26 01:10:39 +01:00
swve
9f1d8c58d1 feat: add customers list on the dashboard 2024-11-03 00:04:00 +01:00
swve
bf38fee68b fix: conflicts and upgrades 2024-10-30 23:52:39 +01:00
swve
412651e817 feat: improve products & subscriptions page 2024-10-30 23:41:11 +01:00
swve
c762d2333e feat: use shadcn inputs and modal 2024-10-30 23:41:11 +01:00
swve
5e53878a64 fix: packages issues 2024-10-30 23:40:37 +01:00
swve
deba63cc15 feat: init payments config backend & dash frontend 2024-10-30 23:40:37 +01:00
swve
b3f1a4a7c5 feat: frontend packages upgrades 2024-10-30 23:40:37 +01:00
Eduard-Constantin Ibinceanu
ba6d17827b
Add Tables feature to the Editor (#340)
* Install table extension

* Add the table extension to editor

* Add table button to toolbar

* Fix packages

* Add table icon

* Add table style

* Change table style

* Add buttons to add rows and columns

* Add buttons to remove columns and rows

* Fix resize icon
2024-10-23 19:08:41 +02:00
swve
56d2007181 feat: make external pages responsive 2024-10-23 12:23:46 +02:00
swve
8965ee67c3 feat: add badges to editor 2024-10-10 22:20:02 +02:00
swve
cc68ea2e94 feat: add unsplash image chooser for courses thumbnails 2024-10-10 22:06:27 +02:00
swve
69f1e9d67a chore: update packages 2024-10-10 21:21:22 +02:00
Badr B.
1f35dfdd93
Merge branch 'dev' into feat/editor-and-misc-updates 2024-10-10 21:17:57 +02:00
swve
4a10f9a858 chore: update and fix frontend packages 2024-10-06 12:40:11 +02:00
swve
bcd029d178 fix: purify content in externalObjects 2024-09-29 18:47:30 +02:00
swve
d8be321021 feat: add ExternalObjects (Embeds) to editor 2024-09-27 20:58:10 +02:00
swve
aecf03404f feat: init org thumbnails creation & edition & redesign dash org config page 2024-09-27 11:03:33 +02:00
swve
2c61542eb7 chore: update next and other packages 2024-08-29 20:02:30 +02:00
swve
a5a87d7866 feat: enable sentry for the frontend 2024-08-29 19:57:24 +02:00
swve
d6aa071425 feat: add publish status change from the course edition page 2024-08-05 19:45:24 +02:00
swve
182cd73001 feat: Remove unused imports and update some packages 2024-07-18 00:36:58 +02:00
swve
a2f2ae703b chore: bump nextjs version to 14.2.4 2024-06-15 20:11:52 +01:00
swve
0fb213ee4e fix: Error when you try to edit a course from a button 2024-06-14 00:46:12 +01:00
swve
29219391ea feat: add loading indicator and improve loading screens 2024-06-13 23:00:33 +01:00
swve
8901cc589e chore: js package updates 2024-06-10 14:26:57 +01:00
swve
25cba1cdbb fix: pnpm issues 2024-06-06 17:21:07 +01:00
swve
08cc97f557 fix: session auth issues 2024-06-06 16:54:53 +01:00
swve
1708b36818 feat: init new auth 2024-06-06 16:53:41 +01:00
swve
2e3d1ca094 chore: upgrade pnpm lockfiles to 9.0 2024-05-26 11:25:20 +02:00
swve
47a96d84d2 feat: improve YouTube videoIds detection 2024-05-03 17:28:35 +02:00
swve
a0966e90e3 fix: video activity bug 2024-05-03 17:13:07 +02:00
swve
ae7b7a7f93 fix: downgrade nextjs due to bugs 2024-05-02 16:20:03 +02:00
swve
49cfb854b2 chore: Update next package version to 14.2.3 in package.json and pnpm-lock.yaml 2024-05-02 16:04:36 +02:00
swve
a89e98d063 feat: update to next@14.2.2 2024-04-21 13:23:55 +02:00
swve
d5791d99d5 feat: improve frontend image 2024-04-20 11:51:01 +02:00
Badr B
190e518ba6
Merge pull request #203 from learnhouse/dependabot/npm_and_yarn/types/react-18.2.74 2024-04-10 22:33:18 +02:00