This repository has been archived by the owner on Dec 15, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## 1.0.0-dev.1 (2023-06-28) ### Features ✨ * add refresh button into refetchable pages ([8ba4e31](8ba4e31)) * **attachment:** implement hover-to-preview feature on thumbnails ([785b309](785b309)) * **attachment:** implement video player volume control feature ([a750b3d](a750b3d)) * **attachment:** make video playback time stored and synced with preview and enlarged player ([94aa729](94aa729)) * **attachment:** media volume control with mouse wheel now also works on thumbnails ([d1682c4](d1682c4)) * **boards:** implement board thread list page ([9b0e057](9b0e057)) * **data-source:** implement data sources page ([b14c543](b14c543)) * **data-source:** implement data-source boards page ([1e30398](1e30398)) * **layout:** implement base layout system ([60047a9](60047a9)) * **layout:** make app layout responsive ([049288f](049288f)) * **media-viewer:** implement media viewer ([f86b4fe](f86b4fe)) * **media-viewer:** now video or image element on media viewer can be expanded to fit screen ([2eb7818](2eb7818)) * **thread:** implement thread page ([f3bd5ef](f3bd5ef)) * **threads:** implement data source threads page ([480f58e](480f58e)) * **threads:** implement thread sorting feature ([c87fc6a](c87fc6a)) ### Bug Fixes 🐞 * **attachment:** now media preview and viewer will be closed when navigated ([6633034](6633034)) * fix type errors ([d81c5cb](d81c5cb)) * fix type errors conflicting card description nullable status ([29d1b0a](29d1b0a)) * **layout:** prevent layout content overflowing ([cc9ed5e](cc9ed5e)) * **media-viewer:** prevent media index navigation occurring in wrong conditions ([86fcd6f](86fcd6f)) ### Internal 🧰 * **boards:** make description field for boards nullable ([6d82e33](6d82e33)) * correct link urls ([3f95dc1](3f95dc1)) * **design:** redesign common layout ([2ede58f](2ede58f)) * **image-board:** add author information on image board post component ([f3a0338](f3a0338)) * **image-board:** improve post list rendering performance through virtualized list ([88132e2](88132e2)) * **layout:** make card list responsible instead of flex list ([c406736](c406736)) * **media-viewer:** use `<Modal />` instead of implementing from scratch ([990fce0](990fce0)) * **post:** add attachment metadata on post view ([1cc018f](1cc018f)) * **thread:** enlarge thread post list width ([3405039](3405039))
- Loading branch information