about summary refs log tree commit diff
path: root/src/pages (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Pages: File: Add functionality to restore buttonBaitinq2024-08-191-1/+6
|
* Pages: File: Add placeholder restore buttonBaitinq2024-08-181-1/+1
|
* Pages: Home: Remove active hosts placeholderBaitinq2024-08-181-2/+2
|
* Pages: File: Correctly render multiline contentBaitinq2024-08-181-1/+1
|
* Pages: Home: Show most common files componentBaitinq2024-08-181-23/+2
|
* Pages: File: Have path be based on fileID instead of pathManuel Palenzuela Merino2024-07-131-18/+34
|
* Pages: File: Dont show if file doesnt existManuel Palenzuela Merino2024-07-131-19/+27
|
* Pages: File: FormattingManuel Palenzuela Merino2024-07-121-9/+20
|
* Pages: File: Show more info about fileManuel Palenzuela Merino2024-07-123-7/+73
|
* Pages: File: Add file pageManuel Palenzuela Merino2024-07-121-0/+21
|
* Components: FileCompnent: Add filecomponentManuel Palenzuela Merino2024-07-112-4/+8
|
* Pages: Search: Add search pageManuel Palenzuela Merino2024-07-112-2/+83
|
* Pages: Recent: StyleManuel Palenzuela Merino2024-07-101-12/+18
|
* Pages: Recent: Add paginationManuel Palenzuela Merino2024-07-101-5/+9
|
* Misc: Add missing fileBaitinq2024-07-101-2/+10
|
* Components: DonutChart: Add file writes size percentiles graphBaitinq2024-07-071-1/+2
|
* Components: LineGraph: Use timeframe for fetching dataBaitinq2024-07-041-2/+2
|
* Components: TimePicker: Propagate timeframe stateBaitinq2024-07-041-1/+1
|
* Components: TimePicker: Add basic timepickerBaitinq2024-07-041-1/+1
|
* Components: LineGraph: Fetch data from DBBaitinq2024-07-041-2/+2
|
* Components: SideBar: Highlight current pageBaitinq2024-07-032-2/+2
|
* Home: Style block componentsBaitinq2024-07-021-2/+16
|
* Home: Start styling layoutBaitinq2024-07-021-6/+22
|
* Pages: Add Recents pageBaitinq2024-07-012-9/+52
|
* todoBaitinq2024-06-271-7/+14
|
* Home: Start setting up graphsBaitinq2024-06-261-2/+2
|
* Login: Improve login screen aesthetics pt2Baitinq2024-06-251-20/+35
|
* Login: Improve login screen aestheticsBaitinq2024-06-241-18/+20
|
* Pages: Add logout pageBaitinq2024-06-231-0/+16
|
* Home: Add sidebarBaitinq2024-06-231-9/+13
|
* Misc: Move type declaration to special folderBaitinq2024-06-231-8/+0
|
* Misc: test styleBaitinq2024-06-071-1/+1
|
* Misc: Install tailwind cssBaitinq2024-06-072-2/+1
|
* Login: Add dependency to useEffectBaitinq2024-06-061-1/+1
|
* Login: Use prebuilt google oauth componentBaitinq2024-06-061-23/+15
|
* Misc: Fix tsc errorsBaitinq2024-06-061-4/+3
|
* Home: Get and show filesBaitinq2024-06-061-2/+35
|
* Pages: Add Home and route conditionally based on loginBaitinq2024-06-042-1/+33
|
* Misc: Move auth state to the appBaitinq2024-06-041-19/+13
|
* Login: Setup basic authBaitinq2024-06-041-0/+59