-
gui
: Complete the implementation of the supported exchanges - ...
-
api
: Create a benchmarking system to improve the database’s performance -
gui
: Create thebrowserdb
package and use it to implement the request caching system - ...
-
gui
: Allow users to toggle betweenlight
anddark
mode -
gui
: Make the users' list searchable -
gui & api
: Make the Blacklisted IP addresses searchable -
gui
: Create Bitcoin Quotes Component and place it insign-in
andupdate-password
-
api
: Store server metrics (usage%, load%, temperature°) in OHLC format -
api
: Expand the automated tests' coverage -
gui
: Fix the glitch inmobile-tabs.component.tsx
that makes the tabs lag ~1 second before placing themselves correctly (this issue may be caused by themin-h-dvh
class set in the parent container) -
gui
: Create a component that can render any data element (including JSX elements) and can be passed to theinfo-dialog
andconfirmation-dialog
components -
gui
: Fix responsiveness issues with long texts and apply the solution in:Server/Monitoring
,Server/APIErrors
,Server/APIErrorDialog
,APIError
badgesAdjustments
Users/AuthSessions
IPBlacklist
(IP & notes)NotificationsDialog
(SenderBadge
)- Version Card in:
MainSidenav
,PlatformUpdate
,Server/Monitoring
-
gui
: Fix weird glitch in thecoins-state-dialog
andliquidity-state-dialog
components that closes the dialog without a trace when the viewport is resized. Iflightweight-charts
is causing this, consider using a different library for this components -
gui
: Improveapp-installer
, make the content clickable and add a close button like the toastr -
api
: Createrecord-list-store
module and reduce code duplication by leveraging the power of object composition. Also evaluate if thecanRecordsBeListed
function should be exposed too. Finally, implement it on:api-error
ip-blacklist
notification
- ...
- ...