Skip to content
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

Results data table #193

Closed
Closed
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
e85b067
remove unneeded files
acharliekelly Oct 15, 2021
b3c2fdf
add info icon, new types to info-tooltip
acharliekelly Oct 15, 2021
339e368
more mock data
acharliekelly Oct 15, 2021
a1067b7
export mock data
acharliekelly Oct 15, 2021
009f512
saved-table types and column defs
acharliekelly Oct 15, 2021
9990f8e
update column head
acharliekelly Oct 15, 2021
50e3d3d
export search-results component
acharliekelly Oct 15, 2021
48a2244
make mock-data optional
acharliekelly Oct 15, 2021
da680f5
update saved resource stories
acharliekelly Oct 15, 2021
d13df02
simplify - can only view current user
acharliekelly Oct 15, 2021
94fe01d
update search results, closer to design
acharliekelly Oct 15, 2021
1347b60
search results component
acharliekelly Oct 15, 2021
bcdd2aa
export files
acharliekelly Oct 15, 2021
4fadfe0
replace results table component
acharliekelly Oct 15, 2021
843c7f3
make results table look better
acharliekelly Oct 15, 2021
e14a501
make pagination less squished
acharliekelly Oct 15, 2021
7038034
update snapshots
acharliekelly Oct 15, 2021
0e58147
run prettier
acharliekelly Oct 15, 2021
09194fe
remove unneeded files
acharliekelly Oct 15, 2021
9e3df2c
add info icon, new types to info-tooltip
acharliekelly Oct 15, 2021
f3f6ea0
more mock data
acharliekelly Oct 15, 2021
3b4bb2b
export mock data
acharliekelly Oct 15, 2021
eb4c70e
saved-table types and column defs
acharliekelly Oct 15, 2021
0f392fd
update column head
acharliekelly Oct 15, 2021
4551c07
export search-results component
acharliekelly Oct 15, 2021
034208b
make mock-data optional
acharliekelly Oct 15, 2021
f3693f7
update saved resource stories
acharliekelly Oct 15, 2021
6d6d6ed
simplify - can only view current user
acharliekelly Oct 15, 2021
4eeed9c
update search results, closer to design
acharliekelly Oct 15, 2021
2bb809b
search results component
acharliekelly Oct 15, 2021
4657d0a
export files
acharliekelly Oct 15, 2021
9cda008
replace results table component
acharliekelly Oct 15, 2021
d8d33c0
make results table look better
acharliekelly Oct 15, 2021
f026018
make pagination less squished
acharliekelly Oct 15, 2021
140d4ce
update snapshots
acharliekelly Oct 15, 2021
190a85c
run prettier
acharliekelly Oct 15, 2021
f871fb0
Merge branch 'results-data-table' of github.com:acharliekelly/police-…
acharliekelly Oct 15, 2021
71624fe
update search page snapshot
acharliekelly Oct 15, 2021
fa5ba30
make pagination look more like picture
acharliekelly Oct 15, 2021
8a6c397
update snapshot
acharliekelly Oct 15, 2021
e3e9ede
run prettier
acharliekelly Oct 15, 2021
20e5e22
fix tests
alexjball Oct 16, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update column head
  • Loading branch information
acharliekelly committed Oct 15, 2021
commit 9990f8e5da9754f1bc728ef09173514bca62d6a0
2 changes: 1 addition & 1 deletion frontend/models/incidents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const incidentsColumns = [
accessor: "source"
},
{
Header: "#",
Header: "ID",
accessor: "id",
disableSortBy: true
}
Expand Down