Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue updating to React 18 caused by @blueprintjs/datetime dependency #5699

Closed
McDusty opened this issue Oct 26, 2022 · 13 comments
Closed

Issue updating to React 18 caused by @blueprintjs/datetime dependency #5699

McDusty opened this issue Oct 26, 2022 · 13 comments

Comments

@McDusty
Copy link

McDusty commented Oct 26, 2022

Environment

  • Package version(s):
    "@blueprintjs/core": "4.11.5",
    "@blueprintjs/datetime": "4.4.5"
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "typescript": "4.8.1-rc",
    "@types/react": "18.0.23",
    "@types/react-dom": "18.0.7",

  • Operating System: MacOS M1

  • Browser name and version: Chrome Version 106.0.5249.119

Actual behavior

After updating a some what large project from React 16 to React 18 my project fails to build.
The error is in a node module inside of Blueprintjs/datetime
The Error I am seeing...

node_modules/@blueprintjs/datetime/node_modules/react-day-picker/types/Props.d.ts(47,13): error TS2694: Namespace 'React' has no exported member 'SFC'.
node_modules/@blueprintjs/datetime/node_modules/react-day-picker/types/Props.d.ts(72,13): error TS2694: Namespace 'React' has no exported member 'SFC'.
node_modules/@blueprintjs/datetime/node_modules/react-day-picker/types/Props.d.ts(145,13): error TS2694: Namespace 'React' has no exported member 'SFC'.
@adidahiya
Copy link
Contributor

@blueprintjs/datetime is not currently compatible with react 18 because we use react-day-picker v7. I'll update the peer dependencies constraint to reflect this. Until we upgrade to react-day-picker v8, it's not going to compile successfully.

Similar issue here: #5652 (comment)

@McDusty
Copy link
Author

McDusty commented Oct 26, 2022

Cool thanks for the reply

jaltekruse added a commit to jaltekruse/DoenetTools that referenced this issue Mar 15, 2023
- delete file not referenced anywhere (it happened to also reference
  a datetime package that has not be updated to be compatible with react
  18, but it doesn't matter because we didn't actually need it)
- palantir/blueprint#5699
jaltekruse added a commit to jaltekruse/DoenetTools that referenced this issue Mar 15, 2023
- delete file not referenced anywhere (it happened to also reference
  a datetime package that has not be updated to be compatible with react
  18, but it doesn't matter because we didn't actually need it)
- palantir/blueprint#5699
jaltekruse added a commit to jaltekruse/DoenetTools that referenced this issue Mar 15, 2023
- also update packages with peer dependencies on react
- delete file not referenced anywhere (it happened to also reference
  a datetime package that has not be updated to be compatible with react
  18, but it doesn't matter because we didn't actually need it)
- palantir/blueprint#5699
jaltekruse added a commit to jaltekruse/DoenetTools that referenced this issue Mar 20, 2023
- also update packages with peer dependencies on react
- delete file not referenced anywhere (it happened to also reference
  a datetime package that has not be updated to be compatible with react
  18, but it doesn't matter because we didn't actually need it)
- palantir/blueprint#5699
kevincharles pushed a commit to Doenet/DoenetTools that referenced this issue Apr 3, 2023
* Upgrade react 18

- also update packages with peer dependencies on react
- delete file not referenced anywhere (it happened to also reference
  a datetime package that has not be updated to be compatible with react
  18, but it doesn't matter because we didn't actually need it)
- palantir/blueprint#5699

* package lock

* Change to use the new API for the root render call reqired in version 18

* Remove unneeded depedency, move cypress-parallel to optional depedencies
jaltekruse added a commit to jaltekruse/DoenetTools that referenced this issue Apr 8, 2023
Squashed commit of the following:

commit 45dc6a5
Merge: bc0398b 0c09423
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 27 12:57:01 2023 -0500

    Merge remote-tracking branch 'upstream/main' into newHomepage

commit bc0398b
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 27 17:27:09 2023 +0000

    See Inside should now work!

commit 528c715
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 27 16:49:41 2023 +0000

    Start of make public.  Assigns activity.

commit cefbaa8
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 27 14:31:20 2023 +0000

    Not show deleted activities

commit 64d253f
Author: Kevin Charles <[email protected]>
Date:   Sun Mar 26 22:13:16 2023 +0000

    Jost font

commit 9b5f924
Author: Kevin Charles <[email protected]>
Date:   Sun Mar 26 21:15:51 2023 +0000

    Fix z-index to 1200 per Chakra standards

commit 35fc95e
Author: Kevin Charles <[email protected]>
Date:   Sun Mar 26 20:27:21 2023 +0000

    Fixed Headers zindex and top margin gap

commit a3201af
Author: Kevin Charles <[email protected]>
Date:   Sun Mar 26 03:51:55 2023 +0000

    Update card size to 180 - fix editor cap image bug

commit 5347709
Author: Kevin Charles <[email protected]>
Date:   Sun Mar 26 02:12:45 2023 +0000

    Removed refrences to next_doenetId

commit eade9eb
Author: Kevin Charles <[email protected]>
Date:   Sat Mar 25 17:24:25 2023 +0000

    React Icons and portfolio menu functionality

commit b2cf51f
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 24 21:28:33 2023 +0000

    Portfolio card menu and layout update

commit a7936f9
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 24 13:09:34 2023 +0000

    Bug fix courseId in settings

commit 0ee30ff
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 24 03:43:34 2023 +0000

    Settings go to correct referrer

commit abe0de0
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 24 03:01:21 2023 +0000

    Portfolio Activity Viewer Avatar and elispe Label

commit 83d09d2
Author: Kevin Charles <[email protected]>
Date:   Thu Mar 23 22:55:09 2023 +0000

    Why is Avatar or Chakra Not working?

commit ce5df64
Author: Kevin Charles <[email protected]>
Date:   Thu Mar 23 22:42:59 2023 +0000

    Portfolio Public Viewer

commit 29a857c
Author: Kevin Charles <[email protected]>
Date:   Thu Mar 23 14:22:40 2023 +0000

    half done with viewer

commit 36a76b9
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 21 23:17:16 2023 +0000

    Fixed portfolio layout to take up bottom

commit 618f6e4
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 21 23:08:55 2023 +0000

    Fixed some links

commit 6648553
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 21 21:32:46 2023 +0000

    Setting DND fixed

