c11434344a
refactor: streamline CorpusExplorer components
2026-04-13 17:06:46 +01:00
37d08c63b8
chore: rename auto-scraper to auto-fetcher
...
Improves the perception of ethics
2026-04-01 09:50:53 +01:00
1482e96051
feat(datasets): implement deduplication of dataset records in get_dataset_content
2026-04-01 09:06:07 +01:00
6378015726
fix(stats): remove duplicated entries in corpus explorer
2026-04-01 00:22:29 +01:00
b270ed03ae
feat(frontend): implement corpus explorer
...
This allows you to view the posts & comments associated with a specific aggregate.
2026-04-01 00:04:25 +01:00
a841c6f6a1
perf(stats): memoize derived state and reduce intermediate allocations
2026-03-31 20:15:07 +01:00
75fd042d74
feat(api): add support for custom topic lists when autoscraping
2026-03-31 13:36:37 +01:00
aae10c4d9d
style: run prettifier plugin on entire frontend
2026-03-25 19:30:21 +00:00
e43eae5afd
fix(frontend): missing "fetching" status from auto-scrape
...
When auto-scraping, the dataset status page would say "Dataset Ready" when it was still fetching.
2026-03-21 22:49:16 +00:00
e054997bb1
feat(frontend): reword CulturalStats to improve understandability
2026-03-18 19:23:35 +00:00
f604fcc531
feat(frontend): add warning message for scraping limits
2026-03-18 19:02:11 +00:00
1446dd176d
feat(frontend): center page selection
2026-03-18 18:53:14 +00:00
c215024ef2
feat(frontend): add deleted user filter
...
Reddit often contains "[Deleted]" when a user is banned or deletes their post/comment. Keeping the backend faithful to the original dataset is important so the filtering is being done on the frontend.
2026-03-18 18:50:51 +00:00
17ef42e548
feat!(frontend): add cultural, interactional and linguistic stat pages
2026-03-18 18:43:49 +00:00
c990f29645
fix(frontend): misaligned loading page for datasets
2026-03-14 17:05:46 +00:00
162a4de64e
fix(frontend): detects which sources support category or search
2026-03-12 10:07:28 +00:00
b2ae1a9f70
feat(frontend): add page for scraping endpoint
2026-03-11 19:41:34 +00:00
a3dbe04a57
fix(frontend): option to delete dataset not shown after fail
2026-03-10 19:23:48 +00:00
262a70dbf3
refactor(api): rename /upload endpoint
...
Ensures consistency with the other dataset-based endpoints and follows the REST-API rules more cleanly.
2026-03-09 20:55:12 +00:00
2b14a8a417
feat(frontend): add deletion modal confirmation box
2026-03-05 12:29:53 +00:00
eec8f2417e
feat(frontend): add ability to delete datasets
2026-03-04 22:32:19 +00:00
f5835b5a97
feat(frontend): add frontend option to change name
2026-03-04 22:17:31 +00:00
5fc1f1532f
feat(user stats): updated styling and stats in user page
...
Interaction graph was taking up too much space and was the only thing on the screen. Further statistics were added however these may be removed in favour of more informative statistics
2026-03-04 20:20:34 +00:00
24277e0104
fix(frontend): move loading card higher up
...
Looks weird lower down on the screen
2026-03-04 20:09:55 +00:00
b6815c490a
feat: add loading page for when dataset is loading
...
Originally there was a simple "Loading" text, however this looked bad and might lead a user to think that the page had frozen.
There is now a more comprehensive loading animation which users might be happy to sit on for a few minutes.
2026-03-04 18:39:20 +00:00
bd0e1a9050
refactor(frontend): move stylings out of logic into centralized file
2026-03-03 20:28:23 +00:00
55319461e5
feat: add "My Datasets" page
2026-03-03 19:52:12 +00:00
531ddb0467
fix(frontend): incorrect URLs in stats page
2026-03-03 18:36:46 +00:00
f63f4e5f10
feat(frontend): add status page for loading dataset
2026-03-03 18:13:51 +00:00
207c4b67da
feat(frontend): add dataset name requirements to the upload page
2026-03-03 17:28:46 +00:00
b6de100a17
feat: overhaul upload page styling
2026-03-03 17:18:09 +00:00
4b33f17b4b
fix: inconsistent styling in login page
2026-03-03 17:07:31 +00:00
8ac5207a11
feat: add login page
2026-03-03 15:55:01 +00:00
397986dc89
refactor(frontend): rename InteractionStats to UserStats
2026-02-23 17:15:14 +00:00
4f577abd4f
feat(frontend): add 3d interaction graph
2026-02-16 17:03:51 +00:00
43ce58fd40
feat: combine post and comment uploads into a single file
2026-02-11 19:00:59 +00:00
645d2fdfdb
fix: topic file upload functionality in front and backend
2026-02-09 19:29:54 +00:00
8f9e30be4a
feat(frontend): add navbar to switch between types of stats
2026-02-09 18:42:41 +00:00
d028bd4f12
feat(frontend): add basic styling to upload page
2026-02-09 18:36:23 +00:00
dd917cc39e
refactor: extract summary stats into separate component
2026-02-08 16:43:35 +00:00
c9e84c1d23
feat: add Modal popup for extra User Info
2026-02-03 11:52:04 +00:00
2af31d3392
refactor: improve api calling and var storage in Stat Page
2026-02-03 11:36:43 +00:00
e2a6e16c8a
refactor: move api types into dedicated file
2026-02-03 11:14:09 +00:00
44e9c0e9b8
feat: three extra cards in Stat page
2026-02-03 10:31:05 +00:00
30b11ce66e
feat: add summary cards in Stat page
2026-02-03 10:28:24 +00:00
471fea39c8
perf: improve page loading times by limiting user fetching
2026-02-03 10:07:26 +00:00
07ab818d95
perf: remove loading page temporarily due to perf issues
2026-02-02 17:31:19 +00:00
4742193818
feat: revamp styling on stats page
...
Abstracted away CSS into stats_styling.tsx
2026-02-02 16:31:14 +00:00
2a54f863f4
fix: broken loading screen
2026-02-02 15:43:09 +00:00
291b6ed2aa
feat: add rudimentary top features box to stat page
2026-02-02 15:41:25 +00:00