Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
c1e717d
save stuff
Pramad712 Jul 31, 2025
69d6768
commit message
anirudhm-12 Aug 9, 2025
148e786
second commit
anirudhm-12 Aug 9, 2025
4751be7
style
anirudhm-12 Aug 9, 2025
d16e46a
Merge pull request #100 from anirudhm-12/get-info-after-login
Pramad712 Aug 9, 2025
9e9838a
progress
Pramad712 Aug 9, 2025
673aa00
everything works
Pramad712 Aug 9, 2025
fc09015
adjust datetime filter (left-align & spacing)
Pramad712 Aug 10, 2025
e964151
underline timeslots
Pramad712 Aug 10, 2025
af1b235
almost done & validation updated.
Pramad712 Aug 10, 2025
4e6f14f
fixed timeslot/timeslotlist validation
Pramad712 Aug 10, 2025
7bd8768
done!
Pramad712 Aug 10, 2025
1be2d4f
run prettier
Pramad712 Aug 10, 2025
381143f
added small features
Pramad712 Aug 10, 2025
0d0bcef
cleaning code
Pramad712 Aug 10, 2025
9c78d6d
Merge branch 'main' into search-and-filter
Pramad712 Aug 10, 2025
c7e21ad
re-add notifications
Pramad712 Aug 10, 2025
03a09a5
done!
Pramad712 Aug 10, 2025
d6c2d11
remove logging
Pramad712 Aug 10, 2025
0faef39
finishing up
Pramad712 Aug 10, 2025
808639c
formatting
Pramad712 Aug 10, 2025
2a77dae
cleaning code
Pramad712 Aug 10, 2025
68d27ba
simplify filters to make it more plain & simple
Pramad712 Aug 11, 2025
95fa92c
formatting
Pramad712 Aug 11, 2025
c9ef581
Revert "Get info after login"
Heliophist Aug 11, 2025
674bbe9
Merge pull request #104 from AudacityMusic/revert-100-get-info-after-…
Heliophist Aug 11, 2025
cc12180
add dropdown arrow
Pramad712 Aug 11, 2025
892fc3a
Merge branch 'main' into search-and-filter
Pramad712 Aug 11, 2025
18f57f5
formatting
Pramad712 Aug 11, 2025
cbef4e7
Merge branch 'search-and-filter' of https://github.com/AudacityMusic/…
Pramad712 Aug 11, 2025
9083b6d
revert signin & profile changes
Pramad712 Aug 12, 2025
2c3a15f
style
Pramad712 Aug 12, 2025
72e995b
Merge pull request #105 from AudacityMusic/search-and-filter
Pramad712 Aug 15, 2025
1b7ae0c
markdown
WeltNoob Aug 17, 2025
7fcb542
Merge branch 'markdown' into update-branch-2
Pramad712 Aug 18, 2025
7d0a3cf
npm install libs
Pramad712 Aug 18, 2025
d1d03bb
Merge pull request #107 from AudacityMusic/update-branch-2
Pramad712 Aug 18, 2025
cb26ef3
style
Pramad712 Aug 18, 2025
63f4219
undo extraneous changes
Pramad712 Aug 18, 2025
6a81db2
adjust markdown config
Pramad712 Aug 19, 2025
9237bc0
Merge pull request #106 from AudacityMusic/markdown
Heliophist Aug 21, 2025
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
2 changes: 1 addition & 1 deletion app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ export default {
"expo-apple-authentication",
],
owner: "audacitymusic",
};
};
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ module.exports = function (api) {
presets: ["babel-preset-expo"],
plugins: ["react-native-reanimated/plugin"],
};
};
};
2 changes: 1 addition & 1 deletion declarations.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Type declaration to silence missing types error for expo-notifications module
declare module "expo-notifications";
declare module "expo-notifications";
2 changes: 1 addition & 1 deletion jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"jsx": "react-native"
},
"exclude": ["dist", "node_modules"]
}
}
Loading
Loading