Skip to content

remove a bunch of dead stuff#1729

Merged
hahn-kev merged 15 commits into
developfrom
remove-unused-svelte-ux
Jun 13, 2025
Merged

remove a bunch of dead stuff#1729
hahn-kev merged 15 commits into
developfrom
remove-unused-svelte-ux

Conversation

@hahn-kev

@hahn-kev hahn-kev commented Jun 4, 2025

Copy link
Copy Markdown
Collaborator

The following still use svelte-ux and are less trivial to replace

  • Notifications
  • Home view (various uses)
  • History and Activity use ListItem and InfiniteScroll
  • WritingSystemDialog was never migrated

@coderabbitai

coderabbitai Bot commented Jun 4, 2025

Copy link
Copy Markdown

Important

Review skipped

Auto incremental reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

📝 Walkthrough

Walkthrough

This change removes a large set of Svelte components, TypeScript modules, and stylesheets from the frontend viewer application. It eliminates collaborative editing, SignalR integration, entry editing, project view, and various UI components, while refactoring some type definitions to be local. Several import statements and UI elements are updated or deleted accordingly.

Changes

Files/Paths Change Summary
src/App.svelte Removed import and usage of initScottyPortalContext.
src/CrdtProjectView.svelte, src/FwDataProjectView.svelte, src/FwDataWebComponent.svelte,
src/SvelteUxProjectView.svelte, src/lib/Editor.svelte, src/lib/HomeButton.svelte,
src/lib/RightToolbar.svelte, src/lib/commands.ts, src/lib/config-data.ts,
src/lib/config-types.ts, src/lib/debug.ts, src/lib/entry-editor/EntryOrSensePicker.postcss,
src/lib/entry-editor/FieldTitle.svelte, src/lib/entry-editor/field-editors/FieldEditor.svelte,
src/lib/entry-editor/field.postcss, src/lib/entry-editor/inputs/CrdtField.svelte,
src/lib/entry-editor/inputs/CrdtTextField.svelte, src/lib/entry-editor/object-editors/EntityEditor.svelte,
src/lib/generated-signalr-client/Lexbox.ClientServer.Hubs.ts,
src/lib/generated-signalr-client/TypedSignalR.Client/Lexbox.ClientServer.Hubs.ts,
src/lib/generated-signalr-client/TypedSignalR.Client/index.ts,
src/lib/layout/AppBarMenu.svelte, src/lib/layout/DictionaryEntryViewer.svelte,
src/lib/layout/EntryList.svelte, src/lib/layout/FieldListDialog.svelte,
src/lib/layout/IndexCharacters.svelte, src/lib/layout/Scotty.svelte,
src/lib/layout/ShowEmptyFieldsSwitch.svelte, src/lib/layout/Toc.svelte,
src/lib/layout/ViewOptionsDrawer.svelte, src/lib/search-bar/SearchBar.svelte,
src/lib/services/lexbox-api.ts, src/lib/services/selected-entry-service.ts,
src/lib/services/service-provider-signalr.ts, src/lib/status/SaveStatus.svelte
Entire files deleted, removing Svelte components, services, types, and UI elements related to project viewing, editing, SignalR, and auxiliary features.
src/ProjectLoader.svelte Changed loading indicator from ProgressCircle (external) to local Loading component.
src/app.postcss Removed imports of field.postcss and EntryOrSensePicker.postcss stylesheets.
src/lib/entry-editor/FieldHelpIcon.svelte Switched icon import and usage to a local Icon component with updated props and classes.
src/lib/history/HistoryView.svelte Removed ShowEmptyFieldsSwitch import and related toggle logic; always displays all fields.
src/lib/i18n.ts Redefined WellKnownFieldId locally using intersection of imported types; removed external import.
src/lib/services/event-bus.ts Replaced imported CloseReason enum with a new local definition.
src/lib/writing-system-service.svelte.ts Defined WritingSystemType and WritingSystemSelection types locally; removed external import.
src/lib/writing-system/WritingSystemEditor.svelte Changed Button import to local; commented out all CrdtTextField usages.
src/web-component.ts Removed export of FwDataWebComponent.

Poem

In the warren, code was hopping,
Old components—now they're stopping.
SignalR and portals gone,
Entry lists have all moved on.
With local types, the fields are neat,
And loading spins with nimble feet.
🐇 The garden's trimmed, the code is sweet!


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@github-actions

github-actions Bot commented Jun 4, 2025

Copy link
Copy Markdown
Contributor

