rev: filter tahun

Deskripsi:
- tampilan modal filter
- tampilan filter disemua fitur yg ada filter nya
- pengaplikasian api

No Issues
This commit is contained in:
2026-02-02 17:29:24 +08:00
parent a24a698f86
commit f34df12b2f
10 changed files with 215 additions and 58 deletions

View File

@@ -651,6 +651,35 @@ const Styles = StyleSheet.create({
width: 40,
alignItems: 'center',
},
chip: {
paddingVertical: 5,
paddingHorizontal: 15,
borderRadius: 5,
backgroundColor: "#F3F4F6",
borderWidth: 1,
borderColor: "transparent",
marginRight: 10,
marginBottom: 10,
},
chipSelected: {
backgroundColor: "#FFF5F2",
borderColor: "#FF5A3C",
},
chipText: {
fontSize: 16,
color: "#222",
},
chipTextSelected: {
color: "#FF5A3C",
},
checkIcon: {
position: "absolute",
top: -6,
left: -6,
backgroundColor: "#FF5A3C",
borderRadius: 10,
padding: 2,
},
})
export default Styles;