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

feat: email notifications #3360

Closed
wants to merge 79 commits into from
Closed

Commits on Dec 30, 2023

  1. Merge pull request #3290 from makeplane/develop

    fix: project settings form not loading new data while switching between projects
    sriramveeraghanta committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    c3ba9f6 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Configuration menu
    Copy the full SHA
    c9b628e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ecc8fbd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eec411b View commit details
    Browse the repository at this point in the history
  4. ✨ chore: Updated TableView component in table extension to solve sent…

    …ry (#3309)
    
    error of table not being defined while getting getBoundingClientRect()
    and solve other TS issues
    
    - Added ResolvedPos import from @tiptap/pm/model
    - Updated setCellsBackgroundColor function parameter type to string
    - Declared ToolboxItem type for toolbox items
    - Modified columnsToolboxItems and rowsToolboxItems to use the ToolboxItem type
    - Updated createToolbox function parameters to specify Element or null for triggerButton and ToolboxItem[] for items
    - Added ts-expect-error comment above the toolbox variable declaration
    - Updated update method parameter type to readonly Decoration[]
    - Changed destructuring assignment of hoveredTable and hoveredCell in updateControls method to use Object.values and reduce method
    - Added null check for this.table in updateControls method
    - Wrapped the code that updates columnsControl and rowsControl with null checks for each control
    - Replaced ts-ignore comments with proper dispatch calls in selectColumn and selectRow methods
    
    Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
    Palanikannan1437 and sriramveeraghanta committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    0927fa1 View commit details
    Browse the repository at this point in the history
  5. Fixes 3299 (#3308)

    JiginJayaprakash committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    69b1d0a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ce21630 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d98b688 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. chore: UI/UX improvements (#3319)

    * chore: add proper message for cycle/ module having start & end date but isn't active yet.
    
    * fix: infinite loader after updating workspace settings.
    
    * fix: user profile icon dropdown doesn't closes automatically.
    
    * style: fix inconsistent padding in cycle empty state.
    
    * chore: remove multiple `empty state` in labels settings and improve add label logic.
    
    * style: fix inconsistent padding in project label, integration and estimates empty state.
    
    * style: fix integrations settings breadcrumb title.
    
    * style: add proper `disabled` styles for email field in profile settings.
    
    * style: fix cycle layout height.
    prateekshourya29 committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    9dd8c8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf64c7b View commit details
    Browse the repository at this point in the history
  3. chore: bug fixes and improvement (#3303)

    * refactor: updated preloaded function for the list view quick add
    
    * fix: resolved bug in the assignee dropdown
    
    * chore: issue sidebar link improvement
    
    * fix: resolved subscription store bug
    
    * chore: updated preloaded function for the kanban layout quick add
    
    * chore: resolved issues in the list filters and component
    
    * chore: filter store updated
    
    * fix: issue serializer changed
    
    * chore: quick add preload function updated
    
    * fix: build error
    
    * fix: serializer changed
    
    * fix: minor request change
    
    * chore: resolved build issues and updated the prepopulated data in the quick add issue.
    
    * fix: build fix and code refactor
    
    * fix: spreadsheet layout quick add fix
    
    * fix: issue peek overview link section updated
    
    * fix: cycle status bug fix
    
    * fix: serializer changes
    
    * fix: assignee and labels listing
    
    * chore: issue modal parent_id default value updated
    
    * fix: cycle and module issue serializer change
    
    * fix: cycle list serializer changed
    
    * chore: prepopulated validation in both list and kanban for quick add and group header add issues
    
    * chore: group header validation added
    
    * fix: issue response payload change
    
    * dev: make cycle and module issue create response simillar
    
    * chore: custom control link component added
    
    * dev: make issue create and update response simillar to list and retrieve
    
    * fix: build error
    
    * chore: control link component improvement
    
    * chore: globalise issue peek overview
    
    * chore: control link component improvement
    
    * chore: made changes and optimised the issue peek overview root
    
    * build-error: resolved build erros for issueId dependancy from issue detail store
    
    * chore: peek overview link fix
    
    * dev: update state nullable rule
    
    ---------
    
    Co-authored-by: gurusainath <gurusainath007@gmail.com>
    Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
    Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
    4 people committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    2f10f35 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    81f6557 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2024

  1. Configuration menu
    Copy the full SHA
    455c2cc View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. fix: estimate order not maintained in create/ update modal. (#3326)

    * fix: estimate order not maintained in create/ update modal.
    
    * fix: estimate points mutation on update.
    prateekshourya29 committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    a71491e View commit details
    Browse the repository at this point in the history
  2. fix: breaking cycle issues and replacing router.push with Links (#3330)

    * fix cycle creation and active cycle map
    
    * minor fix in cycle store
    
    * create cycle breaking fix
    
    * replace last possible bits of router.push with Link
    
    ---------
    
    Co-authored-by: Rahul R <rahulr@Rahuls-MacBook-Pro.local>
    rahulramesha and Rahul R committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    eccb1f5 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump tj-actions/changed-files in /.github/workflows (#3327)

    Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 38 to 41.
    - [Release notes](https://github.com/tj-actions/changed-files/releases)
    - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
    - [Commits](tj-actions/changed-files@v38...v41)
    
    ---
    updated-dependencies:
    - dependency-name: tj-actions/changed-files
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    5cd93f5 View commit details
    Browse the repository at this point in the history
  4. chore: mobile configs (#3328)

    * chore: mobile configs
    
    * chore: mobile configurations changed
    
    * chore: removed the slack id
    
    * chore: reversed google client id
    NarayanBavisetti committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    94b72ef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    02a7763 View commit details
    Browse the repository at this point in the history
  6. fix: jira importer validations (#3323)

    * fix: jira importer validations
    
    * dev: update validation for cloud hostname
    
    * dev: update the function to be used externally
    
    * dev: update codeql workflow
    
    * dev: update repository selection api
    pablohashescobar committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    4b0ccea View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c38e048 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cb2a7d0 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. fix: update jira summary endpoints (#3333)

    * dev: update jira summary endpoints
    
    * dev: update jira project key validations
    
    * dev: updated key length
    pablohashescobar committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    d887b78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb3a73e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2580e66 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    08e5f2b View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Configuration menu
    Copy the full SHA
    be9fbcc View commit details
    Browse the repository at this point in the history
  2. chore: modal and dropdown improvement (#3332)

    * dev: dropdown key down custom hook added
    
    * chore: plane ui dropdowns updated
    
    * chore: cycle and module tab index added in modals
    
    * chore: view and page tab index added in modals
    
    * chore: issue modal tab indexing added
    
    * chore: project modal tab indexing added
    
    * fix: build fix
    
    * build-error: build error in pages new structure and reverted back to old page structure
    
    ---------
    
    Co-authored-by: gurusainath <gurusainath007@gmail.com>
    anmolsinghbhatia and gurusainath committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    8b884ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57594aa View commit details
    Browse the repository at this point in the history
  4. Fix env substitute issue in websocket docker setup (#3296)

    * fix websocket connection issue in docker #3195
    
    * fix websocket connection issue for local env with removing from the prod nginx conf template #319
    
    * fix env substitution issue  of proxy_set_header #3196
    
    * review fixes
    
    ---------
    
    Co-authored-by: Manish Gupta <manish@mgupta.me>
    abidkhan484 and mguptahub committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    a70f551 View commit details
    Browse the repository at this point in the history
  5. dev: intiate models

    pablohashescobar committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    d6c09b1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    23e53df View commit details
    Browse the repository at this point in the history
  7. fix: link preview editor (#3335)

    * feat: added link preview plugin in document editor
    
    * fix: readonly editor page renderer css
    
    * fix: autolink issue with links
    
    * chore: added floating UI
    
    * feat: added link preview components
    
    * feat: added floating UI to page renderer for link previews
    
    * feat: added actionCompleteHandler to page renderer
    
    * chore: Lock file changes
    
    * fix: regex security error
    
    * chore: updated radix with lucid icons
    
    ---------
    
    Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
    henit-chobisa and pablohashescobar committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    09603cf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ec78b25 View commit details
    Browse the repository at this point in the history
  9. chore: refactored and resolved build issues on the issues and issue d…

    …etail page (#3340)
    
    * fix: handled undefined issue_id in list layout
    
    * dev: issue detail store and optimization
    
    * dev: issue filter and list operations
    
    * fix: typo on labels update
    
    * dev: Handled all issues in the list layout in project issues
    
    * dev: handled kanban and auick add issue in swimlanes
    
    * chore: fixed peekoverview in kanban
    
    * chore: fixed peekoverview in calendar
    
    * chore: fixed peekoverview in gantt
    
    * chore: updated quick add in the gantt chart
    
    * chore: handled issue detail properties and resolved build issues
    
    ---------
    
    Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
    gurusainath and pablohashescobar committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    73eed69 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Configuration menu
    Copy the full SHA
    43b3d2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c955596 View commit details
    Browse the repository at this point in the history
  3. chore: Refactor Spreadsheet view for better code maintainability and …

    …performance (#3322)
    
    * refcator spreadsheet to use table and roow based approach rather than column based
    
    * update spreadsheet and optimized layout
    
    * fix issues in spread sheet
    
    * close quick action menu on click
    
    ---------
    
    Co-authored-by: Rahul R <rahulr@Rahuls-MacBook-Pro.local>
    rahulramesha and Rahul R committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    ece4d5b View commit details
    Browse the repository at this point in the history
  4. update swr config to not fetch everything on focus (#3350)

    Co-authored-by: Rahul R <rahulr@Rahuls-MacBook-Pro.local>
    rahulramesha and Rahul R committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    3c9926d View commit details
    Browse the repository at this point in the history
  5. chore: Error Handling and Validation Updates (#3351)

    * fix: handled undefined issue_id in list layout
    
    * chore: updated label select dropdown in the issue detail
    
    * fix: peekoverview issue is resolved
    
    * chore: user role validation for issue details.
    
    * fix: Link, Attachement, parent mutation
    
    * build-error: build error resolved in peekoverview
    
    * chore: user role validation for issue details.
    
    * chore: user role validation for `issue description`, `parent`, `relation` and `subscription`.
    
    * chore: issue subscription mutation
    
    * chore: user role validation for `labels` in issue details.
    
    ---------
    
    Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com>
    gurusainath and prateekshourya29 committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    57d5ff7 View commit details
    Browse the repository at this point in the history
  6. fix: inline code blocks, code blocks and links have saner behaviour (#…

    …3318)
    
    * fix: removed backticks in inline code blocks
    
    * added better error handling while cancelling uploads
    
    * fix: inline code blocks, code blocks and links have saner behaviour
    
    - Inline code blocks are now exitable, don't have backticks, have better padding vertically and better regex matching
    - Code blocks on the top and bottom of the document are now exitable via Up and Down Arrow keys
    - Links are now exitable while being autolinkable via a custom re-write of the tiptap-link-extension
    
    * fix: more robust link checking
    Palanikannan1437 committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    3d489e1 View commit details
    Browse the repository at this point in the history
  7. fix: create sync action (#3353)

    * fix: create sync action changes
    
    * fix: typo changes
    sriramveeraghanta committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    da1496f View commit details
    Browse the repository at this point in the history
  8. fix: create more toggle fixes in create issue modal (#3355)

    * fix: create more issue bugfixes
    
    * fix: removing all warning
    sriramveeraghanta committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    1c06c3f View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Configuration menu
    Copy the full SHA
    a3e5284 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de13aa9 View commit details
    Browse the repository at this point in the history
  3. [FIX] Pages Malfunctioning on Load and Recent Pages Computation (#3359)

    * fix: fixed `usePage` hook returning context instead of IPageStore
    
    * fix: updated recent pages with `updated_at` instead of `created_at`
    
    * fix: thown error instead of returning empty array
    henit-chobisa committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    f58a00a View commit details
    Browse the repository at this point in the history
  4. fix: project loaders for mobx store (#3356)

    * add loaders to all the dropdowns outside project wrpper
    
    * fix build errors
    
    * minor refactor for project states color
    
    ---------
    
    Co-authored-by: Rahul R <rahulr@Rahuls-MacBook-Pro.local>
    rahulramesha and Rahul R committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    d64ae9a View commit details
    Browse the repository at this point in the history
  5. enable peekoverview for spreadsheet and minor refactor for faster ope…

    …ning of the peekoverview component (#3361)
    
    Co-authored-by: Rahul R <rahulr@Rahuls-MacBook-Pro.local>
    rahulramesha and Rahul R committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    ee2c7c5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7ab9292 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

  1. Configuration menu
    Copy the full SHA
    e9ef3fb View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. chore: update in sub-issues component and property validation and iss…

    …ue loaders (#3375)
    
    * fix: handled undefined issue_id in list layout
    
    * chore: refactor peek overview and user role validation.
    
    * chore: sub issues
    
    * fix: sub issues state distribution changed
    
    * chore: sub_issues implementation in issue detail page
    
    * chore: fixes in cycle/ module layout.
    * Fix progress chart
    * Module issues's update/ delete.
    * Peek Overview for Modules/ Cycle.
    * Fix Cycle Filters not applying bug.
    
    ---------
    
    Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com>
    Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
    3 people committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    ec26bf6 View commit details
    Browse the repository at this point in the history
  2. chore webhook create page removed (#3376)

    * chore webhook create page removed
    
    * fix: removed unused variables
    1akhanBaheti committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    9fde539 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    010b0ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    385f24e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bc48010 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9e8885d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    942785b View commit details
    Browse the repository at this point in the history
  8. dev: workspace active cycles (#3378)

    * chore: workspace active cycles
    
    * fix: active cycles tab implementation
    
    * chore: added distribution graph for active cycles
    
    * chore: removed distribution graph and issues
    
    * Revert "chore: removed issues"
    
    This reverts commit 7d977ac.
    
    * chore: workspace active cycles implementation
    
    * chore: code refactor
    
    ---------
    
    Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
    Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
    3 people committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    8ee5ba9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e751686 View commit details
    Browse the repository at this point in the history
  10. fix: refactor related bugs (#3384)

    * fix sub issues inside issue detail
    
    * close peek over view after opening issue detail
    
    * fix error while opening peek overview
    
    * fix saving project views
    
    ---------
    
    Co-authored-by: Rahul R <rahulr@Rahuls-MacBook-Pro.local>
    rahulramesha and Rahul R committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    8fbd4a0 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. fix error meesage on successful error message (#3387)

    Co-authored-by: Rahul R <rahulr@Rahuls-MacBook-Pro.local>
    rahulramesha and Rahul R committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    c0cd201 View commit details
    Browse the repository at this point in the history
  2. Fix self-hosting docker-compose doc link (#3389)

    Fixes the link as it leads to a 404 at the moment in the documentation / readme.
    erhan- committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    afff979 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a19598f View commit details
    Browse the repository at this point in the history
  4. [chore]: Removed explicit dependencies and cleaned up turbo config (#…

    …3388)
    
    * Removed explicit dependencies and cleaned up turbo config
    
    * fix: upgrade turbo
    
    ---------
    
    Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
    Palanikannan1437 and sriramveeraghanta committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    a1d27a1 View commit details
    Browse the repository at this point in the history
  5. fix: project views bugs related to store refactor. (#3391)

    * chore: remove debounce logic to fix create/ update view modal bugs.
    
    * fix: bug in delete views not mutating the store.
    
    * chore: replace `Project Empty State` with `Project Views Empty State`.
    
    * chore: add issue peek overview.
    
    * refactor: issue update, delete actions for project views layout.
    fix: issue update and delete action throwing error bug.
    fix: issue quick add throwing error bug.
    prateekshourya29 committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    7833ca7 View commit details
    Browse the repository at this point in the history
  6. dev: self host local build for other arch cpu (#3358)

    handled x86_64 along with amd64
    mguptahub committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    ee78b4f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1336259 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    615ccf9 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    6e1cd41 View commit details
    Browse the repository at this point in the history
  2. 🐛 fix: Hide drag handle when cursor leaves the editor container (#3401)

    This fix adds support for hiding the drag handle when the cursor leaves the editor container. It improves the user experience by providing a cleaner interface and removing unnecessary visual elements especially while scrolling.
    
    - Add `hideDragHandle` prop to `EditorContainer` component in `editor-container.tsx`.
    - Implement `onMouseLeave` event handler in `EditorContainer` to invoke `hideDragHandle` function.
    - Update `DragAndDrop` extension in `drag-drop.tsx` to accept a `setHideDragHandle` function as an optional parameter.
    - Pass the `setHideDragHandle` function from `RichTextEditor` component to `DragAndDrop` extension in `RichTextEditorExtensions` function in `index.tsx`.
    - Set `hideDragHandleOnMouseLeave` state in `RichTextEditor` component to store the `hideDragHandlerFromDragDrop` function.
    - Create `setHideDragHandleFunction` callback function in `RichTextEditor` to update the `hideDragHandleOnMouseLeave` state.
    - Pass `hideDragHandleOnMouseLeave` as `hideDragHandle` prop to `EditorContainer` component in `RichTextEditor`.
    Palanikannan1437 committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    75b8e33 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c1ab04 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    99f3cd4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    af2f530 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    66cd8ba View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6d749ca View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    22c7f35 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Configuration menu
    Copy the full SHA
    b0ca1d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    716738a View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    0452368 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a008d99 View commit details
    Browse the repository at this point in the history