UI unit Tests

10 tests  ±0   10 ✅ ±0   0s ⏱️ ±0s
 3 suites ±0    0 💤 ±0 
 1 files   ±0    0 ❌ ±0 

Results for commit 481c083. ± Comparison against base commit f683dcc.

♻️ This comment has been updated with latest results.

@argos-ci

argos-ci Bot commented Jun 4, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Argos notifications ↗︎

Build Status Details Updated (UTC)
default (Inspect) 👍 Changes approved 4 changed Jun 12, 2025, 7:53 PM

@github-actions

github-actions Bot commented Jun 4, 2025

Copy link
Copy Markdown
Contributor

C# Unit Tests

116 tests  ±0   116 ✅ ±0   10s ⏱️ ±0s
 17 suites ±0     0 💤 ±0 
  1 files   ±0     0 ❌ ±0 

Results for commit 481c083. ± Comparison against base commit f683dcc.

♻️ This comment has been updated with latest results.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 58e6a31 and 8700698.

📒 Files selected for processing (45)
  • frontend/viewer/src/App.svelte (0 hunks)
  • frontend/viewer/src/CrdtProjectView.svelte (0 hunks)
  • frontend/viewer/src/FwDataProjectView.svelte (0 hunks)
  • frontend/viewer/src/FwDataWebComponent.svelte (0 hunks)
  • frontend/viewer/src/ProjectLoader.svelte (2 hunks)
  • frontend/viewer/src/SvelteUxProjectView.svelte (0 hunks)
  • frontend/viewer/src/app.postcss (0 hunks)
  • frontend/viewer/src/lib/Editor.svelte (0 hunks)
  • frontend/viewer/src/lib/HomeButton.svelte (0 hunks)
  • frontend/viewer/src/lib/RightToolbar.svelte (0 hunks)
  • frontend/viewer/src/lib/commands.ts (0 hunks)
  • frontend/viewer/src/lib/config-data.ts (0 hunks)
  • frontend/viewer/src/lib/config-types.ts (0 hunks)
  • frontend/viewer/src/lib/debug.ts (0 hunks)
  • frontend/viewer/src/lib/entry-editor/EntryOrSensePicker.postcss (0 hunks)
  • frontend/viewer/src/lib/entry-editor/FieldHelpIcon.svelte (2 hunks)
  • frontend/viewer/src/lib/entry-editor/FieldTitle.svelte (0 hunks)
  • frontend/viewer/src/lib/entry-editor/field-editors/FieldEditor.svelte (0 hunks)
  • frontend/viewer/src/lib/entry-editor/field.postcss (0 hunks)
  • frontend/viewer/src/lib/entry-editor/inputs/CrdtField.svelte (0 hunks)
  • frontend/viewer/src/lib/entry-editor/inputs/CrdtTextField.svelte (0 hunks)
  • frontend/viewer/src/lib/entry-editor/object-editors/EntityEditor.svelte (0 hunks)
  • frontend/viewer/src/lib/generated-signalr-client/Lexbox.ClientServer.Hubs.ts (0 hunks)
  • frontend/viewer/src/lib/generated-signalr-client/TypedSignalR.Client/Lexbox.ClientServer.Hubs.ts (0 hunks)
  • frontend/viewer/src/lib/generated-signalr-client/TypedSignalR.Client/index.ts (0 hunks)
  • frontend/viewer/src/lib/history/HistoryView.svelte (1 hunks)
  • frontend/viewer/src/lib/i18n.ts (1 hunks)
  • frontend/viewer/src/lib/layout/AppBarMenu.svelte (0 hunks)
  • frontend/viewer/src/lib/layout/DictionaryEntryViewer.svelte (0 hunks)
  • frontend/viewer/src/lib/layout/EntryList.svelte (0 hunks)
  • frontend/viewer/src/lib/layout/FieldListDialog.svelte (0 hunks)
  • frontend/viewer/src/lib/layout/IndexCharacters.svelte (0 hunks)
  • frontend/viewer/src/lib/layout/Scotty.svelte (0 hunks)
  • frontend/viewer/src/lib/layout/ShowEmptyFieldsSwitch.svelte (0 hunks)
  • frontend/viewer/src/lib/layout/Toc.svelte (0 hunks)
  • frontend/viewer/src/lib/layout/ViewOptionsDrawer.svelte (0 hunks)
  • frontend/viewer/src/lib/search-bar/SearchBar.svelte (0 hunks)
  • frontend/viewer/src/lib/services/event-bus.ts (2 hunks)
  • frontend/viewer/src/lib/services/lexbox-api.ts (0 hunks)
  • frontend/viewer/src/lib/services/selected-entry-service.ts (0 hunks)
  • frontend/viewer/src/lib/services/service-provider-signalr.ts (0 hunks)
  • frontend/viewer/src/lib/status/SaveStatus.svelte (0 hunks)
  • frontend/viewer/src/lib/writing-system-service.svelte.ts (1 hunks)
  • frontend/viewer/src/lib/writing-system/WritingSystemEditor.svelte (2 hunks)
  • frontend/viewer/src/web-component.ts (0 hunks)
