srijan

Results 18 issues of srijan

There are several issues with the current post creation logic, including improper validation of title and text, missing checks for file upload handling, incomplete permission checks for pinning posts, and...

bug
invalid

This pull request includes several changes to the `BookReader` and `BookNavigator` components, focusing on CSS adjustments and code consistency improvements. The most important changes include CSS modifications to hide certain...

## What happened On the Reports Search page (`/search`), the "End time" and "Errors" form fields are overlapping/overflowing horizontally. The datetime-local input fields are too wide for their container columns,...

bug

## Description This PR addresses CI test failures caused by network-related errors in the test environment. The CI environment may not have outbound network access, causing tests to fail when...

This pull request adds support for visualizing images in the application, both on the backend and frontend. It introduces a new `VisualizableImage` component that can display images from a URL...

## What happened The `get_root()` method in `api_app/models.py` (Job model) has a known thread-safety issue with django-treebeard. When multiple concurrent requests access the job tree structure, a `MultipleObjectsReturned` exception can...

bug

## Description Fix UI overflow issue in the Reports Search page where the "End time" and "Errors" columns were overlapping/overflowing due to wide datetime-local inputs. Related issue #3096 ### Changes...

This pull request refactors the `LargeVideo.native.tsx` component from a class-based implementation to a functional component, improving maintainability and aligning with modern React practices. The logic for handling track streaming status...

### What happened? ## What happened? ### Overview During a codebase audit, I discovered **163 TODO/FIXME comments across 100 files** (approximately 5.6% of the codebase), indicating accumulated technical debt and...

### What problem are you trying to solve? The `LargeVideo.native.tsx` component is currently implemented as a class component with lifecycle methods. It has explicit TODO comments indicating it should be...

feature-request