-
Notifications
You must be signed in to change notification settings - Fork 0
Feat: Basic languages page #128
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
Merged
Merged
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
ade9f02
installs shadcn select component
mledl 6a40b8a
adds list of available languages
mledl a942475
fixes linking user project fk in base migration
mledl 492f8e9
adds language dropdown to project creation flow for selecting base la…
mledl a93a4f7
fixes typings in select shadcn ui components
mledl 8596950
adds shadcn base table components
mledl a6eaff2
moves language select folder
mledl ad1c9b0
adds label column to languages table
mledl 5e82009
refactor: Update import path for language-related modules
mledl ee0d022
feat: add base_language_label field to createProjectSchema
mledl 9465787
feat: update base_language_label schema with enum and default value
mledl 4f6cb68
makes project creation work with fallback language
mledl 80b0baa
adjusts main content and header component styles
mledl 1fc90e7
adds aider specific stuff to gitignore
mledl a5f6ad0
adds language path specific code for project
mledl 1c01582
make left join to allow empty fallback language
mledl 21d4d9c
feat: add console warning for existing languages in project load func…
mledl 9b51a63
feat: implement individual language updates in LanguageTable
mledl 2d14468
refactor: simplify getLanguagesForProject function and update return …
mledl e54256a
feat: add updateLanguage function to language repository
mledl 321cf6e
feat: implement updateLanguage method for updating language entries
mledl a119938
use json datatype for languages superform due to nested table
mledl 2b64296
adds unit tests for language-service
mledl 60e1537
adds integration tests for language repository
mledl 8d38781
adds add button to add a new language to the table
mledl 29dd710
reflects delete and upsert languages on the client and add unit and i…
mledl bd32074
Merge branch 'main' into feat/languages-page
mledl d48e2ea
fixes language service tests after merge
mledl 8574f1b
disallows deletetion of base language from ui and base language canno…
mledl 10656aa
makes create project e2e test use language select
mledl d0d13dd
only allows for saving languages once form got tainted
mledl 45735b5
relaxes schema to have code as string and add deletion of language
mledl d0e256e
checks for locale already used
mledl 04d5778
improves deletion and upserting of languages
mledl adcc415
fixes calls after refacoring service methods
mledl 7811917
adds confirmation dialog to confirm deletion of language
mledl 22944b9
removes commented code
mledl 006c5f0
fixes broken unit tests
mledl 88161d3
fixes integration tests
mledl 660193f
adds pr improvements
mledl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -41,4 +41,5 @@ vite.config.ts.timestamp-* | |
| docs/.vitepress/cache | ||
| docs/.vitepress/dist | ||
|
|
||
|
|
||
| aider | ||
| .aider* | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.