💤 Files with no reviewable changes (38)
  • frontend/viewer/src/web-component.ts
  • frontend/viewer/src/app.postcss
  • frontend/viewer/src/lib/HomeButton.svelte
  • frontend/viewer/src/App.svelte
  • frontend/viewer/src/lib/services/selected-entry-service.ts
  • frontend/viewer/src/lib/generated-signalr-client/Lexbox.ClientServer.Hubs.ts
  • frontend/viewer/src/lib/layout/ShowEmptyFieldsSwitch.svelte
  • frontend/viewer/src/CrdtProjectView.svelte
  • frontend/viewer/src/lib/debug.ts
  • frontend/viewer/src/lib/layout/IndexCharacters.svelte
  • frontend/viewer/src/lib/entry-editor/field.postcss
  • frontend/viewer/src/lib/services/lexbox-api.ts
  • frontend/viewer/src/lib/entry-editor/object-editors/EntityEditor.svelte
  • frontend/viewer/src/lib/commands.ts
  • frontend/viewer/src/lib/entry-editor/EntryOrSensePicker.postcss
  • frontend/viewer/src/lib/layout/Toc.svelte
  • frontend/viewer/src/lib/layout/AppBarMenu.svelte
  • frontend/viewer/src/lib/entry-editor/FieldTitle.svelte
  • frontend/viewer/src/lib/status/SaveStatus.svelte
  • frontend/viewer/src/FwDataProjectView.svelte
  • frontend/viewer/src/lib/search-bar/SearchBar.svelte
  • frontend/viewer/src/lib/entry-editor/inputs/CrdtTextField.svelte
  • frontend/viewer/src/lib/entry-editor/field-editors/FieldEditor.svelte
  • frontend/viewer/src/lib/layout/ViewOptionsDrawer.svelte
  • frontend/viewer/src/lib/services/service-provider-signalr.ts
  • frontend/viewer/src/lib/generated-signalr-client/TypedSignalR.Client/Lexbox.ClientServer.Hubs.ts
  • frontend/viewer/src/lib/RightToolbar.svelte
  • frontend/viewer/src/lib/Editor.svelte
  • frontend/viewer/src/lib/layout/EntryList.svelte
  • frontend/viewer/src/lib/layout/FieldListDialog.svelte
  • frontend/viewer/src/lib/config-data.ts
  • frontend/viewer/src/FwDataWebComponent.svelte
  • frontend/viewer/src/lib/entry-editor/inputs/CrdtField.svelte
  • frontend/viewer/src/lib/config-types.ts
  • frontend/viewer/src/lib/layout/Scotty.svelte
  • frontend/viewer/src/SvelteUxProjectView.svelte
  • frontend/viewer/src/lib/layout/DictionaryEntryViewer.svelte
  • frontend/viewer/src/lib/generated-signalr-client/TypedSignalR.Client/index.ts
🧰 Additional context used
🧬 Code Graph Analysis (1)
frontend/viewer/src/lib/i18n.ts (4)
frontend/viewer/src/lib/entry-editor/field-data.ts (1)
  • FieldIds (36-36)
frontend/viewer/src/lib/dotnet-types/generated-types/MiniLcm/Models/IEntry.ts (1)
  • IEntry (14-27)
frontend/viewer/src/lib/dotnet-types/generated-types/MiniLcm/Models/ISense.ts (1)
  • ISense (13-24)
frontend/viewer/src/lib/dotnet-types/generated-types/MiniLcm/Models/IExampleSentence.ts (1)
  • IExampleSentence (10-18)
⏰ Context from checks skipped due to timeout of 90000ms (6)
  • GitHub Check: Build API / publish-api
  • GitHub Check: Build UI / publish-ui
  • GitHub Check: Analyze (csharp)
  • GitHub Check: check-and-lint
  • GitHub Check: frontend
  • GitHub Check: Build FW Lite and run tests
