Merge Development into Main#204
Draft
thamudi wants to merge 55 commits into
Draft
Conversation
* fix: enhance single comment display * fix: missing space in ar translation * fix: sorting across table pages
Fix: update API request format
- highlight using xlsx over csv
- use table styling in print similar to mobile styling - show all comments when printing - make the default browser printing and the print button's behaviours consistent
* feat: add nuxt scripts * fix: treat the whole text input as a single comment * fix: strictly check for column header name in csv/excel parsing * refactor: use csv parser for both xlsx and csv * refactor: unify the name of 'comment' property name * fix: table pagination on mobile styline * feat: update file download templates UX - highlight using xlsx over csv * feat: add XLSX download functionality * fix: enhance print functionality in analysis results - use table styling in print similar to mobile styling - show all comments when printing - make the default browser printing and the print button's behaviours consistent * chore: add uuid package * refactor: move redis initialization to a separate shared util * feat: add ai analysis queuing * feat: add endpoint to get analysis overview * feat(analysis-overview): add types * fix(analyze): add locale to the api analysis job meta and request * feat: add analyze and results endpoints * feat: implement partial analysis and progress in results page * refactor: update analysis response structure in analyze form * refactor: update analysis download handling * style: eslint formatting * feat: add single comment view * feat: add loading overlay on top of charts container * feat: add progress bar for analysis processing * refactor: update Redis key prefix from 'nuha_auth' to 'nuha' * feat: fetch all comments before printing * style: enhance print styles * chore: i18n * feat: add share functionality to analysis results * refactor: remove unneeded files * fix: add missing keys to ckb translation * fix: client-side error handling in results page * refactor: use computed value for progress bar * feat: handle unsupported dialect * fix: server-side error handling * fix: sorting keys * fix: update API request format * fix: update docker compose and readme * feat: implement server-side sorting for analysis results * refactor: remove unneeded comments * feat: add types for analysis results response
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.