commit 0c09423
Author: Duane Nykamp <[email protected]>
Date:   Tue Mar 21 16:27:44 2023 -0500

    regular polygon (Doenet#1986)

commit 4115f83
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 21 20:57:02 2023 +0000

    Loader for portfilio Menu Cap

commit 4772f60
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 21 20:04:55 2023 +0000

    Portfolio Editor Menu Cap

commit ee6dcd9
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 21 14:20:47 2023 +0000

    Fixed cleanup bug

commit 1f092b2
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 21 13:51:38 2023 +0000

    Portfolio Editor Improvements

commit e135d52
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 21 04:00:27 2023 +0000

    Add settings only to portfolio page

commit 906c661
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 21 03:47:49 2023 +0000

    Menus in editor

commit 1de7bbb
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 21 02:41:21 2023 +0000

    Fixed activity create

commit 4f81dac
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 20 21:27:00 2023 +0000

    start of create p activity

commit 9eaafa5
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 20 18:15:47 2023 +0000

    React Dom Root

commit 6332a99
Merge: 61ccb63 ef7a1b9
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 20 18:14:31 2023 +0000

    Merge remote-tracking branch 'jason/upgrade-to-react-18' into newHomepage

commit ef7a1b9
Author: Jason Altekruse <[email protected]>
Date:   Mon Mar 20 11:44:15 2023 -0500

    Remove unneeded depedency, move cypress-parallel to optional depedencies

commit 9881551
Author: Jason Altekruse <[email protected]>
Date:   Fri Mar 17 17:04:17 2023 -0500

    Change to use the new API for the root render call reqired in version 18

commit a54e95a
Author: Jason Altekruse <[email protected]>
Date:   Wed Mar 15 13:22:44 2023 -0500

    package lock

commit a1e79b4
Author: Jason Altekruse <[email protected]>
Date:   Wed Mar 15 13:15:41 2023 -0500

    Upgrade react 18

    - also update packages with peer dependencies on react
    - delete file not referenced anywhere (it happened to also reference
      a datetime package that has not be updated to be compatible with react
      18, but it doesn't matter because we didn't actually need it)
    - palantir/blueprint#5699

commit b4c8df1
Author: Duane Nykamp <[email protected]>
Date:   Mon Mar 20 05:05:45 2023 -0500

    delay updating renderers until the end of update sequences (Doenet#1995)

commit 61ccb63
Merge: 908433c d097e5d
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 20 02:41:01 2023 +0000

    Merge remote-tracking branch 'jason/upgrade-to-react-18' into newHomepage

commit cf25bb8
Author: Duane Nykamp <[email protected]>
Date:   Fri Mar 17 19:17:47 2023 -0500

    Add support for parallel cypress tests (Doenet#1992)

commit d097e5d
Author: Jason Altekruse <[email protected]>
Date:   Fri Mar 17 17:04:17 2023 -0500

    Change to use the new API for the root render call reqired in version 18

commit 908433c
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 17 20:59:37 2023 +0000

    Half done settings image uploader

commit ae86e01
Author: Kevin Charles <[email protected]>
Date:   Wed Mar 15 22:55:45 2023 +0000

    resized image upload.  Make it small!

commit 669724f
Author: Kevin Charles <[email protected]>
Date:   Wed Mar 15 22:20:54 2023 +0000

    Working on upload images

commit 4fdd58b
Author: Kevin Charles <[email protected]>
Date:   Wed Mar 15 19:57:41 2023 +0000

    Portfolio Layout

commit 90f0454
Author: Jason Altekruse <[email protected]>
Date:   Wed Mar 15 13:22:44 2023 -0500

    package lock

commit 36ac2e0
Author: Jason Altekruse <[email protected]>
Date:   Wed Mar 15 13:15:41 2023 -0500

    Upgrade react 18

    - also update packages with peer dependencies on react
    - delete file not referenced anywhere (it happened to also reference
      a datetime package that has not be updated to be compatible with react
      18, but it doesn't matter because we didn't actually need it)
    - palantir/blueprint#5699

commit 917d500
Author: Kevin Charles <[email protected]>
Date:   Wed Mar 15 03:28:18 2023 +0000

    fix update redirect

commit 463d8c9
Author: Kevin Charles <[email protected]>
Date:   Wed Mar 15 03:13:10 2023 +0000

    fix bugs - checkbox and redirects

commit 44181aa
Author: Kevin Charles <[email protected]>
Date:   Wed Mar 15 02:57:31 2023 +0000

    loader sign in test and create portfolio courseId

commit e63643b
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 14 03:22:42 2023 +0000

    also

commit cf288e2
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 14 03:22:33 2023 +0000

    loader for portfolio and start of cards

commit aeef05f
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 14 02:11:03 2023 +0000

    update activity settings

commit 9ff3855
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 13 23:23:42 2023 +0000

    Working on Add Activity for Portfolio

commit 6c7667c
Author: Kevin Charles <[email protected]>
Date:   Sat Mar 11 23:14:13 2023 +0000

    Start of get settings

commit 4c2e593
Author: Kevin Charles <[email protected]>
Date:   Sat Mar 11 20:24:28 2023 +0000

    Add Activity Button wired up

commit a691472
Author: Kevin Charles <[email protected]>
Date:   Sat Mar 11 15:50:59 2023 +0000

    navigation and next stage improvements

commit 43de336
Author: Kevin Charles <[email protected]>
Date:   Sat Mar 11 15:15:51 2023 +0000

    Layout of portfolio settings

commit 2b56054
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 10 21:09:32 2023 +0000

    grid improvement

commit 8cbafd9
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 10 15:40:19 2023 +0000

    Css for underline not div

commit 08e277b
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 10 04:04:04 2023 +0000

    More progress

commit 93369f0
Author: Kevin Charles <[email protected]>
Date:   Thu Mar 9 22:52:20 2023 +0000

    Home page is back

commit 2b646df
Author: Kevin Charles <[email protected]>
Date:   Thu Mar 9 00:15:16 2023 +0000

    Reworking Routes

commit 857ca93
Merge: bd91287 1a51537
Author: Kevin Charles <[email protected]>
Date:   Wed Mar 8 10:15:38 2023 -0600

    Merge remote-tracking branch 'upstream/main' into newHomepage

commit 1a51537
Author: Duane Nykamp <[email protected]>
Date:   Tue Mar 7 23:55:54 2023 -0600

    bugfixes (Doenet#1984)

commit f2d878d
Author: Duane Nykamp <[email protected]>
Date:   Tue Mar 7 21:34:08 2023 -0600

    Remove label/math/text from graph on umount (Doenet#1982)

commit cef9377
Author: keaganeng <[email protected]>
Date:   Tue Mar 7 17:46:10 2023 -0600

    Keyboard redesign (Doenet#1948)

commit bb084b3
Author: Duane Nykamp <[email protected]>
Date:   Tue Mar 7 15:48:53 2023 -0600

    showBorder attribute for graph (Doenet#1981)

commit 6b9db14
Author: Duane Nykamp <[email protected]>
Date:   Tue Mar 7 15:32:53 2023 -0600

    forall and exists operators (Doenet#1980)

commit 4ad07cf
Author: ernzher <[email protected]>
Date:   Wed Mar 8 04:54:22 2023 +0800

    Fix mailto in ref (Doenet#1971)

commit e07efad
Author: Duane Nykamp <[email protected]>
Date:   Tue Mar 7 12:23:43 2023 -0600

    tweaks to pegboard (Doenet#1979)

commit b7c8f3a
Author: Duane Nykamp <[email protected]>
Date:   Tue Mar 7 12:17:16 2023 -0600

    handGraded attribute for answer (Doenet#1977)

commit c4955ac
Author: Duane Nykamp <[email protected]>
Date:   Tue Mar 7 12:17:02 2023 -0600

    Addeed expanded attribute to answer (Doenet#1976)

commit 0f2ca51
Author: Duane Nykamp <[email protected]>
Date:   Mon Mar 6 21:18:18 2023 -0600

    Expose curve component functions as public state variables (Doenet#1970)

commit 1115c12
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 6 14:55:11 2023 -0600

    Grade override (Doenet#1955)

commit f84503d
Author: Duane Nykamp <[email protected]>
Date:   Mon Mar 6 14:53:37 2023 -0600

    pegboard for graph (Doenet#1968)

commit d06e9c2
Author: Duane Nykamp <[email protected]>
Date:   Mon Mar 6 14:51:58 2023 -0600

    nested list items switch numbering scheme (Doenet#1969)

commit bd91287
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 6 14:59:33 2023 +0000

    More progress on Home

commit 8f04abb
Author: Kevin Charles <[email protected]>
Date:   Sun Mar 5 23:07:14 2023 +0000

    Start of navigation using NavItem and Outlet

commit fdbdbe2
Author: Duane Nykamp <[email protected]>
Date:   Fri Mar 3 17:02:47 2023 -0600

    doenetML state variable and displayDoenetML component (Doenet#1964)

commit 388f8e1
Author: ernzher <[email protected]>
Date:   Sat Mar 4 06:31:47 2023 +0800

    Fix: mathinput color (Doenet#1944)

commit 62b0d0f
Author: ernzher <[email protected]>
Date:   Sat Mar 4 06:28:07 2023 +0800

    Fix: slider and label color (Doenet#1943)

commit 77fc546
Author: ernzher <[email protected]>
Date:   Sat Mar 4 06:19:45 2023 +0800

    Fix: graph tick color (Doenet#1942)

commit 3420b63
Author: Duane Nykamp <[email protected]>
Date:   Fri Mar 3 14:43:28 2023 -0600

    navigateToTarget action on ref tag (Doenet#1961)

    Resolves Doenet#1835

commit e2af37f
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 3 20:34:40 2023 +0000

    More code

commit 91b9357
Author: Duane Nykamp <[email protected]>
Date:   Fri Mar 3 14:18:56 2023 -0600

    perform vector simplication before comparisons (Doenet#1962)

commit 13eaf59
Author: Duane Nykamp <[email protected]>
Date:   Fri Mar 3 14:15:49 2023 -0600

    fix a few regressions and bugs (Doenet#1959)

commit e15b412
Merge: a3e70ac 22bc934
Author: Kevin Charles <[email protected]>
Date:   Wed Mar 1 08:47:05 2023 -0600

    Merge remote-tracking branch 'upstream/main' into newHomepage

commit a3e70ac
Author: Kevin Charles <[email protected]>
Date:   Wed Mar 1 04:54:27 2023 +0000

    Add Activity button portfolio

commit 597b2d6
Author: Kevin Charles <[email protected]>
Date:   Wed Mar 1 04:44:29 2023 +0000

    Fix footer gap issue

commit fafced0
Author: Kevin Charles <[email protected]>
Date:   Wed Mar 1 04:40:19 2023 +0000

    All three pages

commit 22bc934
Author: Duane Nykamp <[email protected]>
Date:   Tue Feb 28 16:48:53 2023 -0600

    New math features (Doenet#1949)

    This brings in changes from the math expressions library for commits between ab71641e5e1171c352af0941eaaf2624cea77216 and dd6c3b286cb1f78e897b0b3baa363374913e08d2

    Summary of changes in new version of math expressions:

    -  enable numerical comparison of vecs
    -  add line segments
    -  set containment with equality
    -  begin support for integrals
    -  introduce a few units
    -  angle as operator, normalize arg order when compare
    -  parallel operator
    -  perp operator and lone symbol
    -  altvector with langle/rangle notation
    -  binom, vec, angle, floor, ceil exponents of non trig function are not moved outside
    -  latex operatorname, nCr, nPr
    -  evaluate log_b(a)
    -  function raised to -1 don't become reciprocal
    -  remove "\\," from latex output of factors

commit 8f5418e
Author: Duane Nykamp <[email protected]>
Date:   Fri Feb 24 20:43:51 2023 +0000

    verticesDraggable/endpointsDraggable attributes for polygons/polylines/lineSegments

commit c88695c
Author: Duane Nykamp <[email protected]>
Date:   Fri Feb 24 20:10:09 2023 +0000

    vector magnitude

commit ec906e8
Author: Duane Nykamp <[email protected]>
Date:   Sat Feb 25 04:38:08 2023 +0000

    invertible and symbolic line segment length

commit c2e1815
Author: Duane Nykamp <[email protected]>
Date:   Tue Feb 28 11:04:51 2023 -0600

    copyDoenetMLToClipboard action on all components (Doenet#1952)

commit 35dad7a
Author: Kevin Charles <[email protected]>
Date:   Tue Feb 28 04:07:59 2023 +0000

    Logo in header

commit 0d5cfe9
Author: Kevin Charles <[email protected]>
Date:   Tue Feb 28 03:42:05 2023 +0000

    Start of header home page

commit 33083b9
Author: Duane Nykamp <[email protected]>
Date:   Mon Feb 27 14:23:06 2023 -0600

    fix animation stopping bug (Doenet#1950)

commit 786bb41
Author: Duane Nykamp <[email protected]>
Date:   Thu Feb 9 23:29:12 2023 -0600

    Don't trigger child updates when children unchanged

commit 4b20665
Author: Duane Nykamp <[email protected]>
Date:   Thu Feb 9 20:37:08 2023 -0600

    Change update arrays to sets

commit 14db5a6
Author: Duane Nykamp <[email protected]>
Date:   Tue Feb 7 19:37:19 2023 -0600

    Prevent duplicate renderer updates with invalid children

commit 26afeba
Author: Kevin Charles <[email protected]>
Date:   Mon Feb 27 19:30:21 2023 +0000

    display flaw in textStyle

commit 6834848
Author: Duane Nykamp <[email protected]>
Date:   Mon Feb 27 13:22:42 2023 -0600

    Fix duplicate name in updateValue bug (Doenet#1929)

commit a5e544a
Merge: e2e0d15 ff5bfe2
Author: Kevin Charles <[email protected]>
Date:   Mon Feb 27 13:21:27 2023 -0600

    Merge remote-tracking branch 'upstream/main' into newHomepage

commit ff5bfe2
Author: Duane Nykamp <[email protected]>
Date:   Mon Feb 27 13:11:36 2023 -0600

    ref opens new tab with createButton (Doenet#1932)

commit a304b27
Author: Duane Nykamp <[email protected]>
Date:   Mon Feb 27 13:09:09 2023 -0600

    EmphasizeRightAngle attribute for angle (Doenet#1924)

commit 6fc5400
Author: Duane Nykamp <[email protected]>
Date:   Mon Feb 27 13:05:07 2023 -0600

    bug fix: correctly withhold replacements when shadowing (Doenet#1930)

commit ac56ef2
Author: Duane Nykamp <[email protected]>
Date:   Mon Feb 27 12:58:32 2023 -0600

    Renderers protect again null children (Doenet#1927)

commit e8adde8
Author: Duane Nykamp <[email protected]>
Date:   Mon Feb 27 12:41:01 2023 -0600

    formula can be an answer response (Doenet#1933)

commit 63e8005
Author: Duane Nykamp <[email protected]>
Date:   Mon Feb 27 12:40:32 2023 -0600

    ref in placement exam uses exam tool (Doenet#1809)

commit 1cb7601
Author: Duane Nykamp <[email protected]>
Date:   Mon Feb 27 12:39:15 2023 -0600

    Rotate image inside a graph (Doenet#1923)

commit 568adae
Author: Duane Nykamp <[email protected]>
Date:   Fri Feb 24 22:25:14 2023 +0000

    added triggering utility functions to reduce duplicate code

commit 03a9832
Author: Duane Nykamp <[email protected]>
Date:   Wed Feb 15 19:21:05 2023 -0600

    rename to triggerWhenObjectsFocused

commit 83e65e8
Author: Duane Nykamp <[email protected]>
Date:   Sat Feb 11 21:41:04 2023 -0600

    mouse down action on remaining graphical components

commit fa02d92
Author: Duane Nykamp <[email protected]>
Date:   Sat Feb 11 20:23:31 2023 -0600

    triggerWhenMouseDownOnObjects, down action for point

commit 34e5d68
Author: Duane Nykamp <[email protected]>
Date:   Sat Feb 11 12:25:18 2023 -0600

    createTargetComponentNames attribute type

commit 933f290
Author: Emilio Alvarez <[email protected]>
Date:   Fri Feb 24 11:07:34 2023 -0600

    update dev container (Doenet#1951)

    * update to support git on linux
    * add github pr to extension list
    * add xml tools and gitlens

commit e2e0d15
Author: Kevin Charles <[email protected]>
Date:   Fri Feb 17 23:38:54 2023 +0000

    Database update and card update

commit 619b0fc
Author: Kevin Charles <[email protected]>
Date:   Fri Feb 17 04:53:16 2023 +0000

    Temp Carousel

commit 2ceccc3
Author: Kevin Charles <[email protected]>
Date:   Thu Feb 16 22:51:31 2023 +0000

    More work on Carousel

commit df08392
Author: Kevin Charles <[email protected]>
Date:   Thu Feb 16 22:33:16 2023 +0000

    HP Create Content section

commit e6cc445
Author: Kevin Charles <[email protected]>
Date:   Thu Feb 16 17:39:44 2023 +0000

    Carousel

commit 51baff6
Author: Kevin Charles <[email protected]>
Date:   Wed Feb 15 23:31:54 2023 +0000

    minor

commit 38f9a02
Author: Kevin Charles <[email protected]>
Date:   Mon Feb 13 04:41:03 2023 +0000

    And header is responsive

commit 4a9a448
Author: Kevin Charles <[email protected]>
Date:   Mon Feb 13 04:28:06 2023 +0000

    Improved Responsive design

commit f9691b0
Author: Kevin Charles <[email protected]>
Date:   Mon Feb 13 01:57:39 2023 +0000

    working on responsive design

commit 304524d
Merge: 24cb133 59cae9b
Author: Kevin Charles <[email protected]>
Date:   Fri Feb 10 15:52:57 2023 +0000

    Merge remote-tracking branch 'upstream/main' into fixBug2

commit 24cb133
Author: Kevin Charles <[email protected]>
Date:   Thu Feb 9 22:28:10 2023 +0000

    Database Based Carousel

commit 6ffb2b4
Author: Kevin Charles <[email protected]>
Date:   Thu Feb 9 14:49:58 2023 +0000

    live example text

commit 56c2659
Author: Kevin Charles <[email protected]>
Date:   Wed Feb 8 22:54:11 2023 +0000

    Fixes and kitten

commit 69b37f4
Author: Kevin Charles <[email protected]>
Date:   Wed Feb 8 22:36:07 2023 +0000

    Carousel Proof of Concept

commit 59cae9b
Author: Duane Nykamp <[email protected]>
Date:   Wed Feb 8 14:46:06 2023 -0600

    textinput max width is 100% (Doenet#1905)

commit 69b7361
Author: Kevin Charles <[email protected]>
Date:   Wed Feb 8 19:18:11 2023 +0000

    Learn is complete

commit f722719
Author: Kevin Charles <[email protected]>
Date:   Wed Feb 8 18:37:55 2023 +0000

    Updated doenetML and fix for getEventData.php

commit 0b5613a
Author: Kevin Charles <[email protected]>
Date:   Wed Feb 8 17:26:39 2023 +0000

    Doenet Viewer in place

commit 8cd1a1f
Author: Kevin Charles <[email protected]>
Date:   Wed Feb 8 15:52:36 2023 +0000

    Video update

commit 840d1ef
Author: Kevin Charles <[email protected]>
Date:   Wed Feb 8 03:03:13 2023 +0000

    Responsive design

commit 1cf9ed6
Author: Kevin Charles <[email protected]>
Date:   Wed Feb 8 02:36:37 2023 +0000

    Autoplay video

commit 78b25e0
Author: Kevin Charles <[email protected]>
Date:   Wed Feb 8 00:23:00 2023 +0000

    Autoplay doesn't work

commit 136f048
Author: Kevin Charles <[email protected]>
Date:   Wed Feb 8 00:08:43 2023 +0000

    Headers for new home page
jaltekruse added a commit to jaltekruse/DoenetTools that referenced this issue Apr 8, 2023
Squashed commit of the following:

commit c2f29cc
Merge: 9d23ae5 7cab3f6
Author: Kevin Charles <[email protected]>
Date:   Fri Apr 7 13:37:58 2023 -0500

    Merge pull request Doenet#5 from Lyanthropos/deployVite2

    update with vite-bugfix

commit 7cab3f6
Merge: cfd2ab8 9d23ae5
Author: Emilio Alvarez <[email protected]>
Date:   Fri Apr 7 13:07:17 2023 -0500

    Merge remote-tracking branch 'Kevin/deployVite2' into deployVite2

commit cfd2ab8
Merge: 7001361 33c4426
Author: Emilio Alvarez <[email protected]>
Date:   Fri Apr 7 18:06:55 2023 +0000

    Merge remote-tracking branch 'Emilio/vite-bugfix' into deployVite2

commit 33c4426
Author: Emilio Alvarez <[email protected]>
Date:   Fri Apr 7 17:25:24 2023 +0000

    increase default node space size

commit 0875f63
Author: Emilio Alvarez <[email protected]>
Date:   Fri Apr 7 17:04:13 2023 +0000

    move geogebra to public (references)

commit 6c191f8
Author: Emilio Alvarez <[email protected]>
Date:   Fri Apr 7 17:03:48 2023 +0000

    move geogebra to public (files)

commit e668f5a
Author: Emilio Alvarez <[email protected]>
Date:   Fri Apr 7 17:00:22 2023 +0000

    explicit worker module type

commit 87fc436
Author: Emilio Alvarez <[email protected]>
Date:   Fri Apr 7 00:59:05 2023 +0000

    add cache to gitnore

commit 578f693
Author: Emilio Alvarez <[email protected]>
Date:   Fri Apr 7 00:58:50 2023 +0000

    update commands

commit 825f7e5
Author: Emilio Alvarez <[email protected]>
Date:   Fri Apr 7 00:58:27 2023 +0000

    add gnome-keyring

commit 5012664
Merge: b6eabed 8c19893
Author: Emilio Alvarez <[email protected]>
Date:   Tue Apr 4 10:23:22 2023 -0500

    Merge branch 'main' into vite-bugfix

commit b6eabed
Merge: a95e754 bd04a17
Author: Emilio Alvarez <[email protected]>
Date:   Tue Apr 4 15:19:21 2023 +0000

    Merge remote-tracking branch 'Doenet/main' into vite-bugfix

commit a95e754
Author: Emilio Alvarez <[email protected]>
Date:   Tue Apr 4 15:18:55 2023 +0000

    inlcude plotly

commit bcebb93
Author: Emilio Alvarez <[email protected]>
Date:   Tue Apr 4 15:12:56 2023 +0000

    increase npm build space to 4gb

commit 8c19893
Author: Duane Nykamp <[email protected]>
Date:   Mon Apr 3 23:17:07 2023 -0500

    graph inside graph renders children inside parent graph (Doenet#2007)

commit 541f71f
Author: Duane Nykamp <[email protected]>
Date:   Mon Apr 3 23:11:54 2023 -0500

    dark mode support in core styles and test environments (Doenet#2006)

commit f5d66b1
Author: Emilio Alvarez <[email protected]>
Date:   Tue Apr 4 03:17:16 2023 +0000

    fix geogebra import

commit 8384bab
Author: Emilio Alvarez <[email protected]>
Date:   Tue Apr 4 03:15:46 2023 +0000

    switch to import flags

commit bd04a17
Author: Duane Nykamp <[email protected]>
Date:   Mon Apr 3 21:56:09 2023 -0500

    Functions inside functions are reevaluated (Doenet#2002)

    * evaluate_to_constant return NaN for non-numeric
    * Functions default to symbolic
    * Functions default to simplify
    * function simplify/expand do not affect formula

commit fc2fbc3
Author: Emilio Alvarez <[email protected]>
Date:   Tue Apr 4 02:55:51 2023 +0000

    fix image imports

commit ed43229
Author: Emilio Alvarez <[email protected]>
Date:   Mon Apr 3 21:11:42 2023 -0500

    upgrade development to vite (Doenet#2008)

commit 6fa3a61
Author: Jason Altekruse <[email protected]>
Date:   Mon Apr 3 10:35:59 2023 -0500

    Upgrade to react 18 (Doenet#1991)

    * Upgrade react 18

    - also update packages with peer dependencies on react
    - delete file not referenced anywhere (it happened to also reference
      a datetime package that has not be updated to be compatible with react
      18, but it doesn't matter because we didn't actually need it)
    - palantir/blueprint#5699

    * package lock

    * Change to use the new API for the root render call reqired in version 18

    * Remove unneeded depedency, move cypress-parallel to optional depedencies

commit 8d61204
Author: Duane Nykamp <[email protected]>
Date:   Thu Mar 30 20:08:25 2023 -0500

    piecewise function (Doenet#1998)

(cherry picked from commit 86f9660)
jaltekruse added a commit to jaltekruse/DoenetTools that referenced this issue Apr 11, 2023
Squashed commit of the following:

commit 1bde7b2
Author: Jason Altekruse <[email protected]>
Date:   Tue Apr 11 18:13:18 2023 -0500

    revert changes in dist and geogebra to clean up the PR diff

commit 3b9deb6
Author: Kevin Charles <[email protected]>
Date:   Tue Apr 11 22:25:49 2023 +0000

    Public Editor Update

commit 010c561
Author: Kevin Charles <[email protected]>
Date:   Tue Apr 11 22:24:05 2023 +0000

    Public Editor updates

commit aa8c976
Author: Kevin Charles <[email protected]>
Date:   Tue Apr 11 20:49:28 2023 +0000

    Improved No activities in portfolio sections

commit fefeb3c
Author: Kevin Charles <[email protected]>
Date:   Tue Apr 11 20:00:56 2023 +0000

    Deploy footer

commit 14759a6
Author: Kevin Charles <[email protected]>
Date:   Tue Apr 11 19:59:10 2023 +0000

    Homepage footer

commit 278e2c5
Author: Kevin Charles <[email protected]>
Date:   Tue Apr 11 18:13:42 2023 +0000

    Don't show portfolio course in courses

commit aa0d84f
Author: Kevin Charles <[email protected]>
Date:   Tue Apr 11 18:05:35 2023 +0000

    Shorten space around search

commit c6993d0
Merge: be5ea50 d0d5612
Author: Kevin Charles <[email protected]>
Date:   Tue Apr 11 12:46:18 2023 -0500

    Merge pull request Doenet#6 from ernzher/viteKevin

    Styling fixes on community

commit d0d5612
Author: ernzher <[email protected]>
Date:   Tue Apr 11 11:10:43 2023 -0500

    Fix: styling on right tabs with indicator

commit 58bd5ab
Author: ernzher <[email protected]>
Date:   Tue Apr 11 11:10:04 2023 -0500

    Fix: bugs in themes

commit be5ea50
Author: Kevin Charles <[email protected]>
Date:   Tue Apr 11 14:16:58 2023 +0000

    Snow almost gone

commit 92e8dcb
Author: Kevin Charles <[email protected]>
Date:   Tue Apr 11 14:14:10 2023 +0000

    fixed something

commit 7c1f269
Author: ernzher <[email protected]>
Date:   Tue Apr 11 08:59:05 2023 -0500

    Fix: styling on searchbar

commit b04f4a3
Author: ernzher <[email protected]>
Date:   Tue Apr 11 08:57:50 2023 -0500

    Add: global colors and default Button

commit e238f7e
Author: Kevin Charles <[email protected]>
Date:   Mon Apr 10 14:58:57 2023 +0000

    Home page clean up

commit 0a0c09a
Author: Kevin Charles <[email protected]>
Date:   Sat Apr 8 13:53:33 2023 +0000

    Link fix 2

commit fd9a161
Author: Kevin Charles <[email protected]>
Date:   Sat Apr 8 13:50:06 2023 +0000

    Link fix

commit d80fcd3
Author: Kevin Charles <[email protected]>
Date:   Sat Apr 8 13:43:59 2023 +0000

    Weekend edition

commit a99190b
Author: Kevin Charles <[email protected]>
Date:   Sat Apr 8 13:39:37 2023 +0000

    Site header on public portfolio and public viewer

commit 6de3e0e
Author: Kevin Charles <[email protected]>
Date:   Fri Apr 7 19:19:51 2023 +0000

    Deploy all results

commit 2250cda
Author: Kevin Charles <[email protected]>
Date:   Fri Apr 7 19:13:52 2023 +0000

    fixed back button in settings

commit e6b5d50
Author: Kevin Charles <[email protected]>
Date:   Fri Apr 7 18:59:53 2023 +0000

    All Matches

commit c2f29cc
Merge: 9d23ae5 7cab3f6
Author: Kevin Charles <[email protected]>
Date:   Fri Apr 7 13:37:58 2023 -0500

    Merge pull request Doenet#5 from Lyanthropos/deployVite2

    update with vite-bugfix

commit 7cab3f6
Merge: cfd2ab8 9d23ae5
Author: Emilio Alvarez <[email protected]>
Date:   Fri Apr 7 13:07:17 2023 -0500

    Merge remote-tracking branch 'Kevin/deployVite2' into deployVite2

commit cfd2ab8
Merge: 7001361 33c4426
Author: Emilio Alvarez <[email protected]>
Date:   Fri Apr 7 18:06:55 2023 +0000

    Merge remote-tracking branch 'Emilio/vite-bugfix' into deployVite2

commit 9d23ae5
Author: Kevin Charles <[email protected]>
Date:   Fri Apr 7 18:02:51 2023 +0000

    Database update

commit 7001361
Author: Kevin Charles <[email protected]>
Date:   Fri Apr 7 17:43:03 2023 +0000

    Bug fixes!

commit 37c33c7
Author: Kevin Charles <[email protected]>
Date:   Fri Apr 7 17:41:21 2023 +0000

    Fix missing courseId bug

commit 33c4426
Author: Emilio Alvarez <[email protected]>
Date:   Fri Apr 7 17:25:24 2023 +0000

    increase default node space size

commit 0875f63
Author: Emilio Alvarez <[email protected]>
Date:   Fri Apr 7 17:04:13 2023 +0000

    move geogebra to public (references)

commit 6c191f8
Author: Emilio Alvarez <[email protected]>
Date:   Fri Apr 7 17:03:48 2023 +0000

    move geogebra to public (files)

commit e668f5a
Author: Emilio Alvarez <[email protected]>
Date:   Fri Apr 7 17:00:22 2023 +0000

    explicit worker module type

commit 8df836b
Author: Kevin Charles <[email protected]>
Date:   Fri Apr 7 13:41:52 2023 +0000

    Time to warm up!

commit 97fc0b0
Author: Kevin Charles <[email protected]>
Date:   Fri Apr 7 13:30:50 2023 +0000

    Portfolio public and private order by added timestamp

commit 87fc436
Author: Emilio Alvarez <[email protected]>
Date:   Fri Apr 7 00:59:05 2023 +0000

    add cache to gitnore

commit 578f693
Author: Emilio Alvarez <[email protected]>
Date:   Fri Apr 7 00:58:50 2023 +0000

    update commands

commit 825f7e5
Author: Emilio Alvarez <[email protected]>
Date:   Fri Apr 7 00:58:27 2023 +0000

    add gnome-keyring

commit 78b0c65
Author: Kevin Charles <[email protected]>
Date:   Thu Apr 6 23:00:35 2023 +0000

    Fix not loading add activity doenetML editor Bug

commit 8353e5d
Author: Kevin Charles <[email protected]>
Date:   Thu Apr 6 21:58:47 2023 +0000

    No manual sort for portfolios

commit 0affd0f
Author: Kevin Charles <[email protected]>
Date:   Wed Apr 5 21:43:27 2023 +0000

    Why is it cold?

commit 8b2770c
Author: Kevin Charles <[email protected]>
Date:   Wed Apr 5 21:27:14 2023 +0000

    Search only porfolio content

commit b7dca89
Author: Kevin Charles <[email protected]>
Date:   Wed Apr 5 18:39:32 2023 +0000

    Remix from public activities

commit e63c073
Author: Kevin Charles <[email protected]>
Date:   Wed Apr 5 16:26:53 2023 +0000

    Basic Remix!

commit b88e8d2
Author: Kevin Charles <[email protected]>
Date:   Wed Apr 5 14:30:49 2023 +0000

    Working on Remix Button

commit 82679e4
Author: Kevin Charles <[email protected]>
Date:   Tue Apr 4 19:49:40 2023 +0000

    Make sure there is an image for search results

commit 7162426
Author: Kevin Charles <[email protected]>
Date:   Tue Apr 4 19:25:09 2023 +0000

    It's a wrap

commit 6c95d8d
Author: Kevin Charles <[email protected]>
Date:   Tue Apr 4 19:23:11 2023 +0000

    fixed search wrap

commit 7dc103c
Author: Kevin Charles <[email protected]>
Date:   Tue Apr 4 16:06:50 2023 +0000

    Docker updates to get it running (icon fix too)

commit 5012664
Merge: b6eabed 8c19893
Author: Emilio Alvarez <[email protected]>
Date:   Tue Apr 4 10:23:22 2023 -0500

    Merge branch 'main' into vite-bugfix

commit b6eabed
Merge: a95e754 bd04a17
Author: Emilio Alvarez <[email protected]>
Date:   Tue Apr 4 15:19:21 2023 +0000

    Merge remote-tracking branch 'Doenet/main' into vite-bugfix

commit a95e754
Author: Emilio Alvarez <[email protected]>
Date:   Tue Apr 4 15:18:55 2023 +0000

    inlcude plotly

commit bcebb93
Author: Emilio Alvarez <[email protected]>
Date:   Tue Apr 4 15:12:56 2023 +0000

    increase npm build space to 4gb

commit f5d66b1
Author: Emilio Alvarez <[email protected]>
Date:   Tue Apr 4 03:17:16 2023 +0000

    fix geogebra import

commit 8384bab
Author: Emilio Alvarez <[email protected]>
Date:   Tue Apr 4 03:15:46 2023 +0000

    switch to import flags

commit fc2fbc3
Author: Emilio Alvarez <[email protected]>
Date:   Tue Apr 4 02:55:51 2023 +0000

    fix image imports

commit 505490a
Author: Kevin Charles <[email protected]>
Date:   Tue Apr 4 02:51:01 2023 +0000

    Warming up!

commit 4bb2fe4
Author: Kevin Charles <[email protected]>
Date:   Tue Apr 4 02:37:58 2023 +0000

    Sad Icon for none found

commit 5585449
Author: Kevin Charles <[email protected]>
Date:   Mon Apr 3 22:42:42 2023 +0000

    Author Cards

commit 46b1450
Author: Kevin Charles <[email protected]>
Date:   Mon Apr 3 22:06:00 2023 +0000

    Chakra Tabs

commit 20f2af2
Author: Kevin Charles <[email protected]>
Date:   Mon Apr 3 19:29:49 2023 +0000

    Results for search

commit f7c1380
Author: Kevin Charles <[email protected]>
Date:   Sat Apr 1 18:57:40 2023 +0000

    Start of search

commit 5e268dd
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 31 22:24:07 2023 +0000

    Fix making public with settings

commit 041c902
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 31 13:43:28 2023 +0000

    dark out

commit 1d81fc9
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 31 13:41:17 2023 +0000

    comment out learning outcomes and fixed upload image flaw

commit 334d4d5
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 31 02:35:22 2023 +0000

    fix bug

commit 09d016b
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 31 02:34:20 2023 +0000

    Missing data

commit 67e58ef
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 31 02:31:35 2023 +0000

    Orange button

commit 24b5e3f
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 31 02:29:54 2023 +0000

    Update Public Activity Button

commit dccb365
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 31 01:43:28 2023 +0000

    Fix Logo Image

commit 3109851
Author: Kevin Charles <[email protected]>
Date:   Thu Mar 30 21:18:11 2023 +0000

    Not snowing yet

commit bb11479
Author: Kevin Charles <[email protected]>
Date:   Thu Mar 30 21:17:06 2023 +0000

    Fixed two more missing tool root updates

commit 2128239
Author: Kevin Charles <[email protected]>
Date:   Thu Mar 30 19:50:49 2023 +0000

    Snow storm!

commit 87b76ff
Author: Kevin Charles <[email protected]>
Date:   Thu Mar 30 18:39:22 2023 +0000

    Fix confused toolroot

commit cd31043
Author: Kevin Charles <[email protected]>
Date:   Thu Mar 30 02:24:03 2023 +0000

    Link fixes

commit 062c36c
Author: Kevin Charles <[email protected]>
Date:   Thu Mar 30 02:22:51 2023 +0000

    Fixes for links and recoil root

commit 74b27cf
Author: Kevin Charles <[email protected]>
Date:   Thu Mar 30 02:03:38 2023 +0000

    Carousel updates

commit fa7b591
Author: Kevin Charles <[email protected]>
Date:   Thu Mar 30 01:53:45 2023 +0000

    Database and carousel updates

commit 0ceb937
Author: Kevin Charles <[email protected]>
Date:   Thu Mar 30 01:18:06 2023 +0000

    Hide portfolio courses from course list

commit 9cfc72a
Author: Kevin Charles <[email protected]>
Date:   Thu Mar 30 00:58:49 2023 +0000

    Carousel and Portfolio Editor Fixes

commit 3b62254
Author: Kevin Charles <[email protected]>
Date:   Wed Mar 29 03:47:20 2023 +0000

    Swipper carousel start

commit 273aad4
Author: Kevin Charles <[email protected]>
Date:   Wed Mar 29 02:58:25 2023 +0000

    Portfolio Viewer now only shows assigned

commit e0a7284
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 28 22:11:51 2023 +0000

    Deploy regularPolygon

commit 6327d61
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 28 21:46:39 2023 +0000

    Fix cancel button was updating settings

commit fdb2e06
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 27 23:20:18 2023 +0000

    No chart

commit 3d8b8ae
Merge: 7b65f7c f35ba4e
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 27 17:52:03 2023 -0500

    Merge remote-tracking branch 'emilio/vite-dev' into viteDeploy

commit 7b65f7c
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 27 17:44:57 2023 -0500

    activity_default deploy!

commit f35ba4e
Author: Emilio Alvarez <[email protected]>
Date:   Mon Mar 27 17:39:13 2023 -0500

    move api

commit 729a31f
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 27 17:39:09 2023 -0500

    fixed pics and vids

commit 60c2159
Author: Emilio Alvarez <[email protected]>
Date:   Mon Mar 27 17:37:55 2023 -0500

    move api mount

commit 8cf2c91
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 27 17:21:44 2023 -0500

    Make API good

commit 2955a08
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 27 16:39:50 2023 -0500

    Sunny day outside lets deploy!

commit 75313c5
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 27 20:34:02 2023 +0000

    Start of Error Handling

commit f072336
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 27 19:31:13 2023 +0000

    Fixed Home button Image

commit 40cd3d8
Merge: 45dc6a5 4728887
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 27 18:37:27 2023 +0000

    Merge remote-tracking branch 'emilio/vite-dev' into viteDeploy

commit 4728887
Merge: 93251fc 0c09423
Author: Emilio Alvarez <[email protected]>
Date:   Mon Mar 27 18:27:40 2023 +0000

    Merge remote-tracking branch 'Doenet/main' into vite-dev

commit 93251fc
Author: Emilio Alvarez <[email protected]>
Date:   Mon Mar 27 18:14:16 2023 +0000

    consolidate build into apache dockerfile

commit 45dc6a5
Merge: bc0398b 0c09423
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 27 12:57:01 2023 -0500

    Merge remote-tracking branch 'upstream/main' into newHomepage

commit bc0398b
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 27 17:27:09 2023 +0000

    See Inside should now work!

commit 528c715
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 27 16:49:41 2023 +0000

    Start of make public.  Assigns activity.

commit cefbaa8
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 27 14:31:20 2023 +0000

    Not show deleted activities

commit 64d253f
Author: Kevin Charles <[email protected]>
Date:   Sun Mar 26 22:13:16 2023 +0000

    Jost font

commit 9b5f924
Author: Kevin Charles <[email protected]>
Date:   Sun Mar 26 21:15:51 2023 +0000

    Fix z-index to 1200 per Chakra standards

commit 35fc95e
Author: Kevin Charles <[email protected]>
Date:   Sun Mar 26 20:27:21 2023 +0000

    Fixed Headers zindex and top margin gap

commit a3201af
Author: Kevin Charles <[email protected]>
Date:   Sun Mar 26 03:51:55 2023 +0000

    Update card size to 180 - fix editor cap image bug

commit 5347709
Author: Kevin Charles <[email protected]>
Date:   Sun Mar 26 02:12:45 2023 +0000

    Removed refrences to next_doenetId

commit eade9eb
Author: Kevin Charles <[email protected]>
Date:   Sat Mar 25 17:24:25 2023 +0000

    React Icons and portfolio menu functionality

commit b2cf51f
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 24 21:28:33 2023 +0000

    Portfolio card menu and layout update

commit a7936f9
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 24 13:09:34 2023 +0000

    Bug fix courseId in settings

commit 0ee30ff
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 24 03:43:34 2023 +0000

    Settings go to correct referrer

commit abe0de0
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 24 03:01:21 2023 +0000

    Portfolio Activity Viewer Avatar and elispe Label

commit 83d09d2
Author: Kevin Charles <[email protected]>
Date:   Thu Mar 23 22:55:09 2023 +0000

    Why is Avatar or Chakra Not working?

commit ce5df64
Author: Kevin Charles <[email protected]>
Date:   Thu Mar 23 22:42:59 2023 +0000

    Portfolio Public Viewer

commit 2c6de3d
Author: Emilio Alvarez <[email protected]>
Date:   Thu Mar 23 21:52:29 2023 +0000

    update dockerignore

commit 061f4ca
Author: Emilio Alvarez <[email protected]>
Date:   Thu Mar 23 21:52:06 2023 +0000

    update lockfile

commit cc66cdc
Author: Emilio Alvarez <[email protected]>
Date:   Thu Mar 23 16:20:54 2023 +0000

    update file mounts

commit 13e4f0c
Author: Emilio Alvarez <[email protected]>
Date:   Thu Mar 23 14:41:27 2023 +0000

    swtich dockerfile to bullseye backports

commit e91b25b
Author: Emilio Alvarez <[email protected]>
Date:   Thu Mar 23 14:34:50 2023 +0000

    add platform to mysql

commit 29a857c
Author: Kevin Charles <[email protected]>
Date:   Thu Mar 23 14:22:40 2023 +0000

    half done with viewer

commit 1601552
Author: Emilio Alvarez <[email protected]>
Date:   Wed Mar 22 20:47:34 2023 +0000

    add workspace flags

commit 16cccc0
Author: Emilio Alvarez <[email protected]>
Date:   Wed Mar 22 20:39:05 2023 +0000

    update dev buildx command

commit 07caec0
Author: Emilio Alvarez <[email protected]>
Date:   Wed Mar 22 20:38:46 2023 +0000

    new dev dockerfile

commit aabefda
Author: Emilio Alvarez <[email protected]>
Date:   Wed Mar 22 20:38:27 2023 +0000

    update dev tag

commit 8576ab9
Author: Emilio Alvarez <[email protected]>
Date:   Wed Mar 22 20:36:53 2023 +0000

    add .doenet asset flags

commit a4fb3d6
Author: Emilio Alvarez <[email protected]>
Date:   Wed Mar 22 12:43:37 2023 -0500

    fix uiDocs route

commit 0d5b3d1
Author: Emilio Alvarez <[email protected]>
Date:   Wed Mar 22 12:42:33 2023 -0500

    move to new container tags

commit 10e7bc5
Author: Emilio Alvarez <[email protected]>
Date:   Wed Mar 22 12:41:44 2023 -0500

    treat .doenet as an asset

commit 79bb0b7
Author: Emilio Alvarez <[email protected]>
Date:   Wed Mar 22 12:13:33 2023 -0500

    updte index file

commit 36a76b9
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 21 23:17:16 2023 +0000

    Fixed portfolio layout to take up bottom

commit 618f6e4
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 21 23:08:55 2023 +0000

    Fixed some links

commit 6648553
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 21 21:32:46 2023 +0000

    Setting DND fixed

commit 4115f83
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 21 20:57:02 2023 +0000

    Loader for portfilio Menu Cap

commit 5d83dc3
Author: Emilio Alvarez <[email protected]>
Date:   Tue Mar 21 15:38:33 2023 -0500

    remove old files

commit f6c7832
Author: Emilio Alvarez <[email protected]>
Date:   Tue Mar 21 15:35:19 2023 -0500

    fix worker import

commit 697b329
Author: Emilio Alvarez <[email protected]>
Date:   Tue Mar 21 15:34:34 2023 -0500

    clean up packages & remove snowpack

commit 1bddb02
Author: Emilio Alvarez <[email protected]>
Date:   Tue Mar 21 15:20:20 2023 -0500

    index.html workarounds

commit 525e114
Author: Emilio Alvarez <[email protected]>
Date:   Tue Mar 21 15:18:49 2023 -0500

    working build config

commit 4772f60
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 21 20:04:55 2023 +0000

    Portfolio Editor Menu Cap

commit 003aba1
Author: Emilio Alvarez <[email protected]>
Date:   Tue Mar 21 14:19:02 2023 -0500

    update for csv-parse 5.0

commit ee6dcd9
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 21 14:20:47 2023 +0000

    Fixed cleanup bug

commit 1f092b2
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 21 13:51:38 2023 +0000

    Portfolio Editor Improvements

commit e135d52
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 21 04:00:27 2023 +0000

    Add settings only to portfolio page

commit 906c661
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 21 03:47:49 2023 +0000

    Menus in editor

commit 1de7bbb
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 21 02:41:21 2023 +0000

    Fixed activity create

commit cb9818f
Author: Emilio Alvarez <[email protected]>
Date:   Mon Mar 20 18:05:02 2023 -0500

    update csv-parse

commit 578741b
Author: Emilio Alvarez <[email protected]>
Date:   Mon Mar 20 18:04:14 2023 -0500

    re-add build options

commit f8e1a4c
Author: Emilio Alvarez <[email protected]>
Date:   Mon Mar 20 18:02:50 2023 -0500

    move deps

commit 4f81dac
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 20 21:27:00 2023 +0000

    start of create p activity

commit eced5bf
Author: Emilio Alvarez <[email protected]>
Date:   Mon Mar 20 14:30:19 2023 -0500

    fix mathqill with named imports

commit 0775b7c
Author: Emilio Alvarez <[email protected]>
Date:   Mon Mar 20 14:14:02 2023 -0500

    move useDoenetRenders for import scanning

commit 5c48584
Author: Emilio Alvarez <[email protected]>
Date:   Mon Mar 20 14:12:56 2023 -0500

    move core back

commit 9eaafa5
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 20 18:15:47 2023 +0000

    React Dom Root

commit 6332a99
Merge: 61ccb63 ef7a1b9
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 20 18:14:31 2023 +0000

    Merge remote-tracking branch 'jason/upgrade-to-react-18' into newHomepage

commit ef7a1b9
Author: Jason Altekruse <[email protected]>
Date:   Mon Mar 20 11:44:15 2023 -0500

    Remove unneeded depedency, move cypress-parallel to optional depedencies

commit 9881551
Author: Jason Altekruse <[email protected]>
Date:   Fri Mar 17 17:04:17 2023 -0500

    Change to use the new API for the root render call reqired in version 18

commit a54e95a
Author: Jason Altekruse <[email protected]>
Date:   Wed Mar 15 13:22:44 2023 -0500

    package lock

commit a1e79b4
Author: Jason Altekruse <[email protected]>
Date:   Wed Mar 15 13:15:41 2023 -0500

    Upgrade react 18

    - also update packages with peer dependencies on react
    - delete file not referenced anywhere (it happened to also reference
      a datetime package that has not be updated to be compatible with react
      18, but it doesn't matter because we didn't actually need it)
    - palantir/blueprint#5699

commit 61ccb63
Merge: 908433c d097e5d
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 20 02:41:01 2023 +0000

    Merge remote-tracking branch 'jason/upgrade-to-react-18' into newHomepage

commit d097e5d
Author: Jason Altekruse <[email protected]>
Date:   Fri Mar 17 17:04:17 2023 -0500

    Change to use the new API for the root render call reqired in version 18

commit 908433c
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 17 20:59:37 2023 +0000

    Half done settings image uploader

commit 488d0eb
Merge: 1751608 1a51537
Author: Emilio Alvarez <[email protected]>
Date:   Thu Mar 16 17:43:53 2023 -0500

    Merge remote-tracking branch 'Doenet/main' into vite-dev

commit 1751608
Author: Emilio Alvarez <[email protected]>
Date:   Thu Mar 16 17:43:18 2023 -0500

    update syntax

commit aa2abfb
Author: Emilio Alvarez <[email protected]>
Date:   Thu Mar 16 17:42:45 2023 -0500

    move core

commit 5d75f52
Author: Emilio Alvarez <[email protected]>
Date:   Thu Mar 16 17:19:44 2023 -0500

    add in ssh sock mounts

commit a789cc9
Author: Emilio Alvarez <[email protected]>
Date:   Thu Mar 16 17:17:53 2023 -0500

    adjust proxies

commit ae86e01
Author: Kevin Charles <[email protected]>
Date:   Wed Mar 15 22:55:45 2023 +0000

    resized image upload.  Make it small!

commit 669724f
Author: Kevin Charles <[email protected]>
Date:   Wed Mar 15 22:20:54 2023 +0000

    Working on upload images

commit 4fdd58b
Author: Kevin Charles <[email protected]>
Date:   Wed Mar 15 19:57:41 2023 +0000

    Portfolio Layout

commit 90f0454
Author: Jason Altekruse <[email protected]>
Date:   Wed Mar 15 13:22:44 2023 -0500

    package lock

commit 36ac2e0
Author: Jason Altekruse <[email protected]>
Date:   Wed Mar 15 13:15:41 2023 -0500

    Upgrade react 18

    - also update packages with peer dependencies on react
    - delete file not referenced anywhere (it happened to also reference
      a datetime package that has not be updated to be compatible with react
      18, but it doesn't matter because we didn't actually need it)
    - palantir/blueprint#5699

commit 917d500
Author: Kevin Charles <[email protected]>
Date:   Wed Mar 15 03:28:18 2023 +0000

    fix update redirect

commit 463d8c9
Author: Kevin Charles <[email protected]>
Date:   Wed Mar 15 03:13:10 2023 +0000

    fix bugs - checkbox and redirects

commit 44181aa
Author: Kevin Charles <[email protected]>
Date:   Wed Mar 15 02:57:31 2023 +0000

    loader sign in test and create portfolio courseId

commit e63643b
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 14 03:22:42 2023 +0000

    also

commit cf288e2
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 14 03:22:33 2023 +0000

    loader for portfolio and start of cards

commit aeef05f
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 14 02:11:03 2023 +0000

    update activity settings

commit 9ff3855
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 13 23:23:42 2023 +0000

    Working on Add Activity for Portfolio

commit 6c7667c
Author: Kevin Charles <[email protected]>
Date:   Sat Mar 11 23:14:13 2023 +0000

    Start of get settings

commit 4c2e593
Author: Kevin Charles <[email protected]>
Date:   Sat Mar 11 20:24:28 2023 +0000

    Add Activity Button wired up

commit a691472
Author: Kevin Charles <[email protected]>
Date:   Sat Mar 11 15:50:59 2023 +0000

    navigation and next stage improvements

commit 43de336
Author: Kevin Charles <[email protected]>
Date:   Sat Mar 11 15:15:51 2023 +0000

    Layout of portfolio settings

commit 2b56054
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 10 21:09:32 2023 +0000

    grid improvement

commit 8cbafd9
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 10 15:40:19 2023 +0000

    Css for underline not div

commit 08e277b
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 10 04:04:04 2023 +0000

    More progress

commit 93369f0
Author: Kevin Charles <[email protected]>
Date:   Thu Mar 9 22:52:20 2023 +0000

    Home page is back

commit 2b646df
Author: Kevin Charles <[email protected]>
Date:   Thu Mar 9 00:15:16 2023 +0000

    Reworking Routes

commit 857ca93
Merge: bd91287 1a51537
Author: Kevin Charles <[email protected]>
Date:   Wed Mar 8 10:15:38 2023 -0600

    Merge remote-tracking branch 'upstream/main' into newHomepage

commit bd91287
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 6 14:59:33 2023 +0000

    More progress on Home

commit 8f04abb
Author: Kevin Charles <[email protected]>
Date:   Sun Mar 5 23:07:14 2023 +0000

    Start of navigation using NavItem and Outlet

commit e2af37f
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 3 20:34:40 2023 +0000

    More code

commit 322bfc3
Author: Emilio Alvarez <[email protected]>
Date:   Thu Mar 2 12:02:36 2023 -0600

    update dockerfiles

commit 23806f5
Author: Emilio Alvarez <[email protected]>
Date:   Thu Mar 2 12:02:21 2023 -0600

    update build commands

commit 51e5b4e
Author: Emilio Alvarez <[email protected]>
Date:   Wed Mar 1 12:51:34 2023 -0600

    move static assests

commit 8056df7
Author: Emilio Alvarez <[email protected]>
Date:   Wed Mar 1 12:51:19 2023 -0600

    add mpa package

commit 45856de
Author: Emilio Alvarez <[email protected]>
Date:   Wed Mar 1 12:37:26 2023 -0600

    swtich to mpa

commit 44503ff
Author: Emilio Alvarez <[email protected]>
Date:   Wed Mar 1 11:48:54 2023 -0600

    removed extra package

commit ab4c0b8
Author: Emilio Alvarez <[email protected]>
Date:   Wed Mar 1 10:57:59 2023 -0600

    move files (app disbled)

commit c9e8fe1
Author: Emilio Alvarez <[email protected]>
Date:   Wed Mar 1 10:57:11 2023 -0600

    add vite config files and npm packages

commit 2be9b51
Author: Emilio Alvarez <[email protected]>
Date:   Wed Mar 1 10:19:42 2023 -0600

    remove postStartCommand

commit e15b412
Merge: a3e70ac 22bc934
Author: Kevin Charles <[email protected]>
Date:   Wed Mar 1 08:47:05 2023 -0600

    Merge remote-tracking branch 'upstream/main' into newHomepage

commit a3e70ac
Author: Kevin Charles <[email protected]>
Date:   Wed Mar 1 04:54:27 2023 +0000

    Add Activity button portfolio

commit 597b2d6
Author: Kevin Charles <[email protected]>
Date:   Wed Mar 1 04:44:29 2023 +0000

    Fix footer gap issue

commit fafced0
Author: Kevin Charles <[email protected]>
Date:   Wed Mar 1 04:40:19 2023 +0000

    All three pages

commit 35dad7a
Author: Kevin Charles <[email protected]>
Date:   Tue Feb 28 04:07:59 2023 +0000

    Logo in header

commit 0d5cfe9
Author: Kevin Charles <[email protected]>
Date:   Tue Feb 28 03:42:05 2023 +0000

    Start of header home page

commit 26afeba
Author: Kevin Charles <[email protected]>
Date:   Mon Feb 27 19:30:21 2023 +0000

    display flaw in textStyle

commit a5e544a
Merge: e2e0d15 ff5bfe2
Author: Kevin Charles <[email protected]>
Date:   Mon Feb 27 13:21:27 2023 -0600

    Merge remote-tracking branch 'upstream/main' into newHomepage

commit e2e0d15
Author: Kevin Charles <[email protected]>
Date:   Fri Feb 17 23:38:54 2023 +0000

    Database update and card update

commit 619b0fc
Author: Kevin Charles <[email protected]>
Date:   Fri Feb 17 04:53:16 2023 +0000

    Temp Carousel

commit 2ceccc3
Author: Kevin Charles <[email protected]>
Date:   Thu Feb 16 22:51:31 2023 +0000

    More work on Carousel

commit df08392
Author: Kevin Charles <[email protected]>
Date:   Thu Feb 16 22:33:16 2023 +0000

    HP Create Content section

commit e6cc445
Author: Kevin Charles <[email protected]>
Date:   Thu Feb 16 17:39:44 2023 +0000

    Carousel

commit 51baff6
Author: Kevin Charles <[email protected]>
Date:   Wed Feb 15 23:31:54 2023 +0000

    minor

commit 38f9a02
Author: Kevin Charles <[email protected]>
Date:   Mon Feb 13 04:41:03 2023 +0000

    And header is responsive

commit 4a9a448
Author: Kevin Charles <[email protected]>
Date:   Mon Feb 13 04:28:06 2023 +0000

    Improved Responsive design

commit f9691b0
Author: Kevin Charles <[email protected]>
Date:   Mon Feb 13 01:57:39 2023 +0000

    working on responsive design

commit 304524d
Merge: 24cb133 59cae9b
Author: Kevin Charles <[email protected]>
Date:   Fri Feb 10 15:52:57 2023 +0000

    Merge remote-tracking branch 'upstream/main' into fixBug2

commit 24cb133
Author: Kevin Charles <[email protected]>
Date:   Thu Feb 9 22:28:10 2023 +0000

    Database Based Carousel

commit 6ffb2b4
Author: Kevin Charles <[email protected]>
Date:   Thu Feb 9 14:49:58 2023 +0000

    live example text

commit 56c2659
Author: Kevin Charles <[email protected]>
Date:   Wed Feb 8 22:54:11 2023 +0000

    Fixes and kitten

commit 69b37f4
Author: Kevin Charles <[email protected]>
Date:   Wed Feb 8 22:36:07 2023 +0000

    Carousel Proof of Concept

commit 69b7361
Author: Kevin Charles <[email protected]>
Date:   Wed Feb 8 19:18:11 2023 +0000

    Learn is complete

commit f722719
Author: Kevin Charles <[email protected]>
Date:   Wed Feb 8 18:37:55 2023 +0000

    Updated doenetML and fix for getEventData.php

commit 0b5613a
Author: Kevin Charles <[email protected]>
Date:   Wed Feb 8 17:26:39 2023 +0000

    Doenet Viewer in place

commit 8cd1a1f
Author: Kevin Charles <[email protected]>
Date:   Wed Feb 8 15:52:36 2023 +0000

    Video update

commit 840d1ef
Author: Kevin Charles <[email protected]>
Date:   Wed Feb 8 03:03:13 2023 +0000

    Responsive design

commit 1cf9ed6
Author: Kevin Charles <[email protected]>
Date:   Wed Feb 8 02:36:37 2023 +0000

    Autoplay video

commit 78b25e0
Author: Kevin Charles <[email protected]>
Date:   Wed Feb 8 00:23:00 2023 +0000

    Autoplay doesn't work

commit 136f048
Author: Kevin Charles <[email protected]>
Date:   Wed Feb 8 00:08:43 2023 +0000

    Headers for new home page
jaltekruse pushed a commit to jaltekruse/DoenetTools that referenced this issue Apr 12, 2023
Squashed commit of the following:

commit 1bde7b2
Author: Jason Altekruse <[email protected]>
Date:   Tue Apr 11 18:13:18 2023 -0500

    revert changes in dist and geogebra to clean up the PR diff

commit 3b9deb6
Author: Kevin Charles <[email protected]>
Date:   Tue Apr 11 22:25:49 2023 +0000

    Public Editor Update

commit 010c561
Author: Kevin Charles <[email protected]>
Date:   Tue Apr 11 22:24:05 2023 +0000

    Public Editor updates

commit aa8c976
Author: Kevin Charles <[email protected]>
Date:   Tue Apr 11 20:49:28 2023 +0000

    Improved No activities in portfolio sections

commit fefeb3c
Author: Kevin Charles <[email protected]>
Date:   Tue Apr 11 20:00:56 2023 +0000

    Deploy footer

commit 14759a6
Author: Kevin Charles <[email protected]>
Date:   Tue Apr 11 19:59:10 2023 +0000

    Homepage footer

commit 278e2c5
Author: Kevin Charles <[email protected]>
Date:   Tue Apr 11 18:13:42 2023 +0000

    Don't show portfolio course in courses

commit aa0d84f
Author: Kevin Charles <[email protected]>
Date:   Tue Apr 11 18:05:35 2023 +0000

    Shorten space around search

commit c6993d0
Merge: be5ea50 d0d5612
Author: Kevin Charles <[email protected]>
Date:   Tue Apr 11 12:46:18 2023 -0500

    Merge pull request Doenet#6 from ernzher/viteKevin

    Styling fixes on community

commit d0d5612
Author: ernzher <[email protected]>
Date:   Tue Apr 11 11:10:43 2023 -0500

    Fix: styling on right tabs with indicator

commit 58bd5ab
Author: ernzher <[email protected]>
Date:   Tue Apr 11 11:10:04 2023 -0500

    Fix: bugs in themes

commit be5ea50
Author: Kevin Charles <[email protected]>
Date:   Tue Apr 11 14:16:58 2023 +0000

    Snow almost gone

commit 92e8dcb
Author: Kevin Charles <[email protected]>
Date:   Tue Apr 11 14:14:10 2023 +0000

    fixed something

commit 7c1f269
Author: ernzher <[email protected]>
Date:   Tue Apr 11 08:59:05 2023 -0500

    Fix: styling on searchbar

commit b04f4a3
Author: ernzher <[email protected]>
Date:   Tue Apr 11 08:57:50 2023 -0500

    Add: global colors and default Button

commit e238f7e
Author: Kevin Charles <[email protected]>
Date:   Mon Apr 10 14:58:57 2023 +0000

    Home page clean up

commit 0a0c09a
Author: Kevin Charles <[email protected]>
Date:   Sat Apr 8 13:53:33 2023 +0000

    Link fix 2

commit fd9a161
Author: Kevin Charles <[email protected]>
Date:   Sat Apr 8 13:50:06 2023 +0000

    Link fix

commit d80fcd3
Author: Kevin Charles <[email protected]>
Date:   Sat Apr 8 13:43:59 2023 +0000

    Weekend edition

commit a99190b
Author: Kevin Charles <[email protected]>
Date:   Sat Apr 8 13:39:37 2023 +0000

    Site header on public portfolio and public viewer

commit 6de3e0e
Author: Kevin Charles <[email protected]>
Date:   Fri Apr 7 19:19:51 2023 +0000

    Deploy all results

commit 2250cda
Author: Kevin Charles <[email protected]>
Date:   Fri Apr 7 19:13:52 2023 +0000

    fixed back button in settings

commit e6b5d50
Author: Kevin Charles <[email protected]>
Date:   Fri Apr 7 18:59:53 2023 +0000

    All Matches

commit c2f29cc
Merge: 9d23ae5 7cab3f6
Author: Kevin Charles <[email protected]>
Date:   Fri Apr 7 13:37:58 2023 -0500

    Merge pull request Doenet#5 from Lyanthropos/deployVite2

    update with vite-bugfix

commit 7cab3f6
Merge: cfd2ab8 9d23ae5
Author: Emilio Alvarez <[email protected]>
Date:   Fri Apr 7 13:07:17 2023 -0500

    Merge remote-tracking branch 'Kevin/deployVite2' into deployVite2

commit cfd2ab8
Merge: 7001361 33c4426
Author: Emilio Alvarez <[email protected]>
Date:   Fri Apr 7 18:06:55 2023 +0000

    Merge remote-tracking branch 'Emilio/vite-bugfix' into deployVite2

commit 9d23ae5
Author: Kevin Charles <[email protected]>
Date:   Fri Apr 7 18:02:51 2023 +0000

    Database update

commit 7001361
Author: Kevin Charles <[email protected]>
Date:   Fri Apr 7 17:43:03 2023 +0000

    Bug fixes!

commit 37c33c7
Author: Kevin Charles <[email protected]>
Date:   Fri Apr 7 17:41:21 2023 +0000

    Fix missing courseId bug

commit 33c4426
Author: Emilio Alvarez <[email protected]>
Date:   Fri Apr 7 17:25:24 2023 +0000

    increase default node space size

commit 0875f63
Author: Emilio Alvarez <[email protected]>
Date:   Fri Apr 7 17:04:13 2023 +0000

    move geogebra to public (references)

commit 6c191f8
Author: Emilio Alvarez <[email protected]>
Date:   Fri Apr 7 17:03:48 2023 +0000

    move geogebra to public (files)

commit e668f5a
Author: Emilio Alvarez <[email protected]>
Date:   Fri Apr 7 17:00:22 2023 +0000

    explicit worker module type

commit 8df836b
Author: Kevin Charles <[email protected]>
Date:   Fri Apr 7 13:41:52 2023 +0000

    Time to warm up!

commit 97fc0b0
Author: Kevin Charles <[email protected]>
Date:   Fri Apr 7 13:30:50 2023 +0000

    Portfolio public and private order by added timestamp

commit 87fc436
Author: Emilio Alvarez <[email protected]>
Date:   Fri Apr 7 00:59:05 2023 +0000

    add cache to gitnore

commit 578f693
Author: Emilio Alvarez <[email protected]>
Date:   Fri Apr 7 00:58:50 2023 +0000

    update commands

commit 825f7e5
Author: Emilio Alvarez <[email protected]>
Date:   Fri Apr 7 00:58:27 2023 +0000

    add gnome-keyring

commit 78b0c65
Author: Kevin Charles <[email protected]>
Date:   Thu Apr 6 23:00:35 2023 +0000

    Fix not loading add activity doenetML editor Bug

commit 8353e5d
Author: Kevin Charles <[email protected]>
Date:   Thu Apr 6 21:58:47 2023 +0000

    No manual sort for portfolios

commit 0affd0f
Author: Kevin Charles <[email protected]>
Date:   Wed Apr 5 21:43:27 2023 +0000

    Why is it cold?

commit 8b2770c
Author: Kevin Charles <[email protected]>
Date:   Wed Apr 5 21:27:14 2023 +0000

    Search only porfolio content

commit b7dca89
Author: Kevin Charles <[email protected]>
Date:   Wed Apr 5 18:39:32 2023 +0000

    Remix from public activities

commit e63c073
Author: Kevin Charles <[email protected]>
Date:   Wed Apr 5 16:26:53 2023 +0000

    Basic Remix!

commit b88e8d2
Author: Kevin Charles <[email protected]>
Date:   Wed Apr 5 14:30:49 2023 +0000

    Working on Remix Button

commit 82679e4
Author: Kevin Charles <[email protected]>
Date:   Tue Apr 4 19:49:40 2023 +0000

    Make sure there is an image for search results

commit 7162426
Author: Kevin Charles <[email protected]>
Date:   Tue Apr 4 19:25:09 2023 +0000

    It's a wrap

commit 6c95d8d
Author: Kevin Charles <[email protected]>
Date:   Tue Apr 4 19:23:11 2023 +0000

    fixed search wrap

commit 7dc103c
Author: Kevin Charles <[email protected]>
Date:   Tue Apr 4 16:06:50 2023 +0000

    Docker updates to get it running (icon fix too)

commit 5012664
Merge: b6eabed 8c19893
Author: Emilio Alvarez <[email protected]>
Date:   Tue Apr 4 10:23:22 2023 -0500

    Merge branch 'main' into vite-bugfix

commit b6eabed
Merge: a95e754 bd04a17
Author: Emilio Alvarez <[email protected]>
Date:   Tue Apr 4 15:19:21 2023 +0000

    Merge remote-tracking branch 'Doenet/main' into vite-bugfix

commit a95e754
Author: Emilio Alvarez <[email protected]>
Date:   Tue Apr 4 15:18:55 2023 +0000

    inlcude plotly

commit bcebb93
Author: Emilio Alvarez <[email protected]>
Date:   Tue Apr 4 15:12:56 2023 +0000

    increase npm build space to 4gb

commit f5d66b1
Author: Emilio Alvarez <[email protected]>
Date:   Tue Apr 4 03:17:16 2023 +0000

    fix geogebra import

commit 8384bab
Author: Emilio Alvarez <[email protected]>
Date:   Tue Apr 4 03:15:46 2023 +0000

    switch to import flags

commit fc2fbc3
Author: Emilio Alvarez <[email protected]>
Date:   Tue Apr 4 02:55:51 2023 +0000

    fix image imports

commit 505490a
Author: Kevin Charles <[email protected]>
Date:   Tue Apr 4 02:51:01 2023 +0000

    Warming up!

commit 4bb2fe4
Author: Kevin Charles <[email protected]>
Date:   Tue Apr 4 02:37:58 2023 +0000

    Sad Icon for none found

commit 5585449
Author: Kevin Charles <[email protected]>
Date:   Mon Apr 3 22:42:42 2023 +0000

    Author Cards

commit 46b1450
Author: Kevin Charles <[email protected]>
Date:   Mon Apr 3 22:06:00 2023 +0000

    Chakra Tabs

commit 20f2af2
Author: Kevin Charles <[email protected]>
Date:   Mon Apr 3 19:29:49 2023 +0000

    Results for search

commit f7c1380
Author: Kevin Charles <[email protected]>
Date:   Sat Apr 1 18:57:40 2023 +0000

    Start of search

commit 5e268dd
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 31 22:24:07 2023 +0000

    Fix making public with settings

commit 041c902
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 31 13:43:28 2023 +0000

    dark out

commit 1d81fc9
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 31 13:41:17 2023 +0000

    comment out learning outcomes and fixed upload image flaw

commit 334d4d5
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 31 02:35:22 2023 +0000

    fix bug

commit 09d016b
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 31 02:34:20 2023 +0000

    Missing data

commit 67e58ef
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 31 02:31:35 2023 +0000

    Orange button

commit 24b5e3f
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 31 02:29:54 2023 +0000

    Update Public Activity Button

commit dccb365
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 31 01:43:28 2023 +0000

    Fix Logo Image

commit 3109851
Author: Kevin Charles <[email protected]>
Date:   Thu Mar 30 21:18:11 2023 +0000

    Not snowing yet

commit bb11479
Author: Kevin Charles <[email protected]>
Date:   Thu Mar 30 21:17:06 2023 +0000

    Fixed two more missing tool root updates

commit 2128239
Author: Kevin Charles <[email protected]>
Date:   Thu Mar 30 19:50:49 2023 +0000

    Snow storm!

commit 87b76ff
Author: Kevin Charles <[email protected]>
Date:   Thu Mar 30 18:39:22 2023 +0000

    Fix confused toolroot

commit cd31043
Author: Kevin Charles <[email protected]>
Date:   Thu Mar 30 02:24:03 2023 +0000

    Link fixes

commit 062c36c
Author: Kevin Charles <[email protected]>
Date:   Thu Mar 30 02:22:51 2023 +0000

    Fixes for links and recoil root

commit 74b27cf
Author: Kevin Charles <[email protected]>
Date:   Thu Mar 30 02:03:38 2023 +0000

    Carousel updates

commit fa7b591
Author: Kevin Charles <[email protected]>
Date:   Thu Mar 30 01:53:45 2023 +0000

    Database and carousel updates

commit 0ceb937
Author: Kevin Charles <[email protected]>
Date:   Thu Mar 30 01:18:06 2023 +0000

    Hide portfolio courses from course list

commit 9cfc72a
Author: Kevin Charles <[email protected]>
Date:   Thu Mar 30 00:58:49 2023 +0000

    Carousel and Portfolio Editor Fixes

commit 3b62254
Author: Kevin Charles <[email protected]>
Date:   Wed Mar 29 03:47:20 2023 +0000

    Swipper carousel start

commit 273aad4
Author: Kevin Charles <[email protected]>
Date:   Wed Mar 29 02:58:25 2023 +0000

    Portfolio Viewer now only shows assigned

commit e0a7284
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 28 22:11:51 2023 +0000

    Deploy regularPolygon

commit 6327d61
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 28 21:46:39 2023 +0000

    Fix cancel button was updating settings

commit fdb2e06
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 27 23:20:18 2023 +0000

    No chart

commit 3d8b8ae
Merge: 7b65f7c f35ba4e
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 27 17:52:03 2023 -0500

    Merge remote-tracking branch 'emilio/vite-dev' into viteDeploy

commit 7b65f7c
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 27 17:44:57 2023 -0500

    activity_default deploy!

commit f35ba4e
Author: Emilio Alvarez <[email protected]>
Date:   Mon Mar 27 17:39:13 2023 -0500

    move api

commit 729a31f
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 27 17:39:09 2023 -0500

    fixed pics and vids

commit 60c2159
Author: Emilio Alvarez <[email protected]>
Date:   Mon Mar 27 17:37:55 2023 -0500

    move api mount

commit 8cf2c91
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 27 17:21:44 2023 -0500

    Make API good

commit 2955a08
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 27 16:39:50 2023 -0500

    Sunny day outside lets deploy!

commit 75313c5
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 27 20:34:02 2023 +0000

    Start of Error Handling

commit f072336
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 27 19:31:13 2023 +0000

    Fixed Home button Image

commit 40cd3d8
Merge: 45dc6a5 4728887
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 27 18:37:27 2023 +0000

    Merge remote-tracking branch 'emilio/vite-dev' into viteDeploy

commit 4728887
Merge: 93251fc 0c09423
Author: Emilio Alvarez <[email protected]>
Date:   Mon Mar 27 18:27:40 2023 +0000

    Merge remote-tracking branch 'Doenet/main' into vite-dev

commit 93251fc
Author: Emilio Alvarez <[email protected]>
Date:   Mon Mar 27 18:14:16 2023 +0000

    consolidate build into apache dockerfile

commit 45dc6a5
Merge: bc0398b 0c09423
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 27 12:57:01 2023 -0500

    Merge remote-tracking branch 'upstream/main' into newHomepage

commit bc0398b
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 27 17:27:09 2023 +0000

    See Inside should now work!

commit 528c715
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 27 16:49:41 2023 +0000

    Start of make public.  Assigns activity.

commit cefbaa8
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 27 14:31:20 2023 +0000

    Not show deleted activities

commit 64d253f
Author: Kevin Charles <[email protected]>
Date:   Sun Mar 26 22:13:16 2023 +0000

    Jost font

commit 9b5f924
Author: Kevin Charles <[email protected]>
Date:   Sun Mar 26 21:15:51 2023 +0000

    Fix z-index to 1200 per Chakra standards

commit 35fc95e
Author: Kevin Charles <[email protected]>
Date:   Sun Mar 26 20:27:21 2023 +0000

    Fixed Headers zindex and top margin gap

commit a3201af
Author: Kevin Charles <[email protected]>
Date:   Sun Mar 26 03:51:55 2023 +0000

    Update card size to 180 - fix editor cap image bug

commit 5347709
Author: Kevin Charles <[email protected]>
Date:   Sun Mar 26 02:12:45 2023 +0000

    Removed refrences to next_doenetId

commit eade9eb
Author: Kevin Charles <[email protected]>
Date:   Sat Mar 25 17:24:25 2023 +0000

    React Icons and portfolio menu functionality

commit b2cf51f
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 24 21:28:33 2023 +0000

    Portfolio card menu and layout update

commit a7936f9
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 24 13:09:34 2023 +0000

    Bug fix courseId in settings

commit 0ee30ff
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 24 03:43:34 2023 +0000

    Settings go to correct referrer

commit abe0de0
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 24 03:01:21 2023 +0000

    Portfolio Activity Viewer Avatar and elispe Label

commit 83d09d2
Author: Kevin Charles <[email protected]>
Date:   Thu Mar 23 22:55:09 2023 +0000

    Why is Avatar or Chakra Not working?

commit ce5df64
Author: Kevin Charles <[email protected]>
Date:   Thu Mar 23 22:42:59 2023 +0000

    Portfolio Public Viewer

commit 2c6de3d
Author: Emilio Alvarez <[email protected]>
Date:   Thu Mar 23 21:52:29 2023 +0000

    update dockerignore

commit 061f4ca
Author: Emilio Alvarez <[email protected]>
Date:   Thu Mar 23 21:52:06 2023 +0000

    update lockfile

commit cc66cdc
Author: Emilio Alvarez <[email protected]>
Date:   Thu Mar 23 16:20:54 2023 +0000

    update file mounts

commit 13e4f0c
Author: Emilio Alvarez <[email protected]>
Date:   Thu Mar 23 14:41:27 2023 +0000

    swtich dockerfile to bullseye backports

commit e91b25b
Author: Emilio Alvarez <[email protected]>
Date:   Thu Mar 23 14:34:50 2023 +0000

    add platform to mysql

commit 29a857c
Author: Kevin Charles <[email protected]>
Date:   Thu Mar 23 14:22:40 2023 +0000

    half done with viewer

commit 1601552
Author: Emilio Alvarez <[email protected]>
Date:   Wed Mar 22 20:47:34 2023 +0000

    add workspace flags

commit 16cccc0
Author: Emilio Alvarez <[email protected]>
Date:   Wed Mar 22 20:39:05 2023 +0000

    update dev buildx command

commit 07caec0
Author: Emilio Alvarez <[email protected]>
Date:   Wed Mar 22 20:38:46 2023 +0000

    new dev dockerfile

commit aabefda
Author: Emilio Alvarez <[email protected]>
Date:   Wed Mar 22 20:38:27 2023 +0000

    update dev tag

commit 8576ab9
Author: Emilio Alvarez <[email protected]>
Date:   Wed Mar 22 20:36:53 2023 +0000

    add .doenet asset flags

commit a4fb3d6
Author: Emilio Alvarez <[email protected]>
Date:   Wed Mar 22 12:43:37 2023 -0500

    fix uiDocs route

commit 0d5b3d1
Author: Emilio Alvarez <[email protected]>
Date:   Wed Mar 22 12:42:33 2023 -0500

    move to new container tags

commit 10e7bc5
Author: Emilio Alvarez <[email protected]>
Date:   Wed Mar 22 12:41:44 2023 -0500

    treat .doenet as an asset

commit 79bb0b7
Author: Emilio Alvarez <[email protected]>
Date:   Wed Mar 22 12:13:33 2023 -0500

    updte index file

commit 36a76b9
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 21 23:17:16 2023 +0000

    Fixed portfolio layout to take up bottom

commit 618f6e4
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 21 23:08:55 2023 +0000

    Fixed some links

commit 6648553
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 21 21:32:46 2023 +0000

    Setting DND fixed

commit 4115f83
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 21 20:57:02 2023 +0000

    Loader for portfilio Menu Cap

commit 5d83dc3
Author: Emilio Alvarez <[email protected]>
Date:   Tue Mar 21 15:38:33 2023 -0500

    remove old files

commit f6c7832
Author: Emilio Alvarez <[email protected]>
Date:   Tue Mar 21 15:35:19 2023 -0500

    fix worker import

commit 697b329
Author: Emilio Alvarez <[email protected]>
Date:   Tue Mar 21 15:34:34 2023 -0500

    clean up packages & remove snowpack

commit 1bddb02
Author: Emilio Alvarez <[email protected]>
Date:   Tue Mar 21 15:20:20 2023 -0500

    index.html workarounds

commit 525e114
Author: Emilio Alvarez <[email protected]>
Date:   Tue Mar 21 15:18:49 2023 -0500

    working build config

commit 4772f60
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 21 20:04:55 2023 +0000

    Portfolio Editor Menu Cap

commit 003aba1
Author: Emilio Alvarez <[email protected]>
Date:   Tue Mar 21 14:19:02 2023 -0500

    update for csv-parse 5.0

commit ee6dcd9
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 21 14:20:47 2023 +0000

    Fixed cleanup bug

commit 1f092b2
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 21 13:51:38 2023 +0000

    Portfolio Editor Improvements

commit e135d52
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 21 04:00:27 2023 +0000

    Add settings only to portfolio page

commit 906c661
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 21 03:47:49 2023 +0000

    Menus in editor

commit 1de7bbb
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 21 02:41:21 2023 +0000

    Fixed activity create

commit cb9818f
Author: Emilio Alvarez <[email protected]>
Date:   Mon Mar 20 18:05:02 2023 -0500

    update csv-parse

commit 578741b
Author: Emilio Alvarez <[email protected]>
Date:   Mon Mar 20 18:04:14 2023 -0500

    re-add build options

commit f8e1a4c
Author: Emilio Alvarez <[email protected]>
Date:   Mon Mar 20 18:02:50 2023 -0500

    move deps

commit 4f81dac
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 20 21:27:00 2023 +0000

    start of create p activity

commit eced5bf
Author: Emilio Alvarez <[email protected]>
Date:   Mon Mar 20 14:30:19 2023 -0500

    fix mathqill with named imports

commit 0775b7c
Author: Emilio Alvarez <[email protected]>
Date:   Mon Mar 20 14:14:02 2023 -0500

    move useDoenetRenders for import scanning

commit 5c48584
Author: Emilio Alvarez <[email protected]>
Date:   Mon Mar 20 14:12:56 2023 -0500

    move core back

commit 9eaafa5
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 20 18:15:47 2023 +0000

    React Dom Root

commit 6332a99
Merge: 61ccb63 ef7a1b9
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 20 18:14:31 2023 +0000

    Merge remote-tracking branch 'jason/upgrade-to-react-18' into newHomepage

commit ef7a1b9
Author: Jason Altekruse <[email protected]>
Date:   Mon Mar 20 11:44:15 2023 -0500

    Remove unneeded depedency, move cypress-parallel to optional depedencies

commit 9881551
Author: Jason Altekruse <[email protected]>
Date:   Fri Mar 17 17:04:17 2023 -0500

    Change to use the new API for the root render call reqired in version 18

commit a54e95a
Author: Jason Altekruse <[email protected]>
Date:   Wed Mar 15 13:22:44 2023 -0500

    package lock

commit a1e79b4
Author: Jason Altekruse <[email protected]>
Date:   Wed Mar 15 13:15:41 2023 -0500

    Upgrade react 18

    - also update packages with peer dependencies on react
    - delete file not referenced anywhere (it happened to also reference
      a datetime package that has not be updated to be compatible with react
      18, but it doesn't matter because we didn't actually need it)
    - palantir/blueprint#5699

commit 61ccb63
Merge: 908433c d097e5d
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 20 02:41:01 2023 +0000

    Merge remote-tracking branch 'jason/upgrade-to-react-18' into newHomepage

commit d097e5d
Author: Jason Altekruse <[email protected]>
Date:   Fri Mar 17 17:04:17 2023 -0500

    Change to use the new API for the root render call reqired in version 18

commit 908433c
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 17 20:59:37 2023 +0000

    Half done settings image uploader

commit 488d0eb
Merge: 1751608 1a51537
Author: Emilio Alvarez <[email protected]>
Date:   Thu Mar 16 17:43:53 2023 -0500

    Merge remote-tracking branch 'Doenet/main' into vite-dev

commit 1751608
Author: Emilio Alvarez <[email protected]>
Date:   Thu Mar 16 17:43:18 2023 -0500

    update syntax

commit aa2abfb
Author: Emilio Alvarez <[email protected]>
Date:   Thu Mar 16 17:42:45 2023 -0500

    move core

commit 5d75f52
Author: Emilio Alvarez <[email protected]>
Date:   Thu Mar 16 17:19:44 2023 -0500

    add in ssh sock mounts

commit a789cc9
Author: Emilio Alvarez <[email protected]>
Date:   Thu Mar 16 17:17:53 2023 -0500

    adjust proxies

commit ae86e01
Author: Kevin Charles <[email protected]>
Date:   Wed Mar 15 22:55:45 2023 +0000

    resized image upload.  Make it small!

commit 669724f
Author: Kevin Charles <[email protected]>
Date:   Wed Mar 15 22:20:54 2023 +0000

    Working on upload images

commit 4fdd58b
Author: Kevin Charles <[email protected]>
Date:   Wed Mar 15 19:57:41 2023 +0000

    Portfolio Layout

commit 90f0454
Author: Jason Altekruse <[email protected]>
Date:   Wed Mar 15 13:22:44 2023 -0500

    package lock

commit 36ac2e0
Author: Jason Altekruse <[email protected]>
Date:   Wed Mar 15 13:15:41 2023 -0500

    Upgrade react 18

    - also update packages with peer dependencies on react
    - delete file not referenced anywhere (it happened to also reference
      a datetime package that has not be updated to be compatible with react
      18, but it doesn't matter because we didn't actually need it)
    - palantir/blueprint#5699

commit 917d500
Author: Kevin Charles <[email protected]>
Date:   Wed Mar 15 03:28:18 2023 +0000

    fix update redirect

commit 463d8c9
Author: Kevin Charles <[email protected]>
Date:   Wed Mar 15 03:13:10 2023 +0000

    fix bugs - checkbox and redirects

commit 44181aa
Author: Kevin Charles <[email protected]>
Date:   Wed Mar 15 02:57:31 2023 +0000

    loader sign in test and create portfolio courseId

commit e63643b
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 14 03:22:42 2023 +0000

    also

commit cf288e2
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 14 03:22:33 2023 +0000

    loader for portfolio and start of cards

commit aeef05f
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 14 02:11:03 2023 +0000

    update activity settings

commit 9ff3855
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 13 23:23:42 2023 +0000

    Working on Add Activity for Portfolio

commit 6c7667c
Author: Kevin Charles <[email protected]>
Date:   Sat Mar 11 23:14:13 2023 +0000

    Start of get settings

commit 4c2e593
Author: Kevin Charles <[email protected]>
Date:   Sat Mar 11 20:24:28 2023 +0000

    Add Activity Button wired up

commit a691472
Author: Kevin Charles <[email protected]>
Date:   Sat Mar 11 15:50:59 2023 +0000

    navigation and next stage improvements

commit 43de336
Author: Kevin Charles <[email protected]>
Date:   Sat Mar 11 15:15:51 2023 +0000

    Layout of portfolio settings

commit 2b56054
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 10 21:09:32 2023 +0000

    grid improvement

commit 8cbafd9
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 10 15:40:19 2023 +0000

    Css for underline not div

commit 08e277b
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 10 04:04:04 2023 +0000

    More progress

commit 93369f0
Author: Kevin Charles <[email protected]>
Date:   Thu Mar 9 22:52:20 2023 +0000

    Home page is back

commit 2b646df
Author: Kevin Charles <[email protected]>
Date:   Thu Mar 9 00:15:16 2023 +0000

    Reworking Routes

commit 857ca93
Merge: bd91287 1a51537
Author: Kevin Charles <[email protected]>
Date:   Wed Mar 8 10:15:38 2023 -0600

    Merge remote-tracking branch 'upstream/main' into newHomepage

commit bd91287
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 6 14:59:33 2023 +0000

    More progress on Home

commit 8f04abb
Author: Kevin Charles <[email protected]>
Date:   Sun Mar 5 23:07:14 2023 +0000

    Start of navigation using NavItem and Outlet

commit e2af37f
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 3 20:34:40 2023 +0000

    More code

commit 322bfc3
Author: Emilio Alvarez <[email protected]>
Date:   Thu Mar 2 12:02:36 2023 -0600

    update dockerfiles

commit 23806f5
Author: Emilio Alvarez <[email protected]>
Date:   Thu Mar 2 12:02:21 2023 -0600

    update build commands

commit 51e5b4e
Author: Emilio Alvarez <[email protected]>
Date:   Wed Mar 1 12:51:34 2023 -0600

    move static assests

commit 8056df7
Author: Emilio Alvarez <[email protected]>
Date:   Wed Mar 1 12:51:19 2023 -0600

    add mpa package

commit 45856de
Author: Emilio Alvarez <[email protected]>
Date:   Wed Mar 1 12:37:26 2023 -0600

    swtich to mpa

commit 44503ff
Author: Emilio Alvarez <[email protected]>
Date:   Wed Mar 1 11:48:54 2023 -0600

    removed extra package

commit ab4c0b8
Author: Emilio Alvarez <[email protected]>
Date:   Wed Mar 1 10:57:59 2023 -0600

    move files (app disbled)

commit c9e8fe1
Author: Emilio Alvarez <[email protected]>
Date:   Wed Mar 1 10:57:11 2023 -0600

    add vite config files and npm packages

commit 2be9b51
Author: Emilio Alvarez <[email protected]>
Date:   Wed Mar 1 10:19:42 2023 -0600

    remove postStartCommand

commit e15b412
Merge: a3e70ac 22bc934
Author: Kevin Charles <[email protected]>
Date:   Wed Mar 1 08:47:05 2023 -0600

    Merge remote-tracking branch 'upstream/main' into newHomepage

commit a3e70ac
Author: Kevin Charles <[email protected]>
Date:   Wed Mar 1 04:54:27 2023 +0000

    Add Activity button portfolio

commit 597b2d6
Author: Kevin Charles <[email protected]>
Date:   Wed Mar 1 04:44:29 2023 +0000

    Fix footer gap issue

commit fafced0
Author: Kevin Charles <[email protected]>
Date:   Wed Mar 1 04:40:19 2023 +0000

    All three pages

commit 35dad7a
Author: Kevin Charles <[email protected]>
Date:   Tue Feb 28 04:07:59 2023 +0000

    Logo in header

commit 0d5cfe9
Author: Kevin Charles <[email protected]>
Date:   Tue Feb 28 03:42:05 2023 +0000

    Start of header home page

commit 26afeba
Author: Kevin Charles <[email protected]>
Date:   Mon Feb 27 19:30:21 2023 +0000

    display flaw in textStyle

commit a5e544a
Merge: e2e0d15 ff5bfe2
Author: Kevin Charles <[email protected]>
Date:   Mon Feb 27 13:21:27 2023 -0600

    Merge remote-tracking branch 'upstream/main' into newHomepage

commit e2e0d15
Author: Kevin Charles <[email protected]>
Date:   Fri Feb 17 23:38:54 2023 +0000

    Database update and card update

commit 619b0fc
Author: Kevin Charles <[email protected]>
Date:   Fri Feb 17 04:53:16 2023 +0000

    Temp Carousel

commit 2ceccc3
Author: Kevin Charles <[email protected]>
Date:   Thu Feb 16 22:51:31 2023 +0000

    More work on Carousel

commit df08392
Author: Kevin Charles <[email protected]>
Date:   Thu Feb 16 22:33:16 2023 +0000

    HP Create Content section

commit e6cc445
Author: Kevin Charles <[email protected]>
Date:   Thu Feb 16 17:39:44 2023 +0000

    Carousel

commit 51baff6
Author: Kevin Charles <[email protected]>
Date:   Wed Feb 15 23:31:54 2023 +0000

    minor

commit 38f9a02
Author: Kevin Charles <[email protected]>
Date:   Mon Feb 13 04:41:03 2023 +0000

    And header is responsive

commit 4a9a448
Author: Kevin Charles <[email protected]>
Date:   Mon Feb 13 04:28:06 2023 +0000

    Improved Responsive design

commit f9691b0
Author: Kevin Charles <[email protected]>
Date:   Mon Feb 13 01:57:39 2023 +0000

    working on responsive design

commit 304524d
Merge: 24cb133 59cae9b
Author: Kevin Charles <[email protected]>
Date:   Fri Feb 10 15:52:57 2023 +0000

    Merge remote-tracking branch 'upstream/main' into fixBug2

commit 24cb133
Author: Kevin Charles <[email protected]>
Date:   Thu Feb 9 22:28:10 2023 +0000

    Database Based Carousel

commit 6ffb2b4
Author: Kevin Charles <[email protected]>
Date:   Thu Feb 9 14:49:58 2023 +0000

    live example text

commit 56c2659
Author: Kevin Charles <[email protected]>
Date:   Wed Feb 8 22:54:11 2023 +0000

    Fixes and kitten

commit 69b37f4
Author: Kevin Charles <[email protected]>
Date:   Wed Feb 8 22:36:07 2023 +0000

    Carousel Proof of Concept

commit 69b7361
Author: Kevin Charles <[email protected]>
Date:   Wed Feb 8 19:18:11 2023 +0000

    Learn is complete

commit f722719
Author: Kevin Charles <[email protected]>
Date:   Wed Feb 8 18:37:55 2023 +0000

    Updated doenetML and fix for getEventData.php

commit 0b5613a
Author: Kevin Charles <[email protected]>
Date:   Wed Feb 8 17:26:39 2023 +0000

    Doenet Viewer in place

commit 8cd1a1f
Author: Kevin Charles <[email protected]>
Date:   Wed Feb 8 15:52:36 2023 +0000

    Video update

commit 840d1ef
Author: Kevin Charles <[email protected]>
Date:   Wed Feb 8 03:03:13 2023 +0000

    Responsive design

commit 1cf9ed6
Author: Kevin Charles <[email protected]>
Date:   Wed Feb 8 02:36:37 2023 +0000

    Autoplay video

commit 78b25e0
Author: Kevin Charles <[email protected]>
Date:   Wed Feb 8 00:23:00 2023 +0000

    Autoplay doesn't work

commit 136f048
Author: Kevin Charles <[email protected]>
Date:   Wed Feb 8 00:08:43 2023 +0000

    Headers for new home page

Updated Card for Portfolio

(cherry picked from commit 5095303)

cleaned up portfolio imports

(cherry picked from commit 74e4ba3)

Update cards

(cherry picked from commit 247daaa)
@adidahiya adidahiya self-assigned this May 1, 2023
@will-tonic
Copy link

image

React-day-picker has been updated to React 18 so datetime should be able to go to 18 now.

@adidahiya
Copy link
Contributor

@will-tonic it's nontrivial to upgrade to react-day-picker v8 right now, but that's my next priority after Blueprint v5.0 is released. See my draft PR: #5935

@JaimeFLandbot
Copy link

Any plans to upgrade this?

@adidahiya
Copy link
Contributor

@blueprintjs/datetime2 now has react-day-picker v8 support with new "v3" components (DatePicker3, DateInput3, DateRangePicker3, DateRangeInput3), see the PRs linked above for details & screenshots. I'm planning to cut a release this week!

@adidahiya
Copy link
Contributor

You can use the new "v3" components in @blueprintjs/datetime2 v2.x for react-day-picker v8 support.

@pxmal
Copy link

pxmal commented Nov 14, 2023

A few questions:

I've upgraded to all new date v3 components. Only have datetime2 installed.
In datetime2, datetime appears to be a dependency, which has the react-date-picker v7.4.9 as a dependency.

This (i assume) causes a lot of the following when running npm i:

npm WARN Conflicting peer dependency: [email protected] npm WARN node_modules/react npm WARN peer react@"~0.13.x || ~0.14.x || ^15.0.0 || ^16.0.0 || ^17.0.0" from [email protected] npm WARN node_modules/@blueprintjs/datetime2/node_modules/@blueprintjs/datetime/node_modules/react-day-picker npm WARN react-day-picker@"7.4.9" from @blueprintjs/[email protected] npm WARN node_modules/@blueprintjs/datetime2/node_modules/@blueprintjs/datetime

Am I doing something wrong or should that dependency not be required anymore when using the v3 components?

In the datetime2 installation docs the following is noted:

Additional CSS required
This library relies on some components from other Blueprint packages, so you will need to pull in those packages' CSS files as well (if you are not doing this already):

@import "~@blueprintjs/datetime/lib/css/blueprint-datetime.css";

But I can't install the datetime dependency as it conflicts with react 18.

@adidahiya
Copy link
Contributor

@pxmal you will get the peer dependency warning when installing datetime2 + datetime, but you should not have any issues at runtime. You can ignore the peer dependency warning for now. That warning will go away with Blueprint v6.0.

@fchasin
Copy link

fchasin commented May 22, 2024

@adidahiya as @pxmal noted above,

@import "~@blueprintjs/datetime/lib/css/blueprint-datetime.css";

is still listed as required additional CSS, but trying to install blueprint-datetime with react 18 causes an error,

➜ ui-api git:(feature/fh-825-break-out-flight-dates-into-start-and-end-dates-and-fix) ✗ npm i @blueprintjs/datetime
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/react
npm ERR! react@"^18.2.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^16.8 || 17" from @blueprintjs/[email protected]
npm ERR! node_modules/@blueprintjs/datetime
npm ERR! @blueprintjs/datetime@"*" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.

Additionally, a user on StackOverflow noted that their formatting issues resolved after installing blueprint-datetime. So- is blueprint-datetime's css package required for a well-functioning datepicker, or is it an unnecessary additional package? I'm having some css issues out-of-the-box and wondering if it's an issue I need to look closer at or if I'm hamstrung from the start with an unachievable dependency. Thanks for your help.

@PetrusAsikainen
Copy link
Contributor

@fchasin Add this to your package.json and the errors will go away.

{
  // ...
  "overrides": {
    "@blueprintjs/datetime": {
      "@types/react": "^18",
      "react": "^18",
      "react-dom": "^18"
    }
  }
}

@fchasin
Copy link

fchasin commented May 24, 2024

@PetrusAsikainen that solved it, thanks!

@stefanlogue
Copy link

Is there any workaround for needing to use TimePicker from @blueprintjs/datetime and upgrading to React 18? Already moved all of our date pickers over to datetime2

jaltekruse added a commit to jaltekruse/DoenetTools that referenced this issue Jul 26, 2024
Squashed commit of the following:

commit c2f29cc
Merge: 9d23ae5 7cab3f6
Author: Kevin Charles <[email protected]>
Date:   Fri Apr 7 13:37:58 2023 -0500

    Merge pull request Doenet#5 from Lyanthropos/deployVite2

    update with vite-bugfix

commit 7cab3f6
Merge: cfd2ab8 9d23ae5
Author: Emilio Alvarez <[email protected]>
Date:   Fri Apr 7 13:07:17 2023 -0500

    Merge remote-tracking branch 'Kevin/deployVite2' into deployVite2

commit cfd2ab8
Merge: 7001361 33c4426
Author: Emilio Alvarez <[email protected]>
Date:   Fri Apr 7 18:06:55 2023 +0000

    Merge remote-tracking branch 'Emilio/vite-bugfix' into deployVite2

commit 33c4426
Author: Emilio Alvarez <[email protected]>
Date:   Fri Apr 7 17:25:24 2023 +0000

    increase default node space size

commit 0875f63
Author: Emilio Alvarez <[email protected]>
Date:   Fri Apr 7 17:04:13 2023 +0000

    move geogebra to public (references)

commit 6c191f8
Author: Emilio Alvarez <[email protected]>
Date:   Fri Apr 7 17:03:48 2023 +0000

    move geogebra to public (files)

commit e668f5a
Author: Emilio Alvarez <[email protected]>
Date:   Fri Apr 7 17:00:22 2023 +0000

    explicit worker module type

commit 87fc436
Author: Emilio Alvarez <[email protected]>
Date:   Fri Apr 7 00:59:05 2023 +0000

    add cache to gitnore

commit 578f693
Author: Emilio Alvarez <[email protected]>
Date:   Fri Apr 7 00:58:50 2023 +0000

    update commands

commit 825f7e5
Author: Emilio Alvarez <[email protected]>
Date:   Fri Apr 7 00:58:27 2023 +0000

    add gnome-keyring

commit 5012664
Merge: b6eabed 8c19893
Author: Emilio Alvarez <[email protected]>
Date:   Tue Apr 4 10:23:22 2023 -0500

    Merge branch 'main' into vite-bugfix

commit b6eabed
Merge: a95e754 bd04a17
Author: Emilio Alvarez <[email protected]>
Date:   Tue Apr 4 15:19:21 2023 +0000

    Merge remote-tracking branch 'Doenet/main' into vite-bugfix

commit a95e754
Author: Emilio Alvarez <[email protected]>
Date:   Tue Apr 4 15:18:55 2023 +0000

    inlcude plotly

commit bcebb93
Author: Emilio Alvarez <[email protected]>
Date:   Tue Apr 4 15:12:56 2023 +0000

    increase npm build space to 4gb

commit 8c19893
Author: Duane Nykamp <[email protected]>
Date:   Mon Apr 3 23:17:07 2023 -0500

    graph inside graph renders children inside parent graph (Doenet#2007)

commit 541f71f
Author: Duane Nykamp <[email protected]>
Date:   Mon Apr 3 23:11:54 2023 -0500

    dark mode support in core styles and test environments (Doenet#2006)

commit f5d66b1
Author: Emilio Alvarez <[email protected]>
Date:   Tue Apr 4 03:17:16 2023 +0000

    fix geogebra import

commit 8384bab
Author: Emilio Alvarez <[email protected]>
Date:   Tue Apr 4 03:15:46 2023 +0000

    switch to import flags

commit bd04a17
Author: Duane Nykamp <[email protected]>
Date:   Mon Apr 3 21:56:09 2023 -0500

    Functions inside functions are reevaluated (Doenet#2002)

    * evaluate_to_constant return NaN for non-numeric
    * Functions default to symbolic
    * Functions default to simplify
    * function simplify/expand do not affect formula

commit fc2fbc3
Author: Emilio Alvarez <[email protected]>
Date:   Tue Apr 4 02:55:51 2023 +0000

    fix image imports

commit ed43229
Author: Emilio Alvarez <[email protected]>
Date:   Mon Apr 3 21:11:42 2023 -0500

    upgrade development to vite (Doenet#2008)

commit 6fa3a61
Author: Jason Altekruse <[email protected]>
Date:   Mon Apr 3 10:35:59 2023 -0500

    Upgrade to react 18 (Doenet#1991)

    * Upgrade react 18

    - also update packages with peer dependencies on react
    - delete file not referenced anywhere (it happened to also reference
      a datetime package that has not be updated to be compatible with react
      18, but it doesn't matter because we didn't actually need it)
    - palantir/blueprint#5699

    * package lock

    * Change to use the new API for the root render call reqired in version 18

    * Remove unneeded depedency, move cypress-parallel to optional depedencies

commit 8d61204
Author: Duane Nykamp <[email protected]>
Date:   Thu Mar 30 20:08:25 2023 -0500

    piecewise function (Doenet#1998)
jaltekruse added a commit to jaltekruse/DoenetTools that referenced this issue Jul 26, 2024
Squashed commit of the following:

commit 1bde7b2
Author: Jason Altekruse <[email protected]>
Date:   Tue Apr 11 18:13:18 2023 -0500

    revert changes in dist and geogebra to clean up the PR diff

commit 3b9deb6
Author: Kevin Charles <[email protected]>
Date:   Tue Apr 11 22:25:49 2023 +0000

    Public Editor Update

commit 010c561
Author: Kevin Charles <[email protected]>
Date:   Tue Apr 11 22:24:05 2023 +0000

    Public Editor updates

commit aa8c976
Author: Kevin Charles <[email protected]>
Date:   Tue Apr 11 20:49:28 2023 +0000

    Improved No activities in portfolio sections

commit fefeb3c
Author: Kevin Charles <[email protected]>
Date:   Tue Apr 11 20:00:56 2023 +0000

    Deploy footer

commit 14759a6
Author: Kevin Charles <[email protected]>
Date:   Tue Apr 11 19:59:10 2023 +0000

    Homepage footer

commit 278e2c5
Author: Kevin Charles <[email protected]>
Date:   Tue Apr 11 18:13:42 2023 +0000

    Don't show portfolio course in courses

commit aa0d84f
Author: Kevin Charles <[email protected]>
Date:   Tue Apr 11 18:05:35 2023 +0000

    Shorten space around search

commit c6993d0
Merge: be5ea50 d0d5612
Author: Kevin Charles <[email protected]>
Date:   Tue Apr 11 12:46:18 2023 -0500

    Merge pull request Doenet#6 from ernzher/viteKevin

    Styling fixes on community

commit d0d5612
Author: ernzher <[email protected]>
Date:   Tue Apr 11 11:10:43 2023 -0500

    Fix: styling on right tabs with indicator

commit 58bd5ab
Author: ernzher <[email protected]>
Date:   Tue Apr 11 11:10:04 2023 -0500

    Fix: bugs in themes

commit be5ea50
Author: Kevin Charles <[email protected]>
Date:   Tue Apr 11 14:16:58 2023 +0000

    Snow almost gone

commit 92e8dcb
Author: Kevin Charles <[email protected]>
Date:   Tue Apr 11 14:14:10 2023 +0000

    fixed something

commit 7c1f269
Author: ernzher <[email protected]>
Date:   Tue Apr 11 08:59:05 2023 -0500

    Fix: styling on searchbar

commit b04f4a3
Author: ernzher <[email protected]>
Date:   Tue Apr 11 08:57:50 2023 -0500

    Add: global colors and default Button

commit e238f7e
Author: Kevin Charles <[email protected]>
Date:   Mon Apr 10 14:58:57 2023 +0000

    Home page clean up

commit 0a0c09a
Author: Kevin Charles <[email protected]>
Date:   Sat Apr 8 13:53:33 2023 +0000

    Link fix 2

commit fd9a161
Author: Kevin Charles <[email protected]>
Date:   Sat Apr 8 13:50:06 2023 +0000

    Link fix

commit d80fcd3
Author: Kevin Charles <[email protected]>
Date:   Sat Apr 8 13:43:59 2023 +0000

    Weekend edition

commit a99190b
Author: Kevin Charles <[email protected]>
Date:   Sat Apr 8 13:39:37 2023 +0000

    Site header on public portfolio and public viewer

commit 6de3e0e
Author: Kevin Charles <[email protected]>
Date:   Fri Apr 7 19:19:51 2023 +0000

    Deploy all results

commit 2250cda
Author: Kevin Charles <[email protected]>
Date:   Fri Apr 7 19:13:52 2023 +0000

    fixed back button in settings

commit e6b5d50
Author: Kevin Charles <[email protected]>
Date:   Fri Apr 7 18:59:53 2023 +0000

    All Matches

commit c2f29cc
Merge: 9d23ae5 7cab3f6
Author: Kevin Charles <[email protected]>
Date:   Fri Apr 7 13:37:58 2023 -0500

    Merge pull request Doenet#5 from Lyanthropos/deployVite2

    update with vite-bugfix

commit 7cab3f6
Merge: cfd2ab8 9d23ae5
Author: Emilio Alvarez <[email protected]>
Date:   Fri Apr 7 13:07:17 2023 -0500

    Merge remote-tracking branch 'Kevin/deployVite2' into deployVite2

commit cfd2ab8
Merge: 7001361 33c4426
Author: Emilio Alvarez <[email protected]>
Date:   Fri Apr 7 18:06:55 2023 +0000

    Merge remote-tracking branch 'Emilio/vite-bugfix' into deployVite2

commit 9d23ae5
Author: Kevin Charles <[email protected]>
Date:   Fri Apr 7 18:02:51 2023 +0000

    Database update

commit 7001361
Author: Kevin Charles <[email protected]>
Date:   Fri Apr 7 17:43:03 2023 +0000

    Bug fixes!

commit 37c33c7
Author: Kevin Charles <[email protected]>
Date:   Fri Apr 7 17:41:21 2023 +0000

    Fix missing courseId bug

commit 33c4426
Author: Emilio Alvarez <[email protected]>
Date:   Fri Apr 7 17:25:24 2023 +0000

    increase default node space size

commit 0875f63
Author: Emilio Alvarez <[email protected]>
Date:   Fri Apr 7 17:04:13 2023 +0000

    move geogebra to public (references)

commit 6c191f8
Author: Emilio Alvarez <[email protected]>
Date:   Fri Apr 7 17:03:48 2023 +0000

    move geogebra to public (files)

commit e668f5a
Author: Emilio Alvarez <[email protected]>
Date:   Fri Apr 7 17:00:22 2023 +0000

    explicit worker module type

commit 8df836b
Author: Kevin Charles <[email protected]>
Date:   Fri Apr 7 13:41:52 2023 +0000

    Time to warm up!

commit 97fc0b0
Author: Kevin Charles <[email protected]>
Date:   Fri Apr 7 13:30:50 2023 +0000

    Portfolio public and private order by added timestamp

commit 87fc436
Author: Emilio Alvarez <[email protected]>
Date:   Fri Apr 7 00:59:05 2023 +0000

    add cache to gitnore

commit 578f693
Author: Emilio Alvarez <[email protected]>
Date:   Fri Apr 7 00:58:50 2023 +0000

    update commands

commit 825f7e5
Author: Emilio Alvarez <[email protected]>
Date:   Fri Apr 7 00:58:27 2023 +0000

    add gnome-keyring

commit 78b0c65
Author: Kevin Charles <[email protected]>
Date:   Thu Apr 6 23:00:35 2023 +0000

    Fix not loading add activity doenetML editor Bug

commit 8353e5d
Author: Kevin Charles <[email protected]>
Date:   Thu Apr 6 21:58:47 2023 +0000

    No manual sort for portfolios

commit 0affd0f
Author: Kevin Charles <[email protected]>
Date:   Wed Apr 5 21:43:27 2023 +0000

    Why is it cold?

commit 8b2770c
Author: Kevin Charles <[email protected]>
Date:   Wed Apr 5 21:27:14 2023 +0000

    Search only porfolio content

commit b7dca89
Author: Kevin Charles <[email protected]>
Date:   Wed Apr 5 18:39:32 2023 +0000

    Remix from public activities

commit e63c073
Author: Kevin Charles <[email protected]>
Date:   Wed Apr 5 16:26:53 2023 +0000

    Basic Remix!

commit b88e8d2
Author: Kevin Charles <[email protected]>
Date:   Wed Apr 5 14:30:49 2023 +0000

    Working on Remix Button

commit 82679e4
Author: Kevin Charles <[email protected]>
Date:   Tue Apr 4 19:49:40 2023 +0000

    Make sure there is an image for search results

commit 7162426
Author: Kevin Charles <[email protected]>
Date:   Tue Apr 4 19:25:09 2023 +0000

    It's a wrap

commit 6c95d8d
Author: Kevin Charles <[email protected]>
Date:   Tue Apr 4 19:23:11 2023 +0000

    fixed search wrap

commit 7dc103c
Author: Kevin Charles <[email protected]>
Date:   Tue Apr 4 16:06:50 2023 +0000

    Docker updates to get it running (icon fix too)

commit 5012664
Merge: b6eabed 8c19893
Author: Emilio Alvarez <[email protected]>
Date:   Tue Apr 4 10:23:22 2023 -0500

    Merge branch 'main' into vite-bugfix

commit b6eabed
Merge: a95e754 bd04a17
Author: Emilio Alvarez <[email protected]>
Date:   Tue Apr 4 15:19:21 2023 +0000

    Merge remote-tracking branch 'Doenet/main' into vite-bugfix

commit a95e754
Author: Emilio Alvarez <[email protected]>
Date:   Tue Apr 4 15:18:55 2023 +0000

    inlcude plotly

commit bcebb93
Author: Emilio Alvarez <[email protected]>
Date:   Tue Apr 4 15:12:56 2023 +0000

    increase npm build space to 4gb

commit f5d66b1
Author: Emilio Alvarez <[email protected]>
Date:   Tue Apr 4 03:17:16 2023 +0000

    fix geogebra import

commit 8384bab
Author: Emilio Alvarez <[email protected]>
Date:   Tue Apr 4 03:15:46 2023 +0000

    switch to import flags

commit fc2fbc3
Author: Emilio Alvarez <[email protected]>
Date:   Tue Apr 4 02:55:51 2023 +0000

    fix image imports

commit 505490a
Author: Kevin Charles <[email protected]>
Date:   Tue Apr 4 02:51:01 2023 +0000

    Warming up!

commit 4bb2fe4
Author: Kevin Charles <[email protected]>
Date:   Tue Apr 4 02:37:58 2023 +0000

    Sad Icon for none found

commit 5585449
Author: Kevin Charles <[email protected]>
Date:   Mon Apr 3 22:42:42 2023 +0000

    Author Cards

commit 46b1450
Author: Kevin Charles <[email protected]>
Date:   Mon Apr 3 22:06:00 2023 +0000

    Chakra Tabs

commit 20f2af2
Author: Kevin Charles <[email protected]>
Date:   Mon Apr 3 19:29:49 2023 +0000

    Results for search

commit f7c1380
Author: Kevin Charles <[email protected]>
Date:   Sat Apr 1 18:57:40 2023 +0000

    Start of search

commit 5e268dd
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 31 22:24:07 2023 +0000

    Fix making public with settings

commit 041c902
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 31 13:43:28 2023 +0000

    dark out

commit 1d81fc9
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 31 13:41:17 2023 +0000

    comment out learning outcomes and fixed upload image flaw

commit 334d4d5
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 31 02:35:22 2023 +0000

    fix bug

commit 09d016b
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 31 02:34:20 2023 +0000

    Missing data

commit 67e58ef
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 31 02:31:35 2023 +0000

    Orange button

commit 24b5e3f
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 31 02:29:54 2023 +0000

    Update Public Activity Button

commit dccb365
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 31 01:43:28 2023 +0000

    Fix Logo Image

commit 3109851
Author: Kevin Charles <[email protected]>
Date:   Thu Mar 30 21:18:11 2023 +0000

    Not snowing yet

commit bb11479
Author: Kevin Charles <[email protected]>
Date:   Thu Mar 30 21:17:06 2023 +0000

    Fixed two more missing tool root updates

commit 2128239
Author: Kevin Charles <[email protected]>
Date:   Thu Mar 30 19:50:49 2023 +0000

    Snow storm!

commit 87b76ff
Author: Kevin Charles <[email protected]>
Date:   Thu Mar 30 18:39:22 2023 +0000

    Fix confused toolroot

commit cd31043
Author: Kevin Charles <[email protected]>
Date:   Thu Mar 30 02:24:03 2023 +0000

    Link fixes

commit 062c36c
Author: Kevin Charles <[email protected]>
Date:   Thu Mar 30 02:22:51 2023 +0000

    Fixes for links and recoil root

commit 74b27cf
Author: Kevin Charles <[email protected]>
Date:   Thu Mar 30 02:03:38 2023 +0000

    Carousel updates

commit fa7b591
Author: Kevin Charles <[email protected]>
Date:   Thu Mar 30 01:53:45 2023 +0000

    Database and carousel updates

commit 0ceb937
Author: Kevin Charles <[email protected]>
Date:   Thu Mar 30 01:18:06 2023 +0000

    Hide portfolio courses from course list

commit 9cfc72a
Author: Kevin Charles <[email protected]>
Date:   Thu Mar 30 00:58:49 2023 +0000

    Carousel and Portfolio Editor Fixes

commit 3b62254
Author: Kevin Charles <[email protected]>
Date:   Wed Mar 29 03:47:20 2023 +0000

    Swipper carousel start

commit 273aad4
Author: Kevin Charles <[email protected]>
Date:   Wed Mar 29 02:58:25 2023 +0000

    Portfolio Viewer now only shows assigned

commit e0a7284
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 28 22:11:51 2023 +0000

    Deploy regularPolygon

commit 6327d61
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 28 21:46:39 2023 +0000

    Fix cancel button was updating settings

commit fdb2e06
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 27 23:20:18 2023 +0000

    No chart

commit 3d8b8ae
Merge: 7b65f7c f35ba4e
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 27 17:52:03 2023 -0500

    Merge remote-tracking branch 'emilio/vite-dev' into viteDeploy

commit 7b65f7c
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 27 17:44:57 2023 -0500

    activity_default deploy!

commit f35ba4e
Author: Emilio Alvarez <[email protected]>
Date:   Mon Mar 27 17:39:13 2023 -0500

    move api

commit 729a31f
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 27 17:39:09 2023 -0500

    fixed pics and vids

commit 60c2159
Author: Emilio Alvarez <[email protected]>
Date:   Mon Mar 27 17:37:55 2023 -0500

    move api mount

commit 8cf2c91
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 27 17:21:44 2023 -0500

    Make API good

commit 2955a08
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 27 16:39:50 2023 -0500

    Sunny day outside lets deploy!

commit 75313c5
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 27 20:34:02 2023 +0000

    Start of Error Handling

commit f072336
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 27 19:31:13 2023 +0000

    Fixed Home button Image

commit 40cd3d8
Merge: 45dc6a5 4728887
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 27 18:37:27 2023 +0000

    Merge remote-tracking branch 'emilio/vite-dev' into viteDeploy

commit 4728887
Merge: 93251fc 0c09423
Author: Emilio Alvarez <[email protected]>
Date:   Mon Mar 27 18:27:40 2023 +0000

    Merge remote-tracking branch 'Doenet/main' into vite-dev

commit 93251fc
Author: Emilio Alvarez <[email protected]>
Date:   Mon Mar 27 18:14:16 2023 +0000

    consolidate build into apache dockerfile

commit 45dc6a5
Merge: bc0398b 0c09423
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 27 12:57:01 2023 -0500

    Merge remote-tracking branch 'upstream/main' into newHomepage

commit bc0398b
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 27 17:27:09 2023 +0000

    See Inside should now work!

commit 528c715
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 27 16:49:41 2023 +0000

    Start of make public.  Assigns activity.

commit cefbaa8
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 27 14:31:20 2023 +0000

    Not show deleted activities

commit 64d253f
Author: Kevin Charles <[email protected]>
Date:   Sun Mar 26 22:13:16 2023 +0000

    Jost font

commit 9b5f924
Author: Kevin Charles <[email protected]>
Date:   Sun Mar 26 21:15:51 2023 +0000

    Fix z-index to 1200 per Chakra standards

commit 35fc95e
Author: Kevin Charles <[email protected]>
Date:   Sun Mar 26 20:27:21 2023 +0000

    Fixed Headers zindex and top margin gap

commit a3201af
Author: Kevin Charles <[email protected]>
Date:   Sun Mar 26 03:51:55 2023 +0000

    Update card size to 180 - fix editor cap image bug

commit 5347709
Author: Kevin Charles <[email protected]>
Date:   Sun Mar 26 02:12:45 2023 +0000

    Removed refrences to next_doenetId

commit eade9eb
Author: Kevin Charles <[email protected]>
Date:   Sat Mar 25 17:24:25 2023 +0000

    React Icons and portfolio menu functionality

commit b2cf51f
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 24 21:28:33 2023 +0000

    Portfolio card menu and layout update

commit a7936f9
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 24 13:09:34 2023 +0000

    Bug fix courseId in settings

commit 0ee30ff
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 24 03:43:34 2023 +0000

    Settings go to correct referrer

commit abe0de0
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 24 03:01:21 2023 +0000

    Portfolio Activity Viewer Avatar and elispe Label

commit 83d09d2
Author: Kevin Charles <[email protected]>
Date:   Thu Mar 23 22:55:09 2023 +0000

    Why is Avatar or Chakra Not working?

commit ce5df64
Author: Kevin Charles <[email protected]>
Date:   Thu Mar 23 22:42:59 2023 +0000

    Portfolio Public Viewer

commit 2c6de3d
Author: Emilio Alvarez <[email protected]>
Date:   Thu Mar 23 21:52:29 2023 +0000

    update dockerignore

commit 061f4ca
Author: Emilio Alvarez <[email protected]>
Date:   Thu Mar 23 21:52:06 2023 +0000

    update lockfile

commit cc66cdc
Author: Emilio Alvarez <[email protected]>
Date:   Thu Mar 23 16:20:54 2023 +0000

    update file mounts

commit 13e4f0c
Author: Emilio Alvarez <[email protected]>
Date:   Thu Mar 23 14:41:27 2023 +0000

    swtich dockerfile to bullseye backports

commit e91b25b
Author: Emilio Alvarez <[email protected]>
Date:   Thu Mar 23 14:34:50 2023 +0000

    add platform to mysql

commit 29a857c
Author: Kevin Charles <[email protected]>
Date:   Thu Mar 23 14:22:40 2023 +0000

    half done with viewer

commit 1601552
Author: Emilio Alvarez <[email protected]>
Date:   Wed Mar 22 20:47:34 2023 +0000

    add workspace flags

commit 16cccc0
Author: Emilio Alvarez <[email protected]>
Date:   Wed Mar 22 20:39:05 2023 +0000

    update dev buildx command

commit 07caec0
Author: Emilio Alvarez <[email protected]>
Date:   Wed Mar 22 20:38:46 2023 +0000

    new dev dockerfile

commit aabefda
Author: Emilio Alvarez <[email protected]>
Date:   Wed Mar 22 20:38:27 2023 +0000

    update dev tag

commit 8576ab9
Author: Emilio Alvarez <[email protected]>
Date:   Wed Mar 22 20:36:53 2023 +0000

    add .doenet asset flags

commit a4fb3d6
Author: Emilio Alvarez <[email protected]>
Date:   Wed Mar 22 12:43:37 2023 -0500

    fix uiDocs route

commit 0d5b3d1
Author: Emilio Alvarez <[email protected]>
Date:   Wed Mar 22 12:42:33 2023 -0500

    move to new container tags

commit 10e7bc5
Author: Emilio Alvarez <[email protected]>
Date:   Wed Mar 22 12:41:44 2023 -0500

    treat .doenet as an asset

commit 79bb0b7
Author: Emilio Alvarez <[email protected]>
Date:   Wed Mar 22 12:13:33 2023 -0500

    updte index file

commit 36a76b9
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 21 23:17:16 2023 +0000

    Fixed portfolio layout to take up bottom

commit 618f6e4
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 21 23:08:55 2023 +0000

    Fixed some links

commit 6648553
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 21 21:32:46 2023 +0000

    Setting DND fixed

commit 4115f83
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 21 20:57:02 2023 +0000

    Loader for portfilio Menu Cap

commit 5d83dc3
Author: Emilio Alvarez <[email protected]>
Date:   Tue Mar 21 15:38:33 2023 -0500

    remove old files

commit f6c7832
Author: Emilio Alvarez <[email protected]>
Date:   Tue Mar 21 15:35:19 2023 -0500

    fix worker import

commit 697b329
Author: Emilio Alvarez <[email protected]>
Date:   Tue Mar 21 15:34:34 2023 -0500

    clean up packages & remove snowpack

commit 1bddb02
Author: Emilio Alvarez <[email protected]>
Date:   Tue Mar 21 15:20:20 2023 -0500

    index.html workarounds

commit 525e114
Author: Emilio Alvarez <[email protected]>
Date:   Tue Mar 21 15:18:49 2023 -0500

    working build config

commit 4772f60
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 21 20:04:55 2023 +0000

    Portfolio Editor Menu Cap

commit 003aba1
Author: Emilio Alvarez <[email protected]>
Date:   Tue Mar 21 14:19:02 2023 -0500

    update for csv-parse 5.0

commit ee6dcd9
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 21 14:20:47 2023 +0000

    Fixed cleanup bug

commit 1f092b2
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 21 13:51:38 2023 +0000

    Portfolio Editor Improvements

commit e135d52
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 21 04:00:27 2023 +0000

    Add settings only to portfolio page

commit 906c661
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 21 03:47:49 2023 +0000

    Menus in editor

commit 1de7bbb
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 21 02:41:21 2023 +0000

    Fixed activity create

commit cb9818f
Author: Emilio Alvarez <[email protected]>
Date:   Mon Mar 20 18:05:02 2023 -0500

    update csv-parse

commit 578741b
Author: Emilio Alvarez <[email protected]>
Date:   Mon Mar 20 18:04:14 2023 -0500

    re-add build options

commit f8e1a4c
Author: Emilio Alvarez <[email protected]>
Date:   Mon Mar 20 18:02:50 2023 -0500

    move deps

commit 4f81dac
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 20 21:27:00 2023 +0000

    start of create p activity

commit eced5bf
Author: Emilio Alvarez <[email protected]>
Date:   Mon Mar 20 14:30:19 2023 -0500

    fix mathqill with named imports

commit 0775b7c
Author: Emilio Alvarez <[email protected]>
Date:   Mon Mar 20 14:14:02 2023 -0500

    move useDoenetRenders for import scanning

commit 5c48584
Author: Emilio Alvarez <[email protected]>
Date:   Mon Mar 20 14:12:56 2023 -0500

    move core back

commit 9eaafa5
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 20 18:15:47 2023 +0000

    React Dom Root

commit 6332a99
Merge: 61ccb63 ef7a1b9
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 20 18:14:31 2023 +0000

    Merge remote-tracking branch 'jason/upgrade-to-react-18' into newHomepage

commit ef7a1b9
Author: Jason Altekruse <[email protected]>
Date:   Mon Mar 20 11:44:15 2023 -0500

    Remove unneeded depedency, move cypress-parallel to optional depedencies

commit 9881551
Author: Jason Altekruse <[email protected]>
Date:   Fri Mar 17 17:04:17 2023 -0500

    Change to use the new API for the root render call reqired in version 18

commit a54e95a
Author: Jason Altekruse <[email protected]>
Date:   Wed Mar 15 13:22:44 2023 -0500

    package lock

commit a1e79b4
Author: Jason Altekruse <[email protected]>
Date:   Wed Mar 15 13:15:41 2023 -0500

    Upgrade react 18

    - also update packages with peer dependencies on react
    - delete file not referenced anywhere (it happened to also reference
      a datetime package that has not be updated to be compatible with react
      18, but it doesn't matter because we didn't actually need it)
    - palantir/blueprint#5699

commit 61ccb63
Merge: 908433c d097e5d
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 20 02:41:01 2023 +0000

    Merge remote-tracking branch 'jason/upgrade-to-react-18' into newHomepage

commit d097e5d
Author: Jason Altekruse <[email protected]>
Date:   Fri Mar 17 17:04:17 2023 -0500

    Change to use the new API for the root render call reqired in version 18

commit 908433c
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 17 20:59:37 2023 +0000

    Half done settings image uploader

commit 488d0eb
Merge: 1751608 1a51537
Author: Emilio Alvarez <[email protected]>
Date:   Thu Mar 16 17:43:53 2023 -0500

    Merge remote-tracking branch 'Doenet/main' into vite-dev

commit 1751608
Author: Emilio Alvarez <[email protected]>
Date:   Thu Mar 16 17:43:18 2023 -0500

    update syntax

commit aa2abfb
Author: Emilio Alvarez <[email protected]>
Date:   Thu Mar 16 17:42:45 2023 -0500

    move core

commit 5d75f52
Author: Emilio Alvarez <[email protected]>
Date:   Thu Mar 16 17:19:44 2023 -0500

    add in ssh sock mounts

commit a789cc9
Author: Emilio Alvarez <[email protected]>
Date:   Thu Mar 16 17:17:53 2023 -0500

    adjust proxies

commit ae86e01
Author: Kevin Charles <[email protected]>
Date:   Wed Mar 15 22:55:45 2023 +0000

    resized image upload.  Make it small!

commit 669724f
Author: Kevin Charles <[email protected]>
Date:   Wed Mar 15 22:20:54 2023 +0000

    Working on upload images

commit 4fdd58b
Author: Kevin Charles <[email protected]>
Date:   Wed Mar 15 19:57:41 2023 +0000

    Portfolio Layout

commit 90f0454
Author: Jason Altekruse <[email protected]>
Date:   Wed Mar 15 13:22:44 2023 -0500

    package lock

commit 36ac2e0
Author: Jason Altekruse <[email protected]>
Date:   Wed Mar 15 13:15:41 2023 -0500

    Upgrade react 18

    - also update packages with peer dependencies on react
    - delete file not referenced anywhere (it happened to also reference
      a datetime package that has not be updated to be compatible with react
      18, but it doesn't matter because we didn't actually need it)
    - palantir/blueprint#5699

commit 917d500
Author: Kevin Charles <[email protected]>
Date:   Wed Mar 15 03:28:18 2023 +0000

    fix update redirect

commit 463d8c9
Author: Kevin Charles <[email protected]>
Date:   Wed Mar 15 03:13:10 2023 +0000

    fix bugs - checkbox and redirects

commit 44181aa
Author: Kevin Charles <[email protected]>
Date:   Wed Mar 15 02:57:31 2023 +0000

    loader sign in test and create portfolio courseId

commit e63643b
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 14 03:22:42 2023 +0000

    also

commit cf288e2
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 14 03:22:33 2023 +0000

    loader for portfolio and start of cards

commit aeef05f
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 14 02:11:03 2023 +0000

    update activity settings

commit 9ff3855
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 13 23:23:42 2023 +0000

    Working on Add Activity for Portfolio

commit 6c7667c
Author: Kevin Charles <[email protected]>
Date:   Sat Mar 11 23:14:13 2023 +0000

    Start of get settings

commit 4c2e593
Author: Kevin Charles <[email protected]>
Date:   Sat Mar 11 20:24:28 2023 +0000

    Add Activity Button wired up

commit a691472
Author: Kevin Charles <[email protected]>
Date:   Sat Mar 11 15:50:59 2023 +0000

    navigation and next stage improvements

commit 43de336
Author: Kevin Charles <[email protected]>
Date:   Sat Mar 11 15:15:51 2023 +0000

    Layout of portfolio settings

commit 2b56054
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 10 21:09:32 2023 +0000

    grid improvement

commit 8cbafd9
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 10 15:40:19 2023 +0000

    Css for underline not div

commit 08e277b
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 10 04:04:04 2023 +0000

    More progress

commit 93369f0
Author: Kevin Charles <[email protected]>
Date:   Thu Mar 9 22:52:20 2023 +0000

    Home page is back

commit 2b646df
Author: Kevin Charles <[email protected]>
Date:   Thu Mar 9 00:15:16 2023 +0000

    Reworking Routes

commit 857ca93
Merge: bd91287 1a51537
Author: Kevin Charles <[email protected]>
Date:   Wed Mar 8 10:15:38 2023 -0600

    Merge remote-tracking branch 'upstream/main' into newHomepage

commit bd91287
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 6 14:59:33 2023 +0000

    More progress on Home

commit 8f04abb
Author: Kevin Charles <[email protected]>
Date:   Sun Mar 5 23:07:14 2023 +0000

    Start of navigation using NavItem and Outlet

commit e2af37f
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 3 20:34:40 2023 +0000

    More code

commit 322bfc3
Author: Emilio Alvarez <[email protected]>
Date:   Thu Mar 2 12:02:36 2023 -0600

    update dockerfiles

commit 23806f5
Author: Emilio Alvarez <[email protected]>
Date:   Thu Mar 2 12:02:21 2023 -0600

    update build commands

commit 51e5b4e
Author: Emilio Alvarez <[email protected]>
Date:   Wed Mar 1 12:51:34 2023 -0600

    move static assests

commit 8056df7
Author: Emilio Alvarez <[email protected]>
Date:   Wed Mar 1 12:51:19 2023 -0600

    add mpa package

commit 45856de
Author: Emilio Alvarez <[email protected]>
Date:   Wed Mar 1 12:37:26 2023 -0600

    swtich to mpa

commit 44503ff
Author: Emilio Alvarez <[email protected]>
Date:   Wed Mar 1 11:48:54 2023 -0600

    removed extra package

commit ab4c0b8
Author: Emilio Alvarez <[email protected]>
Date:   Wed Mar 1 10:57:59 2023 -0600

    move files (app disbled)

commit c9e8fe1
Author: Emilio Alvarez <[email protected]>
Date:   Wed Mar 1 10:57:11 2023 -0600

    add vite config files and npm packages

commit 2be9b51
Author: Emilio Alvarez <[email protected]>
Date:   Wed Mar 1 10:19:42 2023 -0600

    remove postStartCommand

commit e15b412
Merge: a3e70ac 22bc934
Author: Kevin Charles <[email protected]>
Date:   Wed Mar 1 08:47:05 2023 -0600

    Merge remote-tracking branch 'upstream/main' into newHomepage

commit a3e70ac
Author: Kevin Charles <[email protected]>
Date:   Wed Mar 1 04:54:27 2023 +0000

    Add Activity button portfolio

commit 597b2d6
Author: Kevin Charles <[email protected]>
Date:   Wed Mar 1 04:44:29 2023 +0000

    Fix footer gap issue

commit fafced0
Author: Kevin Charles <[email protected]>
Date:   Wed Mar 1 04:40:19 2023 +0000

    All three pages

commit 35dad7a
Author: Kevin Charles <[email protected]>
Date:   Tue Feb 28 04:07:59 2023 +0000

    Logo in header

commit 0d5cfe9
Author: Kevin Charles <[email protected]>
Date:   Tue Feb 28 03:42:05 2023 +0000

    Start of header home page

commit 26afeba
Author: Kevin Charles <[email protected]>
Date:   Mon Feb 27 19:30:21 2023 +0000

    display flaw in textStyle

commit a5e544a
Merge: e2e0d15 ff5bfe2
Author: Kevin Charles <[email protected]>
Date:   Mon Feb 27 13:21:27 2023 -0600

    Merge remote-tracking branch 'upstream/main' into newHomepage

commit e2e0d15
Author: Kevin Charles <[email protected]>
Date:   Fri Feb 17 23:38:54 2023 +0000

    Database update and card update

commit 619b0fc
Author: Kevin Charles <[email protected]>
Date:   Fri Feb 17 04:53:16 2023 +0000

    Temp Carousel

commit 2ceccc3
Author: Kevin Charles <[email protected]>
Date:   Thu Feb 16 22:51:31 2023 +0000

    More work on Carousel

commit df08392
Author: Kevin Charles <[email protected]>
Date:   Thu Feb 16 22:33:16 2023 +0000

    HP Create Content section

commit e6cc445
Author: Kevin Charles <[email protected]>
Date:   Thu Feb 16 17:39:44 2023 +0000

    Carousel

commit 51baff6
Author: Kevin Charles <[email protected]>
Date:   Wed Feb 15 23:31:54 2023 +0000

    minor

commit 38f9a02
Author: Kevin Charles <[email protected]>
Date:   Mon Feb 13 04:41:03 2023 +0000

    And header is responsive

commit 4a9a448
Author: Kevin Charles <[email protected]>
Date:   Mon Feb 13 04:28:06 2023 +0000

    Improved Responsive design

commit f9691b0
Author: Kevin Charles <[email protected]>
Date:   Mon Feb 13 01:57:39 2023 +0000

    working on responsive design

commit 304524d
Merge: 24cb133 59cae9b
Author: Kevin Charles <[email protected]>
Date:   Fri Feb 10 15:52:57 2023 +0000

    Merge remote-tracking branch 'upstream/main' into fixBug2

commit 24cb133
Author: Kevin Charles <[email protected]>
Date:   Thu Feb 9 22:28:10 2023 +0000

    Database Based Carousel

commit 6ffb2b4
Author: Kevin Charles <[email protected]>
Date:   Thu Feb 9 14:49:58 2023 +0000

    live example text

commit 56c2659
Author: Kevin Charles <[email protected]>
Date:   Wed Feb 8 22:54:11 2023 +0000

    Fixes and kitten

commit 69b37f4
Author: Kevin Charles <[email protected]>
Date:   Wed Feb 8 22:36:07 2023 +0000

    Carousel Proof of Concept

commit 69b7361
Author: Kevin Charles <[email protected]>
Date:   Wed Feb 8 19:18:11 2023 +0000

    Learn is complete

commit f722719
Author: Kevin Charles <[email protected]>
Date:   Wed Feb 8 18:37:55 2023 +0000

    Updated doenetML and fix for getEventData.php

commit 0b5613a
Author: Kevin Charles <[email protected]>
Date:   Wed Feb 8 17:26:39 2023 +0000

    Doenet Viewer in place

commit 8cd1a1f
Author: Kevin Charles <[email protected]>
Date:   Wed Feb 8 15:52:36 2023 +0000

    Video update

commit 840d1ef
Author: Kevin Charles <[email protected]>
Date:   Wed Feb 8 03:03:13 2023 +0000

    Responsive design

commit 1cf9ed6
Author: Kevin Charles <[email protected]>
Date:   Wed Feb 8 02:36:37 2023 +0000

    Autoplay video

commit 78b25e0
Author: Kevin Charles <[email protected]>
Date:   Wed Feb 8 00:23:00 2023 +0000

    Autoplay doesn't work

commit 136f048
Author: Kevin Charles <[email protected]>
Date:   Wed Feb 8 00:08:43 2023 +0000

    Headers for new home page
jaltekruse added a commit to jaltekruse/DoenetTools that referenced this issue Jul 26, 2024
Squashed commit of the following:

commit 1bde7b2
Author: Jason Altekruse <[email protected]>
Date:   Tue Apr 11 18:13:18 2023 -0500

    revert changes in dist and geogebra to clean up the PR diff

commit 3b9deb6
Author: Kevin Charles <[email protected]>
Date:   Tue Apr 11 22:25:49 2023 +0000

    Public Editor Update

commit 010c561
Author: Kevin Charles <[email protected]>
Date:   Tue Apr 11 22:24:05 2023 +0000

    Public Editor updates

commit aa8c976
Author: Kevin Charles <[email protected]>
Date:   Tue Apr 11 20:49:28 2023 +0000

    Improved No activities in portfolio sections

commit fefeb3c
Author: Kevin Charles <[email protected]>
Date:   Tue Apr 11 20:00:56 2023 +0000

    Deploy footer

commit 14759a6
Author: Kevin Charles <[email protected]>
Date:   Tue Apr 11 19:59:10 2023 +0000

    Homepage footer

commit 278e2c5
Author: Kevin Charles <[email protected]>
Date:   Tue Apr 11 18:13:42 2023 +0000

    Don't show portfolio course in courses

commit aa0d84f
Author: Kevin Charles <[email protected]>
Date:   Tue Apr 11 18:05:35 2023 +0000

    Shorten space around search

commit c6993d0
Merge: be5ea50 d0d5612
Author: Kevin Charles <[email protected]>
Date:   Tue Apr 11 12:46:18 2023 -0500

    Merge pull request Doenet#6 from ernzher/viteKevin

    Styling fixes on community

commit d0d5612
Author: ernzher <[email protected]>
Date:   Tue Apr 11 11:10:43 2023 -0500

    Fix: styling on right tabs with indicator

commit 58bd5ab
Author: ernzher <[email protected]>
Date:   Tue Apr 11 11:10:04 2023 -0500

    Fix: bugs in themes

commit be5ea50
Author: Kevin Charles <[email protected]>
Date:   Tue Apr 11 14:16:58 2023 +0000

    Snow almost gone

commit 92e8dcb
Author: Kevin Charles <[email protected]>
Date:   Tue Apr 11 14:14:10 2023 +0000

    fixed something

commit 7c1f269
Author: ernzher <[email protected]>
Date:   Tue Apr 11 08:59:05 2023 -0500

    Fix: styling on searchbar

commit b04f4a3
Author: ernzher <[email protected]>
Date:   Tue Apr 11 08:57:50 2023 -0500

    Add: global colors and default Button

commit e238f7e
Author: Kevin Charles <[email protected]>
Date:   Mon Apr 10 14:58:57 2023 +0000

    Home page clean up

commit 0a0c09a
Author: Kevin Charles <[email protected]>
Date:   Sat Apr 8 13:53:33 2023 +0000

    Link fix 2

commit fd9a161
Author: Kevin Charles <[email protected]>
Date:   Sat Apr 8 13:50:06 2023 +0000

    Link fix

commit d80fcd3
Author: Kevin Charles <[email protected]>
Date:   Sat Apr 8 13:43:59 2023 +0000

    Weekend edition

commit a99190b
Author: Kevin Charles <[email protected]>
Date:   Sat Apr 8 13:39:37 2023 +0000

    Site header on public portfolio and public viewer

commit 6de3e0e
Author: Kevin Charles <[email protected]>
Date:   Fri Apr 7 19:19:51 2023 +0000

    Deploy all results

commit 2250cda
Author: Kevin Charles <[email protected]>
Date:   Fri Apr 7 19:13:52 2023 +0000

    fixed back button in settings

commit e6b5d50
Author: Kevin Charles <[email protected]>
Date:   Fri Apr 7 18:59:53 2023 +0000

    All Matches

commit c2f29cc
Merge: 9d23ae5 7cab3f6
Author: Kevin Charles <[email protected]>
Date:   Fri Apr 7 13:37:58 2023 -0500

    Merge pull request Doenet#5 from Lyanthropos/deployVite2

    update with vite-bugfix

commit 7cab3f6
Merge: cfd2ab8 9d23ae5
Author: Emilio Alvarez <[email protected]>
Date:   Fri Apr 7 13:07:17 2023 -0500

    Merge remote-tracking branch 'Kevin/deployVite2' into deployVite2

commit cfd2ab8
Merge: 7001361 33c4426
Author: Emilio Alvarez <[email protected]>
Date:   Fri Apr 7 18:06:55 2023 +0000

    Merge remote-tracking branch 'Emilio/vite-bugfix' into deployVite2

commit 9d23ae5
Author: Kevin Charles <[email protected]>
Date:   Fri Apr 7 18:02:51 2023 +0000

    Database update

commit 7001361
Author: Kevin Charles <[email protected]>
Date:   Fri Apr 7 17:43:03 2023 +0000

    Bug fixes!

commit 37c33c7
Author: Kevin Charles <[email protected]>
Date:   Fri Apr 7 17:41:21 2023 +0000

    Fix missing courseId bug

commit 33c4426
Author: Emilio Alvarez <[email protected]>
Date:   Fri Apr 7 17:25:24 2023 +0000

    increase default node space size

commit 0875f63
Author: Emilio Alvarez <[email protected]>
Date:   Fri Apr 7 17:04:13 2023 +0000

    move geogebra to public (references)

commit 6c191f8
Author: Emilio Alvarez <[email protected]>
Date:   Fri Apr 7 17:03:48 2023 +0000

    move geogebra to public (files)

commit e668f5a
Author: Emilio Alvarez <[email protected]>
Date:   Fri Apr 7 17:00:22 2023 +0000

    explicit worker module type

commit 8df836b
Author: Kevin Charles <[email protected]>
Date:   Fri Apr 7 13:41:52 2023 +0000

    Time to warm up!

commit 97fc0b0
Author: Kevin Charles <[email protected]>
Date:   Fri Apr 7 13:30:50 2023 +0000

    Portfolio public and private order by added timestamp

commit 87fc436
Author: Emilio Alvarez <[email protected]>
Date:   Fri Apr 7 00:59:05 2023 +0000

    add cache to gitnore

commit 578f693
Author: Emilio Alvarez <[email protected]>
Date:   Fri Apr 7 00:58:50 2023 +0000

    update commands

commit 825f7e5
Author: Emilio Alvarez <[email protected]>
Date:   Fri Apr 7 00:58:27 2023 +0000

    add gnome-keyring

commit 78b0c65
Author: Kevin Charles <[email protected]>
Date:   Thu Apr 6 23:00:35 2023 +0000

    Fix not loading add activity doenetML editor Bug

commit 8353e5d
Author: Kevin Charles <[email protected]>
Date:   Thu Apr 6 21:58:47 2023 +0000

    No manual sort for portfolios

commit 0affd0f
Author: Kevin Charles <[email protected]>
Date:   Wed Apr 5 21:43:27 2023 +0000

    Why is it cold?

commit 8b2770c
Author: Kevin Charles <[email protected]>
Date:   Wed Apr 5 21:27:14 2023 +0000

    Search only porfolio content

commit b7dca89
Author: Kevin Charles <[email protected]>
Date:   Wed Apr 5 18:39:32 2023 +0000

    Remix from public activities

commit e63c073
Author: Kevin Charles <[email protected]>
Date:   Wed Apr 5 16:26:53 2023 +0000

    Basic Remix!

commit b88e8d2
Author: Kevin Charles <[email protected]>
Date:   Wed Apr 5 14:30:49 2023 +0000

    Working on Remix Button

commit 82679e4
Author: Kevin Charles <[email protected]>
Date:   Tue Apr 4 19:49:40 2023 +0000

    Make sure there is an image for search results

commit 7162426
Author: Kevin Charles <[email protected]>
Date:   Tue Apr 4 19:25:09 2023 +0000

    It's a wrap

commit 6c95d8d
Author: Kevin Charles <[email protected]>
Date:   Tue Apr 4 19:23:11 2023 +0000

    fixed search wrap

commit 7dc103c
Author: Kevin Charles <[email protected]>
Date:   Tue Apr 4 16:06:50 2023 +0000

    Docker updates to get it running (icon fix too)

commit 5012664
Merge: b6eabed 8c19893
Author: Emilio Alvarez <[email protected]>
Date:   Tue Apr 4 10:23:22 2023 -0500

    Merge branch 'main' into vite-bugfix

commit b6eabed
Merge: a95e754 bd04a17
Author: Emilio Alvarez <[email protected]>
Date:   Tue Apr 4 15:19:21 2023 +0000

    Merge remote-tracking branch 'Doenet/main' into vite-bugfix

commit a95e754
Author: Emilio Alvarez <[email protected]>
Date:   Tue Apr 4 15:18:55 2023 +0000

    inlcude plotly

commit bcebb93
Author: Emilio Alvarez <[email protected]>
Date:   Tue Apr 4 15:12:56 2023 +0000

    increase npm build space to 4gb

commit f5d66b1
Author: Emilio Alvarez <[email protected]>
Date:   Tue Apr 4 03:17:16 2023 +0000

    fix geogebra import

commit 8384bab
Author: Emilio Alvarez <[email protected]>
Date:   Tue Apr 4 03:15:46 2023 +0000

    switch to import flags

commit fc2fbc3
Author: Emilio Alvarez <[email protected]>
Date:   Tue Apr 4 02:55:51 2023 +0000

    fix image imports

commit 505490a
Author: Kevin Charles <[email protected]>
Date:   Tue Apr 4 02:51:01 2023 +0000

    Warming up!

commit 4bb2fe4
Author: Kevin Charles <[email protected]>
Date:   Tue Apr 4 02:37:58 2023 +0000

    Sad Icon for none found

commit 5585449
Author: Kevin Charles <[email protected]>
Date:   Mon Apr 3 22:42:42 2023 +0000

    Author Cards

commit 46b1450
Author: Kevin Charles <[email protected]>
Date:   Mon Apr 3 22:06:00 2023 +0000

    Chakra Tabs

commit 20f2af2
Author: Kevin Charles <[email protected]>
Date:   Mon Apr 3 19:29:49 2023 +0000

    Results for search

commit f7c1380
Author: Kevin Charles <[email protected]>
Date:   Sat Apr 1 18:57:40 2023 +0000

    Start of search

commit 5e268dd
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 31 22:24:07 2023 +0000

    Fix making public with settings

commit 041c902
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 31 13:43:28 2023 +0000

    dark out

commit 1d81fc9
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 31 13:41:17 2023 +0000

    comment out learning outcomes and fixed upload image flaw

commit 334d4d5
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 31 02:35:22 2023 +0000

    fix bug

commit 09d016b
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 31 02:34:20 2023 +0000

    Missing data

commit 67e58ef
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 31 02:31:35 2023 +0000

    Orange button

commit 24b5e3f
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 31 02:29:54 2023 +0000

    Update Public Activity Button

commit dccb365
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 31 01:43:28 2023 +0000

    Fix Logo Image

commit 3109851
Author: Kevin Charles <[email protected]>
Date:   Thu Mar 30 21:18:11 2023 +0000

    Not snowing yet

commit bb11479
Author: Kevin Charles <[email protected]>
Date:   Thu Mar 30 21:17:06 2023 +0000

    Fixed two more missing tool root updates

commit 2128239
Author: Kevin Charles <[email protected]>
Date:   Thu Mar 30 19:50:49 2023 +0000

    Snow storm!

commit 87b76ff
Author: Kevin Charles <[email protected]>
Date:   Thu Mar 30 18:39:22 2023 +0000

    Fix confused toolroot

commit cd31043
Author: Kevin Charles <[email protected]>
Date:   Thu Mar 30 02:24:03 2023 +0000

    Link fixes

commit 062c36c
Author: Kevin Charles <[email protected]>
Date:   Thu Mar 30 02:22:51 2023 +0000

    Fixes for links and recoil root

commit 74b27cf
Author: Kevin Charles <[email protected]>
Date:   Thu Mar 30 02:03:38 2023 +0000

    Carousel updates

commit fa7b591
Author: Kevin Charles <[email protected]>
Date:   Thu Mar 30 01:53:45 2023 +0000

    Database and carousel updates

commit 0ceb937
Author: Kevin Charles <[email protected]>
Date:   Thu Mar 30 01:18:06 2023 +0000

    Hide portfolio courses from course list

commit 9cfc72a
Author: Kevin Charles <[email protected]>
Date:   Thu Mar 30 00:58:49 2023 +0000

    Carousel and Portfolio Editor Fixes

commit 3b62254
Author: Kevin Charles <[email protected]>
Date:   Wed Mar 29 03:47:20 2023 +0000

    Swipper carousel start

commit 273aad4
Author: Kevin Charles <[email protected]>
Date:   Wed Mar 29 02:58:25 2023 +0000

    Portfolio Viewer now only shows assigned

commit e0a7284
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 28 22:11:51 2023 +0000

    Deploy regularPolygon

commit 6327d61
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 28 21:46:39 2023 +0000

    Fix cancel button was updating settings

commit fdb2e06
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 27 23:20:18 2023 +0000

    No chart

commit 3d8b8ae
Merge: 7b65f7c f35ba4e
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 27 17:52:03 2023 -0500

    Merge remote-tracking branch 'emilio/vite-dev' into viteDeploy

commit 7b65f7c
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 27 17:44:57 2023 -0500

    activity_default deploy!

commit f35ba4e
Author: Emilio Alvarez <[email protected]>
Date:   Mon Mar 27 17:39:13 2023 -0500

    move api

commit 729a31f
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 27 17:39:09 2023 -0500

    fixed pics and vids

commit 60c2159
Author: Emilio Alvarez <[email protected]>
Date:   Mon Mar 27 17:37:55 2023 -0500

    move api mount

commit 8cf2c91
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 27 17:21:44 2023 -0500

    Make API good

commit 2955a08
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 27 16:39:50 2023 -0500

    Sunny day outside lets deploy!

commit 75313c5
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 27 20:34:02 2023 +0000

    Start of Error Handling

commit f072336
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 27 19:31:13 2023 +0000

    Fixed Home button Image

commit 40cd3d8
Merge: 45dc6a5 4728887
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 27 18:37:27 2023 +0000

    Merge remote-tracking branch 'emilio/vite-dev' into viteDeploy

commit 4728887
Merge: 93251fc 0c09423
Author: Emilio Alvarez <[email protected]>
Date:   Mon Mar 27 18:27:40 2023 +0000

    Merge remote-tracking branch 'Doenet/main' into vite-dev

commit 93251fc
Author: Emilio Alvarez <[email protected]>
Date:   Mon Mar 27 18:14:16 2023 +0000

    consolidate build into apache dockerfile

commit 45dc6a5
Merge: bc0398b 0c09423
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 27 12:57:01 2023 -0500

    Merge remote-tracking branch 'upstream/main' into newHomepage

commit bc0398b
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 27 17:27:09 2023 +0000

    See Inside should now work!

commit 528c715
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 27 16:49:41 2023 +0000

    Start of make public.  Assigns activity.

commit cefbaa8
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 27 14:31:20 2023 +0000

    Not show deleted activities

commit 64d253f
Author: Kevin Charles <[email protected]>
Date:   Sun Mar 26 22:13:16 2023 +0000

    Jost font

commit 9b5f924
Author: Kevin Charles <[email protected]>
Date:   Sun Mar 26 21:15:51 2023 +0000

    Fix z-index to 1200 per Chakra standards

commit 35fc95e
Author: Kevin Charles <[email protected]>
Date:   Sun Mar 26 20:27:21 2023 +0000

    Fixed Headers zindex and top margin gap

commit a3201af
Author: Kevin Charles <[email protected]>
Date:   Sun Mar 26 03:51:55 2023 +0000

    Update card size to 180 - fix editor cap image bug

commit 5347709
Author: Kevin Charles <[email protected]>
Date:   Sun Mar 26 02:12:45 2023 +0000

    Removed refrences to next_doenetId

commit eade9eb
Author: Kevin Charles <[email protected]>
Date:   Sat Mar 25 17:24:25 2023 +0000

    React Icons and portfolio menu functionality

commit b2cf51f
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 24 21:28:33 2023 +0000

    Portfolio card menu and layout update

commit a7936f9
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 24 13:09:34 2023 +0000

    Bug fix courseId in settings

commit 0ee30ff
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 24 03:43:34 2023 +0000

    Settings go to correct referrer

commit abe0de0
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 24 03:01:21 2023 +0000

    Portfolio Activity Viewer Avatar and elispe Label

commit 83d09d2
Author: Kevin Charles <[email protected]>
Date:   Thu Mar 23 22:55:09 2023 +0000

    Why is Avatar or Chakra Not working?

commit ce5df64
Author: Kevin Charles <[email protected]>
Date:   Thu Mar 23 22:42:59 2023 +0000

    Portfolio Public Viewer

commit 2c6de3d
Author: Emilio Alvarez <[email protected]>
Date:   Thu Mar 23 21:52:29 2023 +0000

    update dockerignore

commit 061f4ca
Author: Emilio Alvarez <[email protected]>
Date:   Thu Mar 23 21:52:06 2023 +0000

    update lockfile

commit cc66cdc
Author: Emilio Alvarez <[email protected]>
Date:   Thu Mar 23 16:20:54 2023 +0000

    update file mounts

commit 13e4f0c
Author: Emilio Alvarez <[email protected]>
Date:   Thu Mar 23 14:41:27 2023 +0000

    swtich dockerfile to bullseye backports

commit e91b25b
Author: Emilio Alvarez <[email protected]>
Date:   Thu Mar 23 14:34:50 2023 +0000

    add platform to mysql

commit 29a857c
Author: Kevin Charles <[email protected]>
Date:   Thu Mar 23 14:22:40 2023 +0000

    half done with viewer

commit 1601552
Author: Emilio Alvarez <[email protected]>
Date:   Wed Mar 22 20:47:34 2023 +0000

    add workspace flags

commit 16cccc0
Author: Emilio Alvarez <[email protected]>
Date:   Wed Mar 22 20:39:05 2023 +0000

    update dev buildx command

commit 07caec0
Author: Emilio Alvarez <[email protected]>
Date:   Wed Mar 22 20:38:46 2023 +0000

    new dev dockerfile

commit aabefda
Author: Emilio Alvarez <[email protected]>
Date:   Wed Mar 22 20:38:27 2023 +0000

    update dev tag

commit 8576ab9
Author: Emilio Alvarez <[email protected]>
Date:   Wed Mar 22 20:36:53 2023 +0000

    add .doenet asset flags

commit a4fb3d6
Author: Emilio Alvarez <[email protected]>
Date:   Wed Mar 22 12:43:37 2023 -0500

    fix uiDocs route

commit 0d5b3d1
Author: Emilio Alvarez <[email protected]>
Date:   Wed Mar 22 12:42:33 2023 -0500

    move to new container tags

commit 10e7bc5
Author: Emilio Alvarez <[email protected]>
Date:   Wed Mar 22 12:41:44 2023 -0500

    treat .doenet as an asset

commit 79bb0b7
Author: Emilio Alvarez <[email protected]>
Date:   Wed Mar 22 12:13:33 2023 -0500

    updte index file

commit 36a76b9
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 21 23:17:16 2023 +0000

    Fixed portfolio layout to take up bottom

commit 618f6e4
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 21 23:08:55 2023 +0000

    Fixed some links

commit 6648553
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 21 21:32:46 2023 +0000

    Setting DND fixed

commit 4115f83
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 21 20:57:02 2023 +0000

    Loader for portfilio Menu Cap

commit 5d83dc3
Author: Emilio Alvarez <[email protected]>
Date:   Tue Mar 21 15:38:33 2023 -0500

    remove old files

commit f6c7832
Author: Emilio Alvarez <[email protected]>
Date:   Tue Mar 21 15:35:19 2023 -0500

    fix worker import

commit 697b329
Author: Emilio Alvarez <[email protected]>
Date:   Tue Mar 21 15:34:34 2023 -0500

    clean up packages & remove snowpack

commit 1bddb02
Author: Emilio Alvarez <[email protected]>
Date:   Tue Mar 21 15:20:20 2023 -0500

    index.html workarounds

commit 525e114
Author: Emilio Alvarez <[email protected]>
Date:   Tue Mar 21 15:18:49 2023 -0500

    working build config

commit 4772f60
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 21 20:04:55 2023 +0000

    Portfolio Editor Menu Cap

commit 003aba1
Author: Emilio Alvarez <[email protected]>
Date:   Tue Mar 21 14:19:02 2023 -0500

    update for csv-parse 5.0

commit ee6dcd9
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 21 14:20:47 2023 +0000

    Fixed cleanup bug

commit 1f092b2
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 21 13:51:38 2023 +0000

    Portfolio Editor Improvements

commit e135d52
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 21 04:00:27 2023 +0000

    Add settings only to portfolio page

commit 906c661
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 21 03:47:49 2023 +0000

    Menus in editor

commit 1de7bbb
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 21 02:41:21 2023 +0000

    Fixed activity create

commit cb9818f
Author: Emilio Alvarez <[email protected]>
Date:   Mon Mar 20 18:05:02 2023 -0500

    update csv-parse

commit 578741b
Author: Emilio Alvarez <[email protected]>
Date:   Mon Mar 20 18:04:14 2023 -0500

    re-add build options

commit f8e1a4c
Author: Emilio Alvarez <[email protected]>
Date:   Mon Mar 20 18:02:50 2023 -0500

    move deps

commit 4f81dac
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 20 21:27:00 2023 +0000

    start of create p activity

commit eced5bf
Author: Emilio Alvarez <[email protected]>
Date:   Mon Mar 20 14:30:19 2023 -0500

    fix mathqill with named imports

commit 0775b7c
Author: Emilio Alvarez <[email protected]>
Date:   Mon Mar 20 14:14:02 2023 -0500

    move useDoenetRenders for import scanning

commit 5c48584
Author: Emilio Alvarez <[email protected]>
Date:   Mon Mar 20 14:12:56 2023 -0500

    move core back

commit 9eaafa5
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 20 18:15:47 2023 +0000

    React Dom Root

commit 6332a99
Merge: 61ccb63 ef7a1b9
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 20 18:14:31 2023 +0000

    Merge remote-tracking branch 'jason/upgrade-to-react-18' into newHomepage

commit ef7a1b9
Author: Jason Altekruse <[email protected]>
Date:   Mon Mar 20 11:44:15 2023 -0500

    Remove unneeded depedency, move cypress-parallel to optional depedencies

commit 9881551
Author: Jason Altekruse <[email protected]>
Date:   Fri Mar 17 17:04:17 2023 -0500

    Change to use the new API for the root render call reqired in version 18

commit a54e95a
Author: Jason Altekruse <[email protected]>
Date:   Wed Mar 15 13:22:44 2023 -0500

    package lock

commit a1e79b4
Author: Jason Altekruse <[email protected]>
Date:   Wed Mar 15 13:15:41 2023 -0500

    Upgrade react 18

    - also update packages with peer dependencies on react
    - delete file not referenced anywhere (it happened to also reference
      a datetime package that has not be updated to be compatible with react
      18, but it doesn't matter because we didn't actually need it)
    - palantir/blueprint#5699

commit 61ccb63
Merge: 908433c d097e5d
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 20 02:41:01 2023 +0000

    Merge remote-tracking branch 'jason/upgrade-to-react-18' into newHomepage

commit d097e5d
Author: Jason Altekruse <[email protected]>
Date:   Fri Mar 17 17:04:17 2023 -0500

    Change to use the new API for the root render call reqired in version 18

commit 908433c
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 17 20:59:37 2023 +0000

    Half done settings image uploader

commit 488d0eb
Merge: 1751608 1a51537
Author: Emilio Alvarez <[email protected]>
Date:   Thu Mar 16 17:43:53 2023 -0500

    Merge remote-tracking branch 'Doenet/main' into vite-dev

commit 1751608
Author: Emilio Alvarez <[email protected]>
Date:   Thu Mar 16 17:43:18 2023 -0500

    update syntax

commit aa2abfb
Author: Emilio Alvarez <[email protected]>
Date:   Thu Mar 16 17:42:45 2023 -0500

    move core

commit 5d75f52
Author: Emilio Alvarez <[email protected]>
Date:   Thu Mar 16 17:19:44 2023 -0500

    add in ssh sock mounts

commit a789cc9
Author: Emilio Alvarez <[email protected]>
Date:   Thu Mar 16 17:17:53 2023 -0500

    adjust proxies

commit ae86e01
Author: Kevin Charles <[email protected]>
Date:   Wed Mar 15 22:55:45 2023 +0000

    resized image upload.  Make it small!

commit 669724f
Author: Kevin Charles <[email protected]>
Date:   Wed Mar 15 22:20:54 2023 +0000

    Working on upload images

commit 4fdd58b
Author: Kevin Charles <[email protected]>
Date:   Wed Mar 15 19:57:41 2023 +0000

    Portfolio Layout

commit 90f0454
Author: Jason Altekruse <[email protected]>
Date:   Wed Mar 15 13:22:44 2023 -0500

    package lock

commit 36ac2e0
Author: Jason Altekruse <[email protected]>
Date:   Wed Mar 15 13:15:41 2023 -0500

    Upgrade react 18

    - also update packages with peer dependencies on react
    - delete file not referenced anywhere (it happened to also reference
      a datetime package that has not be updated to be compatible with react
      18, but it doesn't matter because we didn't actually need it)
    - palantir/blueprint#5699

commit 917d500
Author: Kevin Charles <[email protected]>
Date:   Wed Mar 15 03:28:18 2023 +0000

    fix update redirect

commit 463d8c9
Author: Kevin Charles <[email protected]>
Date:   Wed Mar 15 03:13:10 2023 +0000

    fix bugs - checkbox and redirects

commit 44181aa
Author: Kevin Charles <[email protected]>
Date:   Wed Mar 15 02:57:31 2023 +0000

    loader sign in test and create portfolio courseId

commit e63643b
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 14 03:22:42 2023 +0000

    also

commit cf288e2
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 14 03:22:33 2023 +0000

    loader for portfolio and start of cards

commit aeef05f
Author: Kevin Charles <[email protected]>
Date:   Tue Mar 14 02:11:03 2023 +0000

    update activity settings

commit 9ff3855
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 13 23:23:42 2023 +0000

    Working on Add Activity for Portfolio

commit 6c7667c
Author: Kevin Charles <[email protected]>
Date:   Sat Mar 11 23:14:13 2023 +0000

    Start of get settings

commit 4c2e593
Author: Kevin Charles <[email protected]>
Date:   Sat Mar 11 20:24:28 2023 +0000

    Add Activity Button wired up

commit a691472
Author: Kevin Charles <[email protected]>
Date:   Sat Mar 11 15:50:59 2023 +0000

    navigation and next stage improvements

commit 43de336
Author: Kevin Charles <[email protected]>
Date:   Sat Mar 11 15:15:51 2023 +0000

    Layout of portfolio settings

commit 2b56054
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 10 21:09:32 2023 +0000

    grid improvement

commit 8cbafd9
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 10 15:40:19 2023 +0000

    Css for underline not div

commit 08e277b
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 10 04:04:04 2023 +0000

    More progress

commit 93369f0
Author: Kevin Charles <[email protected]>
Date:   Thu Mar 9 22:52:20 2023 +0000

    Home page is back

commit 2b646df
Author: Kevin Charles <[email protected]>
Date:   Thu Mar 9 00:15:16 2023 +0000

    Reworking Routes

commit 857ca93
Merge: bd91287 1a51537
Author: Kevin Charles <[email protected]>
Date:   Wed Mar 8 10:15:38 2023 -0600

    Merge remote-tracking branch 'upstream/main' into newHomepage

commit bd91287
Author: Kevin Charles <[email protected]>
Date:   Mon Mar 6 14:59:33 2023 +0000

    More progress on Home

commit 8f04abb
Author: Kevin Charles <[email protected]>
Date:   Sun Mar 5 23:07:14 2023 +0000

    Start of navigation using NavItem and Outlet

commit e2af37f
Author: Kevin Charles <[email protected]>
Date:   Fri Mar 3 20:34:40 2023 +0000

    More code

commit 322bfc3
Author: Emilio Alvarez <[email protected]>
Date:   Thu Mar 2 12:02:36 2023 -0600

    update dockerfiles

commit 23806f5
Author: Emilio Alvarez <[email protected]>
Date:   Thu Mar 2 12:02:21 2023 -0600

    update build commands

commit 51e5b4e
Author: Emilio Alvarez <[email protected]>
Date:   Wed Mar 1 12:51:34 2023 -0600

    move static assests

commit 8056df7
Author: Emilio Alvarez <[email protected]>
Date:   Wed Mar 1 12:51:19 2023 -0600

    add mpa package

commit 45856de
Author: Emilio Alvarez <[email protected]>
Date:   Wed Mar 1 12:37:26 2023 -0600

    swtich to mpa

commit 44503ff
Author: Emilio Alvarez <[email protected]>
Date:   Wed Mar 1 11:48:54 2023 -0600

    removed extra package

commit ab4c0b8
Author: Emilio Alvarez <[email protected]>
Date:   Wed Mar 1 10:57:59 2023 -0600

    move files (app disbled)

commit c9e8fe1
Author: Emilio Alvarez <[email protected]>
Date:   Wed Mar 1 10:57:11 2023 -0600

    add vite config files and npm packages

commit 2be9b51
Author: Emilio Alvarez <[email protected]>
Date:   Wed Mar 1 10:19:42 2023 -0600

    remove postStartCommand

commit e15b412
Merge: a3e70ac 22bc934
Author: Kevin Charles <[email protected]>
Date:   Wed Mar 1 08:47:05 2023 -0600

    Merge remote-tracking branch 'upstream/main' into newHomepage

commit a3e70ac
Author: Kevin Charles <[email protected]>
Date:   Wed Mar 1 04:54:27 2023 +0000

    Add Activity button portfolio

commit 597b2d6
Author: Kevin Charles <[email protected]>
Date:   Wed Mar 1 04:44:29 2023 +0000

    Fix footer gap issue

commit fafced0
Author: Kevin Charles <[email protected]>
Date:   Wed Mar 1 04:40:19 2023 +0000

    All three pages

commit 35dad7a
Author: Kevin Charles <[email protected]>
Date:   Tue Feb 28 04:07:59 2023 +0000

    Logo in header

commit 0d5cfe9
Author: Kevin Charles <[email protected]>
Date:   Tue Feb 28 03:42:05 2023 +0000

    Start of header home page

commit 26afeba
Author: Kevin Charles <[email protected]>
Date:   Mon Feb 27 19:30:21 2023 +0000

    display flaw in textStyle

commit a5e544a
Merge: e2e0d15 ff5bfe2
Author: Kevin Charles <[email protected]>
Date:   Mon Feb 27 13:21:27 2023 -0600

    Merge remote-tracking branch 'upstream/main' into newHomepage

commit e2e0d15
Author: Kevin Charles <[email protected]>
Date:   Fri Feb 17 23:38:54 2023 +0000

    Database update and card update

commit 619b0fc
Author: Kevin Charles <[email protected]>
Date:   Fri Feb 17 04:53:16 2023 +0000

    Temp Carousel

commit 2ceccc3
Author: Kevin Charles <[email protected]>
Date:   Thu Feb 16 22:51:31 2023 +0000

    More work on Carousel

commit df08392
Author: Kevin Charles <[email protected]>
Date:   Thu Feb 16 22:33:16 2023 +0000

    HP Create Content section

commit e6cc445
Author: Kevin Charles <[email protected]>
Date:   Thu Feb 16 17:39:44 2023 +0000

    Carousel

commit 51baff6
Author: Kevin Charles <[email protected]>
Date:   Wed Feb 15 23:31:54 2023 +0000

    minor

commit 38f9a02
Author: Kevin Charles <[email protected]>
Date:   Mon Feb 13 04:41:03 2023 +0000

    And header is responsive

commit 4a9a448
Author: Kevin Charles <[email protected]>
Date:   Mon Feb 13 04:28:06 2023 +0000

    Improved Responsive design

commit f9691b0
Author: Kevin Charles <[email protected]>
Date:   Mon Feb 13 01:57:39 2023 +0000

    working on responsive design

commit 304524d
Merge: 24cb133 59cae9b
Author: Kevin Charles <[email protected]>
Date:   Fri Feb 10 15:52:57 2023 +0000

    Merge remote-tracking branch 'upstream/main' into fixBug2

commit 24cb133
Author: Kevin Charles <[email protected]>
Date:   Thu Feb 9 22:28:10 2023 +0000

    Database Based Carousel

commit 6ffb2b4
Author: Kevin Charles <[email protected]>
Date:   Thu Feb 9 14:49:58 2023 +0000

    live example text

commit 56c2659
Author: Kevin Charles <[email protected]>
Date:   Wed Feb 8 22:54:11 2023 +0000

    Fixes and kitten

commit 69b37f4
Author: Kevin Charles <[email protected]>
Date:   Wed Feb 8 22:36:07 2023 +0000

    Carousel Proof of Concept

commit 69b7361
Author: Kevin Charles <[email protected]>
Date:   Wed Feb 8 19:18:11 2023 +0000

    Learn is complete

commit f722719
Author: Kevin Charles <[email protected]>
Date:   Wed Feb 8 18:37:55 2023 +0000

    Updated doenetML and fix for getEventData.php

commit 0b5613a
Author: Kevin Charles <[email protected]>
Date:   Wed Feb 8 17:26:39 2023 +0000

    Doenet Viewer in place

commit 8cd1a1f
Author: Kevin Charles <[email protected]>
Date:   Wed Feb 8 15:52:36 2023 +0000

    Video update

commit 840d1ef
Author: Kevin Charles <[email protected]>
Date:   Wed Feb 8 03:03:13 2023 +0000

    Responsive design

commit 1cf9ed6
Author: Kevin Charles <[email protected]>
Date:   Wed Feb 8 02:36:37 2023 +0000

    Autoplay video

commit 78b25e0
Author: Kevin Charles <[email protected]>
Date:   Wed Feb 8 00:23:00 2023 +0000

    Autoplay doesn't work

commit 136f048
Author: Kevin Charles <[email protected]>
Date:   Wed Feb 8 00:08:43 2023 +0000

    Headers for new home page
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

8 participants