🔇 Additional comments (12)
frontend/viewer/src/lib/history/HistoryView.svelte (2)

88-94: LGTM: Author display logic is correct.

The refactoring of the author display with proper conditional rendering looks good and maintains the same functionality.


99-99:

Details

✅ Verification successful

Verify the class application changes.

The AI summary mentions that this container div "no longer conditionally applies the hide-unused CSS class based on this state", but I don't see evidence of such conditional class logic in the current code. Please confirm this change was implemented correctly.


🏁 Script executed:

#!/bin/bash
# Description: Search for any remaining references to showEmptyFields or hide-unused class
# Expected: No references to showEmptyFields variable or hide-unused conditional class application

echo "Searching for showEmptyFields references:"
rg -n "showEmptyFields" 

echo -e "\nSearching for hide-unused class references:"
rg -n "hide-unused"

echo -e "\nSearching for ShowEmptyFieldsSwitch references:"
rg -n "ShowEmptyFieldsSwitch"

Length of output: 1263


Conditional hide-unused class removal in HistoryView confirmed
The HistoryView.svelte file no longer applies the hide-unused class or uses the showEmptyFields state—those lines (including the <ShowEmptyFieldsSwitch>) have been removed or commented out. The only remaining conditional use of hide-unused is in EntryView.svelte. No further changes are needed here.

frontend/viewer/src/lib/services/event-bus.ts (1)

13-16: LGTM! Clean refactoring of CloseReason enum.

The local definition appropriately replaces the external SignalR dependency while maintaining the same enum values and functionality. This change aligns well with the broader removal of SignalR-related code.

frontend/viewer/src/lib/i18n.ts (1)

2-2:

Details

✅ Verification successful

Good refactoring approach - derive types from domain model.

This change replaces the external config dependency with a type derived directly from the domain interfaces, which is more maintainable and less prone to drift.

However, please verify that the new type definition produces the expected field IDs:

Also applies to: 10-10


🏁 Script executed:

#!/bin/bash
# Verify the WellKnownFieldId type derivation produces expected results
# Check if there are other files importing from config-types that might be affected

# Search for any remaining imports from config-types
rg "from.*config-types" --type ts

# Check for WellKnownFieldId usage to ensure compatibility
rg "WellKnownFieldId" --type ts -A 2 -B 2

Length of output: 1135


Verification complete: config-types imports removed & WellKnownFieldId correctly derived

  • No remaining imports from config-types in the codebase.
  • WellKnownFieldId is defined as
    Exclude<keyof (IEntry & ISense & IExampleSentence), 'id' | 'exampleSentences' | 'senses'>
    and is used consistently in defaultI18n and the fieldName helper.
  • No compatibility issues detected with existing usages of WellKnownFieldId.

All looks good—approving these changes as-is.

frontend/viewer/src/lib/writing-system-service.svelte.ts (1)

15-20: Excellent type definitions using template literals.

The local type definitions are well-structured and comprehensive. The use of template literal types for first-${WritingSystemType} provides excellent type safety while maintaining flexibility. The types align perfectly with the switch statement logic in pickWritingSystems.

frontend/viewer/src/ProjectLoader.svelte (2)

17-17: Confirm styling equivalence with the new Loading component.

The switch from <ProgressCircle /> to <Loading class="size-14"/> maintains the loading indicator functionality while using local components.

Ensure that the size-14 class provides visually similar sizing to the previous ProgressCircle component.


4-4:

Details

✅ Verification successful

Verify local Loading component exists and functions correctly.

The migration from svelte-ux ProgressCircle to a local Loading component aligns with the PR objectives.


🏁 Script executed:

#!/bin/bash
# Verify the Loading component exists and check its implementation
fd -t f "Loading.svelte" --exec cat {} \;

Length of output: 413


Local Loading component verified and ready to merge.

  • src/lib/components/Loading.svelte exists and imports the Icon from $lib/components/ui/icon.
  • It renders <Icon icon="i-mdi-loading" class={cn('animate-spin', className)} {...restProps} />, providing the same spinning loader behavior as the original ProgressCircle.

All checks pass—approving the migration.

frontend/viewer/src/lib/writing-system/WritingSystemEditor.svelte (3)

5-5: Button import migration looks good.

The migration from svelte-ux to local UI components aligns with the PR objectives.


38-38: 🛠️ Refactor suggestion

Event handler changed from Svelte to standard HTML.

