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

removed tss-react from cord-field - 3466480946 #1164

Open
wants to merge 238 commits into
base: develop
Choose a base branch
from

Commits on Oct 28, 2022

  1. Configuration menu
    Copy the full SHA
    968b45e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    208a399 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d9c3d6 View commit details
    Browse the repository at this point in the history
  4. updated Avatar component

    andrewmurraydavid authored and willdch committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    4478415 View commit details
    Browse the repository at this point in the history
  5. updated Error component

    andrewmurraydavid authored and willdch committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    22ca260 View commit details
    Browse the repository at this point in the history
  6. updated a few more components

    andrewmurraydavid authored and willdch committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    0aea4bb View commit details
    Browse the repository at this point in the history
  7. addressed a few reviews

    andrewmurraydavid authored and willdch committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    071e9c5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9973356 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e8b2b43 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4acc0d0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    89ce0f3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7d33edd View commit details
    Browse the repository at this point in the history
  13. fixed avatar component

    andrewmurraydavid authored and willdch committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    8186364 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    33a3a5a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    73a0e65 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8d2746f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f1d5ae0 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    4c83d65 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    24ff9e8 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    5491399 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    d0bf70e View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    50c5ad1 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    ab3523c View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    b3e6bbb View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    bf1bf96 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    4416618 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    e17b0cf View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    55639c0 View commit details
    Browse the repository at this point in the history
  29. updated syntax on sx property

    willdch committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    cb7b016 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    c1424b8 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    a988f01 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    24d4382 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    90b24f0 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    b3b53a9 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    a90232d View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    58f9e08 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    2fd936b View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    5935000 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    b622748 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    b331e40 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    7926ada View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    77f5b42 View commit details
    Browse the repository at this point in the history
  43. changed variable name to be more clear in SpreadSheetView.tsx and upd…

    …ated ReportInfo.tsx to provide the 'sx' property from StyleProps to children
    willdch committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    2251746 View commit details
    Browse the repository at this point in the history
  44. removed tss-react from PeriodicReportCard.tsx and updated HugeIcon.ts…

    …x to extend the sx prop
    willdch committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    3c02571 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    41ae105 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    03aa1a3 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    82f14e7 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    0aaa9d6 View commit details
    Browse the repository at this point in the history
  49. removed tss-react from ProjectBreadcrumb.tsx and updated Breadcrumb.t…

    …sx to pass the MUI sx prop to children
    willdch committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    74a4936 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    9359126 View commit details
    Browse the repository at this point in the history
  51. removed tss-react from ProjectListItemCard.tsx and updated CardAction…

    …AreaLink.tsx to provide the sx prop to children
    willdch committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    c141217 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    76805e3 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    b7ac349 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    0591683 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    0b97396 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    87f4e9e View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    f218ac3 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    d7400a4 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    c5b7579 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    35d8111 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    ed9c3bf View commit details
    Browse the repository at this point in the history
  62. updated AuthContent.tsx to pass the 'sx' prop to children and removed…

    … tss-react from RegisterForm.tsx
    willdch committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    3693a87 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    848cbd3 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    24c4411 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    056df66 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    05facbb View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    d3a0b17 View commit details
    Browse the repository at this point in the history
  68. added sx prop extention to pass to children CeremonyCard.tsx and remo…

    …ved tss-react from CeremonyPlanned.tsx
    willdch committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    186d18c View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    97ba4d2 View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    44497a2 View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    4d248f7 View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    d48dd1a View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    f1e8052 View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    9f4065e View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    21a1b00 View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    c6dfda9 View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    0238ec6 View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    adb77a4 View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    6dec400 View commit details
    Browse the repository at this point in the history
  80. Configuration menu
    Copy the full SHA
    91c3c93 View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    201e7e4 View commit details
    Browse the repository at this point in the history
  82. Configuration menu
    Copy the full SHA
    0107520 View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    4938ae9 View commit details
    Browse the repository at this point in the history
  84. Configuration menu
    Copy the full SHA
    0cb0b45 View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    0cf0863 View commit details
    Browse the repository at this point in the history
  86. updated ContentContainer.tsx to pass prop to child and removed tss-re…

    …act from ProjectBudget.tsx
    willdch committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    bca3e3f View commit details
    Browse the repository at this point in the history
  87. Configuration menu
    Copy the full SHA
    dc52b65 View commit details
    Browse the repository at this point in the history
  88. Configuration menu
    Copy the full SHA
    e70865c View commit details
    Browse the repository at this point in the history
  89. removed tss react from DefaultAccordion.tsx MethodologySection.tsx Sc…

    …riptureReferencesSection.tsx, updated export for style properties to match how it was being done before the change
    willdch committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    5e1fd3f View commit details
    Browse the repository at this point in the history
  90. Configuration menu
    Copy the full SHA
    ec1a000 View commit details
    Browse the repository at this point in the history
  91. Configuration menu
    Copy the full SHA
    4a20dd7 View commit details
    Browse the repository at this point in the history
  92. Configuration menu
    Copy the full SHA
    925f80b View commit details
    Browse the repository at this point in the history
  93. Configuration menu
    Copy the full SHA
    7814d61 View commit details
    Browse the repository at this point in the history
  94. Configuration menu
    Copy the full SHA
    a82ba4e View commit details
    Browse the repository at this point in the history
  95. Configuration menu
    Copy the full SHA
    d7931c0 View commit details
    Browse the repository at this point in the history
  96. Configuration menu
    Copy the full SHA
    758dad4 View commit details
    Browse the repository at this point in the history
  97. Configuration menu
    Copy the full SHA
    8a196eb View commit details
    Browse the repository at this point in the history
  98. Configuration menu
    Copy the full SHA
    2272af2 View commit details
    Browse the repository at this point in the history
  99. Configuration menu
    Copy the full SHA
    b0ba28c View commit details
    Browse the repository at this point in the history
  100. Configuration menu
    Copy the full SHA
    1b10d32 View commit details
    Browse the repository at this point in the history
  101. Configuration menu
    Copy the full SHA
    8d0210f View commit details
    Browse the repository at this point in the history
  102. Configuration menu
    Copy the full SHA
    c3c9483 View commit details
    Browse the repository at this point in the history
  103. Configuration menu
    Copy the full SHA
    1a2268e View commit details
    Browse the repository at this point in the history
  104. Configuration menu
    Copy the full SHA
    fc6592e View commit details
    Browse the repository at this point in the history
  105. Configuration menu
    Copy the full SHA
    f065bcb View commit details
    Browse the repository at this point in the history
  106. Configuration menu
    Copy the full SHA
    b2262c5 View commit details
    Browse the repository at this point in the history
  107. Configuration menu
    Copy the full SHA
    b163f93 View commit details
    Browse the repository at this point in the history
  108. Configuration menu
    Copy the full SHA
    50aad7f View commit details
    Browse the repository at this point in the history
  109. Configuration menu
    Copy the full SHA
    9c054ec View commit details
    Browse the repository at this point in the history
  110. Configuration menu
    Copy the full SHA
    2c1525f View commit details
    Browse the repository at this point in the history
  111. Configuration menu
    Copy the full SHA
    679b5de View commit details
    Browse the repository at this point in the history
  112. Configuration menu
    Copy the full SHA
    bf1991a View commit details
    Browse the repository at this point in the history
  113. Configuration menu
    Copy the full SHA
    b2b63de View commit details
    Browse the repository at this point in the history
  114. Configuration menu
    Copy the full SHA
    f2c36c2 View commit details
    Browse the repository at this point in the history
  115. Configuration menu
    Copy the full SHA
    457775d View commit details
    Browse the repository at this point in the history
  116. updated NumberField component

    andrewmurraydavid authored and willdch committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    84e01d5 View commit details
    Browse the repository at this point in the history
  117. updated VerseField component

    andrewmurraydavid authored and willdch committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    47bb45b View commit details
    Browse the repository at this point in the history
  118. Configuration menu
    Copy the full SHA
    527989f View commit details
    Browse the repository at this point in the history
  119. Configuration menu
    Copy the full SHA
    4513292 View commit details
    Browse the repository at this point in the history
  120. Configuration menu
    Copy the full SHA
    734df24 View commit details
    Browse the repository at this point in the history
  121. Configuration menu
    Copy the full SHA
    e6e2ff6 View commit details
    Browse the repository at this point in the history
  122. Configuration menu
    Copy the full SHA
    f16c73c View commit details
    Browse the repository at this point in the history
  123. updated Sensitivity component

    andrewmurraydavid authored and willdch committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    5a3c95e View commit details
    Browse the repository at this point in the history
  124. Configuration menu
    Copy the full SHA
    6a5bbc5 View commit details
    Browse the repository at this point in the history
  125. Configuration menu
    Copy the full SHA
    a877fac View commit details
    Browse the repository at this point in the history
  126. Configuration menu
    Copy the full SHA
    d2d28fc View commit details
    Browse the repository at this point in the history
  127. Configuration menu
    Copy the full SHA
    57dca96 View commit details
    Browse the repository at this point in the history
  128. updated ChangesetBadge.tsx

    willdch committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    b97b10c View commit details
    Browse the repository at this point in the history
  129. Configuration menu
    Copy the full SHA
    723177f View commit details
    Browse the repository at this point in the history
  130. Configuration menu
    Copy the full SHA
    fc5381a View commit details
    Browse the repository at this point in the history
  131. Configuration menu
    Copy the full SHA
    c5f6f9c View commit details
    Browse the repository at this point in the history
  132. Configuration menu
    Copy the full SHA
    3737f0e View commit details
    Browse the repository at this point in the history
  133. Configuration menu
    Copy the full SHA
    9c61695 View commit details
    Browse the repository at this point in the history
  134. updated ChangesetBadge.tsx

    willdch committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    948d41e View commit details
    Browse the repository at this point in the history
  135. Configuration menu
    Copy the full SHA
    fcd4516 View commit details
    Browse the repository at this point in the history
  136. Configuration menu
    Copy the full SHA
    59801ef View commit details
    Browse the repository at this point in the history
  137. Configuration menu
    Copy the full SHA
    27880a1 View commit details
    Browse the repository at this point in the history
  138. Revert "updated component to extend sx from container"

    This reverts commit eb4bc79.
    willdch committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    b2d1ea2 View commit details
    Browse the repository at this point in the history
  139. Configuration menu
    Copy the full SHA
    bcc1b76 View commit details
    Browse the repository at this point in the history
  140. Configuration menu
    Copy the full SHA
    b53568e View commit details
    Browse the repository at this point in the history
  141. Revert "reverted to old version per instruction from carson"

    This reverts commit 3052135.
    willdch committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    d8e7dc1 View commit details
    Browse the repository at this point in the history
  142. updated ChangesetBanner.tsx to exted StyleProps and updated the sx pr…

    …ope to use shorthand style syntax
    willdch committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    6a5a78e View commit details
    Browse the repository at this point in the history
  143. created const for reused styling and updated sx prop styles to shorha…

    …nd syntax in PropertyDiff.tsx
    willdch committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    632188b View commit details
    Browse the repository at this point in the history
  144. Configuration menu
    Copy the full SHA
    0308e73 View commit details
    Browse the repository at this point in the history
  145. Configuration menu
    Copy the full SHA
    b85166b View commit details
    Browse the repository at this point in the history
  146. updated DefinedFileCard and removed theme use where it was not needed…

    … and updated to use sx prop from rest object.
    willdch committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    22dec81 View commit details
    Browse the repository at this point in the history
  147. Configuration menu
    Copy the full SHA
    c2318ab View commit details
    Browse the repository at this point in the history
  148. Configuration menu
    Copy the full SHA
    b04192d View commit details
    Browse the repository at this point in the history
  149. Configuration menu
    Copy the full SHA
    4ff9323 View commit details
    Browse the repository at this point in the history
  150. Configuration menu
    Copy the full SHA
    0a84aaa View commit details
    Browse the repository at this point in the history
  151. Configuration menu
    Copy the full SHA
    beb515d View commit details
    Browse the repository at this point in the history
  152. Configuration menu
    Copy the full SHA
    24ac388 View commit details
    Browse the repository at this point in the history
  153. Configuration menu
    Copy the full SHA
    8642d1c View commit details
    Browse the repository at this point in the history
  154. Configuration menu
    Copy the full SHA
    1fae1b5 View commit details
    Browse the repository at this point in the history
  155. Configuration menu
    Copy the full SHA
    97f07e7 View commit details
    Browse the repository at this point in the history
  156. Configuration menu
    Copy the full SHA
    957168c View commit details
    Browse the repository at this point in the history
  157. Configuration menu
    Copy the full SHA
    1a43c9e View commit details
    Browse the repository at this point in the history
  158. Configuration menu
    Copy the full SHA
    efb0679 View commit details
    Browse the repository at this point in the history
  159. Configuration menu
    Copy the full SHA
    527e54a View commit details
    Browse the repository at this point in the history
  160. Configuration menu
    Copy the full SHA
    1457d33 View commit details
    Browse the repository at this point in the history
  161. Configuration menu
    Copy the full SHA
    210182d View commit details
    Browse the repository at this point in the history
  162. updated styles

    willdch committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    8ac1cee View commit details
    Browse the repository at this point in the history
  163. Configuration menu
    Copy the full SHA
    d5c4350 View commit details
    Browse the repository at this point in the history
  164. Configuration menu
    Copy the full SHA
    846df67 View commit details
    Browse the repository at this point in the history
  165. Configuration menu
    Copy the full SHA
    c71cd02 View commit details
    Browse the repository at this point in the history
  166. Configuration menu
    Copy the full SHA
    4f1dbb2 View commit details
    Browse the repository at this point in the history
  167. Configuration menu
    Copy the full SHA
    078e33d View commit details
    Browse the repository at this point in the history
  168. Configuration menu
    Copy the full SHA
    11e0f6c View commit details
    Browse the repository at this point in the history
  169. Configuration menu
    Copy the full SHA
    4d089bf View commit details
    Browse the repository at this point in the history
  170. Configuration menu
    Copy the full SHA
    caded12 View commit details
    Browse the repository at this point in the history
  171. Configuration menu
    Copy the full SHA
    51a13ed View commit details
    Browse the repository at this point in the history
  172. Configuration menu
    Copy the full SHA
    dcaba39 View commit details
    Browse the repository at this point in the history
  173. Configuration menu
    Copy the full SHA
    7b13c81 View commit details
    Browse the repository at this point in the history
  174. Configuration menu
    Copy the full SHA
    e770be6 View commit details
    Browse the repository at this point in the history
  175. Configuration menu
    Copy the full SHA
    c4c724a View commit details
    Browse the repository at this point in the history
  176. Configuration menu
    Copy the full SHA
    4489b1c View commit details
    Browse the repository at this point in the history
  177. Configuration menu
    Copy the full SHA
    211d110 View commit details
    Browse the repository at this point in the history
  178. Configuration menu
    Copy the full SHA
    eed81bc View commit details
    Browse the repository at this point in the history
  179. Configuration menu
    Copy the full SHA
    02ba6c3 View commit details
    Browse the repository at this point in the history
  180. Configuration menu
    Copy the full SHA
    f188a7e View commit details
    Browse the repository at this point in the history
  181. Configuration menu
    Copy the full SHA
    f0ca1db View commit details
    Browse the repository at this point in the history
  182. Configuration menu
    Copy the full SHA
    d5d6320 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. moved theme callback to handle the whole prop instead of just the ind…

    …ividual property for consistncy
    willdch committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    6758c94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3429eda View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78b4031 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd02954 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    26931d3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0f6193d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0985976 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    533791f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5411f57 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6157d7f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    01533e9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    786e277 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    becec9d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    cf3430e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    69d7f1b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    dd7833a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    80b35a9 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    415d597 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    07aba57 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    9f60651 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    35058d7 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    a58d774 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    e9d0181 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    a560f2a View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    e9688b4 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    32717b8 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    a99bb58 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    2db624e View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    1be0c43 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    d7f593c View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    d4ed069 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    8af04ac View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    bd3a523 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    6c02aff View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    5bd3ed4 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    3ef0d30 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    fddee5d View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    2ebafa3 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    6bef021 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    ccd4b0a View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    08d1e08 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    30507c6 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    71498f4 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    17c8e3a View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    0f1341b View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. Configuration menu
    Copy the full SHA
    697b8aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ddd9643 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f92391 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ca304b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c656241 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0453f80 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dd302be View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b52d4c5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    20bdd61 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    17e2311 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dda7ff7 View commit details
    Browse the repository at this point in the history