The change from on:click to onclick moves from Svelte's reactive event handling to standard HTML event handling, which may affect event propagation and handling.

Consider keeping Svelte's event handling pattern for consistency:

-        <Button variant="outline" onclick={createNew}>Create new Writing System</Button>
+        <Button variant="outline" on:click={createNew}>Create new Writing System</Button>
⛔ Skipped due to learnings
Learnt from: hahn-kev
PR: sillsdev/languageforge-lexbox#1612
File: frontend/viewer/src/lib/entry-editor/DeleteDialog.svelte:39-52
Timestamp: 2025-04-18T10:33:51.961Z
Learning: Svelte 5 uses standard HTML attribute syntax for event handlers (e.g., `onclick={handler}`) instead of the Svelte-specific directive syntax (e.g., `on:click={handler}`) used in previous versions.
Learnt from: hahn-kev
PR: sillsdev/languageforge-lexbox#1612
File: frontend/viewer/src/lib/entry-editor/DeleteDialog.svelte:39-52
Timestamp: 2025-04-18T10:33:51.961Z
Learning: Svelte 5 uses standard HTML attribute syntax for event handlers (e.g., `onclick={handler}`) instead of the Svelte-specific directive syntax (e.g., `on:click={handler}`) used in previous versions.

32-36:

Details

❓ Verification inconclusive

Form inputs are completely disabled - verify this is intentional.

All CrdtTextField components are commented out, which effectively disables the entire form functionality. This makes the component non-functional for editing writing system properties.

Is this intentional as part of removing CRDT functionality, or should these be replaced with alternative input components?


🏁 Script executed:

#!/bin/bash
# Check if CrdtTextField component still exists or has been removed
fd -t f "CrdtTextField.svelte"
# Check for any alternative input components that might replace CrdtTextField
fd -t f "*TextField*.svelte" --exec echo "Found: {}" \;

Length of output: 387


🏁 Script executed:

#!/bin/bash
# Properly search for the CrdtTextField component file
fd --glob 'CrdtTextField.svelte'

# Search for any other TextField-like components by filename
fd --glob '*TextField*.svelte'

# Search for any references to CrdtTextField in the codebase
rg -n 'CrdtTextField'

Length of output: 832


Verify intentional disabling of writing system form inputs

All <CrdtTextField> references in frontend/viewer/src/lib/writing-system/WritingSystemEditor.svelte (lines 32–36) are commented out, and no CrdtTextField.svelte or alternative *TextField*.svelte component exists in the repo. This leaves the editor form completely non-functional.

• Confirm whether removing CRDT-based inputs is intentional (e.g., pending replacement).
• If not, re-enable these inputs or replace them with the intended form components.

frontend/viewer/src/lib/entry-editor/FieldHelpIcon.svelte (2)

14-14: Icon API migration looks correct.

The change from data and size props to icon string identifier ("i-mdi-help-circle-outline") and CSS classes ("size-3 ml-1 absolute") maintains the same visual result with the new component API.

Verify that the local Icon component recognizes the "i-mdi-help-circle-outline" format and renders the same help circle icon.


2-2:

Details

✅ Verification successful

Clean consolidation of icon imports.

The migration from separate @mdi/js and svelte-ux imports to a single local UI icon component simplifies dependencies and aligns with the PR objectives.


🏁 Script executed:

#!/bin/bash
# Verify the local Icon component exists and supports MDI icons
fd -t f -e svelte -e ts "icon" | head -5 | xargs cat

Length of output: 3362


Verified MDI support in local Icon component

The Icon component’s IconString type and CSS-class implementation align with the Iconify MDI spec (https://icon-sets.iconify.design/mdi/), confirming full compatibility. No further changes needed.

Comment thread frontend/viewer/src/lib/history/HistoryView.svelte
@myieye

myieye commented Jun 4, 2025

Copy link
Copy Markdown
Collaborator

The field help icon links got nudged up by a few pixels 😆. What an intriguing change.

@hahn-kev hahn-kev enabled auto-merge (squash) June 11, 2025 08:22
@hahn-kev hahn-kev merged commit c064fae into develop Jun 13, 2025
30 of 33 checks passed
@hahn-kev hahn-kev deleted the remove-unused-svelte-ux branch June 13, 2025 07:57
@hahn-kev hahn-kev added the 💻 FW Lite issues related to the fw lite application, not miniLcm or crdt related label Jun 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

💻 FW Lite issues related to the fw lite application, not miniLcm or crdt related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants